ez projects / ezwebsitetoolbar / forum / general / ezcreateclasslistgroups mis...
You need to be logged in to post messages in the forums. New users may register here.
|
Member since: 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 |
|
|
Member since: 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 -- |
|
Member since: 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 |
|
Member since: 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 ? Pablo Pernot |
You need to be logged in to post messages in the forums. New users may register here.