FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon9.gif  Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4608] Thu, 01 August 2002 02:26 Go to next message
p00kiethebear is currently offline  p00kiethebear   United States
Messages: 5
Registered: August 2002
Karma: 0
Junior Member
What exactly does this mean? What could the problem be?

-P00kie
Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4620 is a reply to message #4608] Thu, 01 August 2002 11:51 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The script took too long and PHP decided to terminate itself.

Add
set_time_limit(600); 

at the top on the script, it should fix the problem.


FUDforum Core Developer
icon9.gif  Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4650 is a reply to message #4620] Thu, 01 August 2002 21:37 Go to previous messageGo to next message
p00kiethebear is currently offline  p00kiethebear   United States
Messages: 5
Registered: August 2002
Karma: 0
Junior Member
are you sure thats right? i added it and its still giving me a 30 second error. wrong synatx maybe?
-p00kie

Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4651 is a reply to message #4650] Thu, 01 August 2002 21:56 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
did you add it within <?php ?> scope?

FUDforum Core Developer
icon9.gif  Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4655 is a reply to message #4651] Thu, 01 August 2002 23:11 Go to previous messageGo to next message
p00kiethebear is currently offline  p00kiethebear   United States
Messages: 5
Registered: August 2002
Karma: 0
Junior Member
yes, i did. BTW, it says this is happening on line 2 of the code, that mean anything?
-p00kie

Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4656 is a reply to message #4655] Thu, 01 August 2002 23:23 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Nope, unless of course it timeout while loading the script to memory, is this a REALLY old computer or something?

You can always raise the limit for script by modifying php.ini or specifying a different value via .htacess.


FUDforum Core Developer
icon9.gif  Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4657 is a reply to message #4656] Thu, 01 August 2002 23:48 Go to previous messageGo to next message
p00kiethebear is currently offline  p00kiethebear   United States
Messages: 5
Registered: August 2002
Karma: 0
Junior Member
sadly its a celeron 855 mhz, only 128k cache, but its got plenty of ram (about 340 availeble usualy)...
-p00kie
Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4658 is a reply to message #4657] Fri, 02 August 2002 00:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
p00kiethebear wrote on Thu, 01 August 2002 19:48

sadly its a celeron 855 mhz, only 128k cache, but its got plenty of ram (about 340 availeble usualy)...
-p00kie




Seems like a fine machine, it should be able to run the script pretty damn fast.

Which PHP version are you using?


FUDforum Core Developer
icon9.gif  Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4662 is a reply to message #4658] Fri, 02 August 2002 06:45 Go to previous messageGo to next message
p00kiethebear is currently offline  p00kiethebear   United States
Messages: 5
Registered: August 2002
Karma: 0
Junior Member
its php 4, latest i think, on apache.
if you need to login or something and see it for yourself i can give the info.
-p00kie
Re: Fatal error: Maximum execution time of 30 seconds exceeded in XXXX/XXXX/XXXX/install.php [message #4667 is a reply to message #4662] Fri, 02 August 2002 11:24 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Give me URL to a a script that shows phpinfo() or send me the HTML output of that function.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: location of GLOBALS.php
Next Topic: Ikon to Fud conversion
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Jun 01 23:34:42 GMT 2024

Total time taken to generate the page: 0.06634 seconds