Icy Phoenix
Old Support Topics - [SOLVED] Fatal Error: Maximum Execution Time Of 30 Seconds..
tc1967uk [ Thu 19 Apr, 2007 21:23 ]
Post subject: [SOLVED] Fatal Error: Maximum Execution Time Of 30 Seconds..
Just for information, in case others ever get this problem.
I was having a problem synchronising my forums, as it kept giving me the message: Fatal error: Maximum execution time of 30 seconds exceeded in.....
The problem was I have a lot of categories and subforums.
I solved the problem by adding this line "php_value max_execution_time 60" in the .htaccess file in the root directory of my site. Amend the value of 60 to whatever is necessary to get the job done.
Zuker [ Thu 19 Apr, 2007 21:26 ]
Post subject: Re: [SOLVED] Fatal Error: Maximum Execution Time Of 30 Secon
Thanks for the tip
But i think it's relative to your server ;)
Greets!
Mighty Gorgon [ Wed 25 Apr, 2007 01:59 ]
Post subject: Re: [SOLVED] Fatal Error: Maximum Execution Time Of 30 Secon
Thanks for the suggestion. I'm sure someone else will find this useful.