eZ publish crashes when modifying a class

Author Message

Heiner Wurbs

Monday 21 April 2008 10:57:12 am

Hi there,

a big and serious problem: I change the definition of a class, which is used by about 1000 objects. When I add a Text Line, the execution of ez publish ended abruptly.

I use currently ez 3.9.3. Can someone help ?

Cheers
Heiner

Maxime Thomas

Monday 21 April 2008 11:46:04 pm

Hi,

It's a bug of eZPublish, when you are trying to edit a class with a lot of attributes, and that you click ok, the script will try to update all the objects in one shot.

You may use this extension :

http://ez.no/developer/contribs/hacks/update_object_attributes

Hope it helps.

Maxime Thomas
maxime.thomas@wascou.org | www.wascou.org | http://twitter.com/wascou

Company Blog : http://www.wascou.org/eng/Company/Blog
Technical Blog : http://share.ez.no/blogs/maxime-thomas

Heiner Wurbs

Tuesday 22 April 2008 5:12:34 am

Thanks a lot for that hint. I have one question, for this extension. Shall I create the class attribute in the eZ publish Administration Interface, even the eZ publish execution ended abruplty ? And then starting to repair the objects with this extension ?

Thanks for your help !!!
Heiner

Maxime Thomas

Tuesday 22 April 2008 11:28:12 pm

The process is :
- edit your class
- add your attribute(s)
- go in command line mode
- run the script
- go back in the admin
- click ok to save the class

Maxime Thomas
maxime.thomas@wascou.org | www.wascou.org | http://twitter.com/wascou

Company Blog : http://www.wascou.org/eng/Company/Blog
Technical Blog : http://share.ez.no/blogs/maxime-thomas

Heiner Wurbs

Saturday 03 May 2008 9:37:47 am

Hi Maxime,

thanks a lot for that hint and your support! After some tests I could solve the problem increasing the following values in the php.ini:

max_execution_time = 60;script, formerly 30
memory_limit = 100M; formerly 64M 

And using a low traffic period of the webserver.

greetings
heiner

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 19:34:53
Script start
Timing: Jan 30 2025 19:34:53
Module start 'layout'
Timing: Jan 30 2025 19:34:53
Module start 'content'
Timing: Jan 30 2025 19:34:53
Module end 'content'
Timing: Jan 30 2025 19:34:53
Script end

Main resources:

Total runtime0.0221 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 588.2656151.2266
Module start 'layout' 0.00490.0031 739.4922220.7188
Module start 'content' 0.00800.0126 960.21091,001.9609
Module end 'content' 0.02060.0015 1,962.171933.9922
Script end 0.0221  1,996.1641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002611.7504140.0002
Check MTime0.00115.0561140.0001
Mysql Total
Database connection0.00083.756710.0008
Mysqli_queries0.00209.035130.0007
Looping result0.00000.045310.0000
Template Total0.00114.810.0011
Template load0.00093.884110.0009
Template processing0.00020.909810.0002
Override
Cache load0.00062.783310.0006
General
dbfile0.00094.068680.0001
String conversion0.00000.022740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs