May 1st, 2014, 8:22 AM
Thanks Joe,
It's currently set to 30 seconds (max allowed on our hosting account).
I timed how long it takes from when I click the Update button until the screen refreshes and it is only 5 seconds.
Would there be any restrictions on the database/table type? (MyISAM)
Bill
It's currently set to 30 seconds (max allowed on our hosting account).
I timed how long it takes from when I click the Update button until the screen refreshes and it is only 5 seconds.
Would there be any restrictions on the database/table type? (MyISAM)
Bill
(Apr 30th, 2014, 6:50 PM)Joe Wrote: I think your script might be timing out. This sometimes occurs on some servers when the PHP ini file is set to a low max execution time. Here are more details on resolving this issue: http://stackoverflow.com/questions/36549...ysql-query
Cheers,
Joe