Hakim Bouras
|
Friday 06 June 2008 6:07:30 am
Hi, Since I moved to version 4, I regularly have this type of error (see below some exemple of full error message I get) , but have no way to reproduce it...
It can happen when I try to edit an object, or when I try to submit my changes (after editing) or even when I try to discard the changes. I can reopen the same object later and everything is fine... Generally if I retry to redo the same action (reedit the same object) - I got the same error. If I edit another object and come back to the object I had problem with, then everything is fine and I can edit without problem... :-/ The error always refers to a php file from one of my extensions... I tried to regenerate the autoload arrays ... but the problem is still there... I saw that this type of problem was reported during the alpha test and was closed, but the problem apparently still exists... Do you have any idea of how to tackle this problem?
Thank you, Hakim
-----------------------------------------
Fatal error: Class 'eZFile' not found in /var/www/epnoe-v4/ezp/extension/xeditor/ezxmltext/handlers/input/xeditorxmlinput.php
on line 121
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Fatal error: Class declarations may not be nested in /var/www/epnoe-v4/ezp/kernel/common/ezkerneloperator.php on line 40
Line 121 is: "$parser =& new SafeHTML();"
------------------------------------------
Fatal error: Class 'eZFile' not found in /var/www/epnoe-v4/ezp/extension/xeditor/ezxmltext/handlers/input/xeditorxmlinput.php
on line 121
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Fatal error: Class declarations may not be nested in /var/www/epnoe-v4/ezp/lib/eztemplate/classes/eztemplate.php on line 233
------------------------------------------
Fatal error: Class 'eZFile' not found in /var/www/epnoe-v4/ezp/extension/xeditor/ezxmltext/handlers/input/xeditorxmlinput.php
on line 121
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Fatal error: Class declarations may not be nested in /var/www/epnoe-v4/ezp/kernel/classes/ezpreferences.php on line 48
------------------------------------------
Fatal error: Class 'eZFile' not found in
/var/www/epnoe-v4/ezp/extension/easyadmin/eventtypes/event/setsection/setsectiontype.php on line 39
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Line 39 is: is the closing bracket "}" (!!!) for the declaration of the class "class setSectionType extends eZWorkflowEventType"
------------------------------------------
Fatal error: Class 'eZFile' not found in
/var/www/epnoe-v4/ezp/extension/enhancedselection/datatypes/ezenhancedselection/ezenhancedselectiontype.php on line 718
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Line 718 is: is the closing bracket "}" (!!!) for the declaration of the class "class eZEnhancedSelectionType extends eZDataType"
---------------------------------------------
My Config is:
<b>EZ</b>
Version: 4.0.0 (4.0.0)
SVN revision: 19785 Extensions: xeditor , cookieuser , enhancedobjectrelation , enhancedselection , ezxajax , getobjects , illightbox2 , ObjectCreator , owner , studentInInstitute , xajax_epnoe , xmlwash
<b>PHP</b>
Version: 5.2.0-8+etch11
Extensions: zip, xmlwriter, libxml, dom, xmlreader, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, session, SimpleXML, sockets, soap, SPL, shmop, standard, Reflection, posix, mime_magic, mbstring, json, iconv, hash, gettext, ftp, filter, exif, dba, date, ctype, calendar, bz2, bcmath, zlib, pcre, openssl, apache2handler, imagick, curl, gd, ldap, mhash, mysql, mysqli, PDO, pdo_mysql
Miscellaneous: Safe mode is off.
Basedir restriction is off.
Global variable registration is off.
File uploading is enabled.
Maximum size of post data (text and files) is 8M.
Script memory limit is 128M. Maximum execution time is 60 seconds.
<b>PHP Accelerator</b> A known and active PHP Accelerator could not be found.
<b>Web server (software)</b>
Name: Apache
Version: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 Modules: core, mod_log_config, mod_logio, prefork, http_core, mod_so, mod_actions, mod_alias, mod_auth_basic, mod_authn_file, mod_authnz_ldap, mod_authz_default, mod_authz_groupfile, mod_authz_host, mod_authz_user, mod_autoindex, mod_cgi, mod_dir, mod_env, util_ldap, mod_mime, mod_negotiation, mod_php5, mod_proxy, mod_proxy_http, mod_rewrite, mod_setenvif, mod_status
<b>Database</b>
Type: mysql Character set: utf-8 (Internal)
|