Forums / Setup & design / Problem with cache

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem with cache

Author Message

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: Exponential did not finish its request

The execution of Exponential 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.

Joan Massey Figols

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.