Wednesday 05 January 2011 12:50:31 pm
Hi everyone I have set up a new instance of eZ Publish 4.3.0 on a vhost. Settings up siteaccess etc. worked fine. Now i wanted to work with a custom PHP class but i ran into a fatal error:
Fatal error: Class 'eZSplash' not found in /data/site-abc/extension/splash/modules/mymodule/myview.php on line 10 Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, debug information can be found in the log files normally placed in var/log/* So i checked my error.log but there is nothing in there. Then i tried to generate my autoload array by typing php bin/php/ezpgenerateautoload.php with the following result: Scanning for PHP-files. Scan complete. Found 299 PHP files. Searching for classes (tokenizing). after this i tried to call my module again, with the same fatal error. Then i tried to regenerate my autoload array via backoffice (setup/extensions -> Regenerate autoload arrays for extensions) which resulted in: Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, debug information can be found in the log files normally placed in var/log/* and again, there is nothing in my logs. The error seems to happend here in kernel/setup/extensions.php: $autoload = new eZAutoloadArrays(); After trying and googling for a few hours I gave up and decided to ask you guys for help! ;) Any ideas? Thanks, Robert
|