Forums / Setup & design / Problem with cache
Joan Massey Figols
Monday 01 November 2004 3:20:30 pm
Hi,
I have a problem with the cache, every time that I clear all caches the first time that I reload the main page of my site I obtain this message:
<b>Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.</b>
If I put the debug option to enbled the message doesn't appear.
Can anybody help me with this?
Thanks.
Wednesday 03 November 2004 4:43:09 am
Well finally I have found the solution to this problem.
I have changed some "php.ini" values:
max_execution_time = 120 max_input_time = 60 memory_limit = 64M
and now everything is working well.