Path

ez projects / ezwebsitetoolbar / forum / general / ezcreateclasslistgroups mis...


eZCreateClassListGroups missing

You need to be logged in to post messages in the forums. New users may register here.

Alain Sahli

Member since:
22 October 2007

Posts: 13

Friday 25 September 2009 10:49:26 am

Hello,

I tried to install this extension but I think that the template operator "ezcreateclasslistgroups" is missing !

I added the operator in the autoloads folder but it doesn't work :(

Can somebody help me :D ?

eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583

Up

André R

Member since:
20 August 2005

Posts: 171

Friday 20 November 2009 2:09:11 pm

You'll also need to enable it by putting the following in site.ini.append.php:



[TemplateSettings]


ExtensionAutoloadPath[]=ezwt


--
ar

Up

Łukasz Serwatka

Member since:
29 September 2004

Posts: 29

Thursday 21 January 2010 4:44:44 pm

Hi,

Fixed in ezwt svn:

trunk rev. 24
stable/1.1 rev. 25

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
Twitter -> @lserwatka
LinkedIn -> http://pl.linkedin.com/in/lukaszserwatka

Up

Pablo Pernot

Member since:
09 January 2008

Posts: 17

Monday 21 June 2010 10:23:02 am

Hum...
it seems that the autoload is still missing so the operator cannot be registered.
I needed to add :




##http://projects.ez.no/ezwebsiteto...eral/ezcreateclasslistgroups_missing


$eZTemplateOperatorArray[] = array( 'script' => 'extension/ezwebin/autoloads/ezcreateclasslistgroups.php',


                                               'class' => 'eZCreateClassListGroups',


                                               'operator_names' => array( 'ezcreateclasslistgroups' ) );




as the operator is still owned by ezwebin.

Do you confirm ?
Up

You need to be logged in to post messages in the forums. New users may register here.