Author
|
Message
|
Daniele Cacace
|
Wednesday 03 September 2008 7:37:25 am
A week ago I start migration my ez site in new server.
I update all ez site from 3.7.3 to 3.7.10.
1 site of 10 get this error:
Fatal error: Call to a member function on a non-object in direcory_site/kernel/classes/datatypes/ezuser/ezuser.php on line 737 Fatal error: eZ publish did not finish its request The execution of eZ publish was abruptly ended, the debug output is present below. ????????? TNX
|
Pierre T.
|
Thursday 04 September 2008 1:49:01 am
Did you set max_execution_time at at least 120 ? Have a look at http://ez.no/developer/forum/install_configuration/fatal_error_maximum_execution_time_of_30_seconds Regards, P.
|
Daniele Cacace
|
Friday 05 September 2008 1:53:40 am
php_value memory_limit 128M php_value max_execution_time 120 result same :(
Fatal error: Call to a member function on a non-object in /site_path/kernel/classes/datatypes/ezuser/ezuser.php on line 737 Fatal error: eZ publish did not finish its request The execution of eZ publish was abruptly ended, the debug output is present below.
|
Mark Marsiglio
|
Friday 05 September 2008 4:36:17 am
Does it give the message immediately, or after about a minute or two? You should probably check /var/log/error.log and see if there is anything useful in there.
http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions
|
Daniele Cacace
|
Friday 05 September 2008 5:07:40 am
Immediately! error in log:
[ Sep 05 2008 11:46:24 ] [88.45.248.210] eZMySQLDB:
Query error: Table 'site_access.ezuser_setting' doesn't exist. Query: SELECT user_id, is_enabled, max_login
FROM ezuser_setting WHERE user_id='14'
|
André R.
|
Friday 05 September 2008 7:49:27 am
Either the database name is wronge (site_access) or the ezuser_setting table is somehow deleted.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom
|
Daniele Cacace
|
Friday 05 September 2008 8:04:46 am
ezuser_setting was damaged. I repaired that table. thank for help :)
|