Forums / Install & configuration / Not able to install a new template operator eZ 3.2-3
Vincent Saulnier
Friday 07 November 2003 8:18:36 am
My extension is called random
my configuration is this
[ExtensionSettings]ActiveExtensions[]=random
[TemplateSettings]ExtensionAutoloadPath[]=random
And my extension path looks like this : extension/random/autoloads/ezrandomoperator.phpextension/random/autoloads/eztemplateautoload.php
The operator seems to work fine ($operatorValue has the right value) but it is not displayed on the page.
I cleared the cache with --clear-all and still doesn't work.
In debug I get this :Warning: PHP
Undefined property: SetName in /Exponential/lib/eztemplate/classes/eztemplatesetfunction.php on line 155
Maybe it is related to my problem...
Please help!
--Vincent
Monday 10 November 2003 5:32:39 am
Anyone has an idea!
Wednesday 12 November 2003 5:23:34 am
Did I miss something in my configuration because I'm able to install new modules but no TemplateOperators?