Tuesday, November 15, 2011

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

One of the reason for Joomla to generate message of "Fatal error: Maximum execution time of 30 seconds exceeded ..." is with the max_execution_time settings in php.ini of web server's root folder.

This setting can be confirmed using the following method:

Administration > Site > System Information > PHP Information > max_execution_time

If that is set to 30 seconds,then you may get the above error when installing extension via Joomla Installer.

To resolve this issue, edit the php.ini file and set max_execution_time to 60 or 90 or 120.

Once you did the changes, restart your web server will do.

No comments:

Post a Comment