Thursday 16 February 2006 3:15:48 pm
I'm having weird problems with my installation. I have a shop that's just about ready to go. Everything works, except the Shop module in the admin interface. When I try to access it I get this:
Fatal error: Call to a member function on a non-object in /path/to/ezpublish/kernel/classes/shopaccounthandlers/ezdefaultshopaccounthandler.php on line 75
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
Notice: Undefined index: /setup/debug_toolbar.tpl in /path/to/ezpublish/kernel/common/eztemplatedesignresource.php on line 384
Notice: Only variable references should be returned by reference in /path/to/ezpublish/lib/eztemplate/classes/eztemplate.php on line 793
Then debug displays ALOT of these:
Error: eZTemplateDesignResource::overrideArray Feb 16 2006 23:05:47
Custom match file: path 'admin_preview/article.tpl' not found in any resource. Check template settings in settings/override.ini
Error: eZDebug::writeFile Feb 16 2006 23:05:47
Cannot open log file 'var/log/error.log' for writing
The web server must be allowed to modify the file.
File logging for 'var/log/error.log' is disabled.
Error: eZTemplateDesignResource::overrideArray, tried files Feb 16 2006 23:05:47
design/standard/templates/admin_preview/article.tpl, design/standard/override/templates/admin_preview/article.tpl, design/admin/override/templates/admin_preview/article.tpl, design/admin/templates/admin_preview/article.tpl
Only weird thing here is that design/admin/override/templates/admin_preview/article.tpl exists and has 777 permissions. Why can't it read it?
|