Forums / Setup & design / Question on update

Question on update

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 :)

eZ debug

Timing: Jan 18 2025 10:39:42
Script start
Timing: Jan 18 2025 10:39:42
Module start 'content'
Timing: Jan 18 2025 10:39:43
Module end 'content'
Timing: Jan 18 2025 10:39:43
Script end

Main resources:

Total runtime1.0286 sec
Peak memory usage4,096.0000 KB
Database Queries74

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 587.6094180.8438
Module start 'content' 0.00611.0181 768.4531672.1172
Module end 'content' 1.02420.0043 1,440.570350.1328
Script end 1.0285  1,490.7031 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00290.2785140.0002
Check MTime0.00120.1213140.0001
Mysql Total
Database connection0.00080.077910.0008
Mysqli_queries0.969394.2417740.0131
Looping result0.00070.0694720.0000
Template Total0.996696.920.4983
Template load0.00200.194420.0010
Template processing0.994696.700720.4973
Template load and register function0.00010.011610.0001
states
state_id_array0.00100.098710.0010
state_identifier_array0.00170.161820.0008
Override
Cache load0.00180.1708450.0000
Sytem overhead
Fetch class attribute can translate value0.00070.072040.0002
Fetch class attribute name0.00110.1049100.0001
XML
Image XML parsing0.00170.161740.0004
class_abstraction
Instantiating content class attribute0.00000.0025130.0000
General
dbfile0.00150.1441300.0000
String conversion0.00000.000730.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 30
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs