Forums / Install & configuration / ezxml.php timeout 30 sec

"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".

ezxml.php timeout 30 sec

Author Message

Michele Brugo

Tuesday 16 November 2004 11:52:12 pm

Hi people.
A loto of person have this problem.
I've already set php.ini (max_execution_time = 200 and memory_limit to 32m
but the error still occured.

Mik

Michele Brugo

Tuesday 16 November 2004 11:56:36 pm

Hi,
i've removed php.ini (renamed to php.ini.save) but the error still occured.
It seems that php.ini was not read from php interpreter.

MIke

Michele Brugo

Wednesday 17 November 2004 2:58:31 am

I've modified ezxml.php with set_time_limit function.

set_time_limit(600);