Sunday 22 March 2009 2:06:34 pm - 5 replies
After installing ez 4.1 I can't launch online editor.
All I get is standard text editor and following error:
Class 'eZOEXMLInput' does not exists, defined in setting ezxml.ini [InputSettings] HandlerClass
I can see that file:
extension/ezoe/ezxmltext/handlers/input/ezoeinputparser.php
exists but I've no idea why it says that it's missing and I'm not sure whether this is a reason for why OE doesn't work.
I doublechecked that ezoe extension is enabled and tried setting up various rewrite rules as described in ezoe FAQ but no luck.
Does anyone have any suggestions?
Sunday 22 March 2009 7:48:27 pm
You could expect that a fresh installation would have the autoloads pregenerated, but the fact is that you should consider autoload regeneration a basic step of every system PHP modification, upgrade or extension. It would be wise to check it on installation as well.
Tuesday 01 September 2009 3:28:58 pm
I have the same problem on ez 4.1.3 upgrade from 4.0.3. I have downloaded the version with ezc bundle.
I have run the command: php bin/php/ezpgenerateautoloads.php -e
the output is:
Scanning for PHP-files.
Scan complete. Found 117 PHP files.
Searching for classes (tokenizing).
Found 40 classes, added 40 of them to the autoload array.
But the online editor dosn't works. I think I have a ezc installation problem.
You must be logged in to post messages in this topic!