Tuesday 13 April 2010 12:58:31 am
Hi, I'm trying to create a design extension with a custom operator. Since my operator is not registered, I tried to regenerate the autoloads using, as root, the command line: php bin/php/ezpgenerateautoloads.php which unfortunately returned: "Fatal error: Class 'ezcConsoleInput' not found in /var/www/my/path/bin/php/ezpgenerateautoloads.php on line 48" Does anybody knows how I can fix this or, at least, how I can have my operator being registered without using this script? Thank you. Lea
|