Forums / Setup & design / eZ publish crashes when modifying a class
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 ?
CheersHeiner
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 [email protected] | 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
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
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
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.
greetingsheiner