Quote:
Originally Posted by ~Ray
xml standalone version.
|
Is your PHP on the new server running in safe mode? If so, the script that is probably disabling time limits with set_time_limit(0) could be failing due to the global timeout limit set in php.ini. ie if it is running in safe mode, set_time_limit() does not work.
If not, just check your php timeout limit in php.ini and increase accordingly (then restart) to see if the size increases