View Single Post
Old 02-02-2011, 05:03 AM  
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
Quote:
Originally Posted by ~Ray View Post
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
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote