Error when publishing medium-sized article

Author Message

Halvor M

Sunday 03 April 2005 4:05:39 am

My site works smoothly with shorter articles, but this one (about 9-10 pages of text) causes the following error message when editing:

Fatal error: Maximum execution time of 30 seconds exceeded in \lib\ezfile\classes\ezdir.php on line 242
Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below.

Strange thing is that I was able to post the article, but now I cannot edit it.

Anything I can do to prevent this from popping up?

Lazaro Ferreira

Sunday 03 April 2005 11:24:42 am

Hi,

Probably you need to increase some php parameters at <b>php.ini</b>

Search the forum, for more info on this parameters, in our experience ezp needs the following values to work properly with a Pentium IV machine :

max_execution_time = 60     ; Maximum execution time of each script, in seconds
max_input_time = 60     ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M      ; Maximum amount of memory a script may consume (8MB)

Lazaro
http://www.mzbusiness.com

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