View Single Post
Old 2006-09-16, 03:28 PM   #2
jayeff
Just because I don't care doesn't mean I don't understand!
 
jayeff's Avatar
 
Join Date: Sep 2006
Posts: 95
Send a message via ICQ to jayeff
Check the feed is valid at http://feedvalidator.org/ before you start looking for more complex fixes.

If all is well, one suspect would be overly conservative settings in your php.ini file which can cause longer processes to time out. Ask your server tech to modify your php.ini to:

max_execution_time = 300 ;
max_input_time = 120 ;
memory_limit = 24M

and see if those settings help...
jayeff is offline   Reply With Quote