Monday 21 April 2008 7:57:12 pm - 4 replies
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
Tuesday 22 April 2008 8:46:04 am
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.
Tuesday 22 April 2008 2:12:34 pm
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
Saturday 03 May 2008 6:37:47 pm
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
You must be logged in to post messages in this topic!