Quote:
Originally posted by mmilano
php.ini
----------------------------------
max_execution_time = 30 // seconds
|
I can't speak for the other ones, but this would give you a time out error. I was doing some array manipulation and it was taking a little too long, so it kept telling me that php script was timing out. I just bumped it to 60 seconds, and now it works. I just hope this is enough because any longer and I would go insane.
Toe