Fatal error: Maximum execution time of 30 seconds exceeded

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
eschell

Fatal error: Maximum execution time of 30 seconds exceeded

Post by eschell »

I'm using CMS 1.06beta on a Sun machine. Apache/2.2.0 (Unix) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.7g PHP/5.0.4 mod_perl/2.0.2 Perl/v5.8.7 mySQL 4.1.11

I was in the process of trying to use "pretty urls" and when I added the AllowOverride FileInfo command to my .conf file I started to get the following message after the index page comes up once:

Fatal error: Maximum execution time of 30 seconds exceeded in /www/test/lib/classes/class.moduleloader.inc.php on line 92

I backed out the change to the .conf file and changed the config.php file back to the defaults. Restarted Apache and was able to see the index page once. After that if I try to reload it or go to another page I get the "Fatal error:" message. I have found this is the case each time I restart Apache.

I'm at a loss any ideas are appreciated.

Thanks much

Ed
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Fatal error: Maximum execution time of 30 seconds exceeded

Post by tsw »

You have php setting of maximum execution time set to 30s, any script running longer than that will be terminated (I quess you have your own server as you were able to restart apache, so you can set it to longer value in php.ini)

if you dont have your own server to run you might want to check that you dont have any extra modules installed or in use...
Locked

Return to “CMSMS Core”