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

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);