Support Forum

My Cricket Forum

46 Answers

New Answer

KA karthik.atchuta
karthik.atchuta
Member

Well as I pasted above there aint any max execution time u referred to..I checked with him few days back

MP Mr Papa
Mr Papa
Member

EVERY php.ini file has a max execution time… its a php thing, not windows or linux… you may not have access to it, but its on your server…

not savvy on IIS, but does it have something akin to .htaccess which is a unix thing? so you could do something like:

php_value max_execution_time 60

or do if from your wp-config.php file…

http://php.net/manual/en/function.set-time-limit.php for reference, but

set_time_limit (60);