When I add a new module to my Drupal site, I get a blank page when I select the "site building\modules" option inorder to enable the module. I can remove the new module's folder from the site and all works normally. I have done every suggestion I can find on the support forums concerning this problem but cannot get past the blank page.
When I check my Apache log, I get this message:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\www\\includes\\file.inc on line 891, referer: http://www.mmrcc.org/?q=admin/build
I increased the "max_execution_time" in the php.ini file to 120 seconds but I still get the message. Can anyone suggest a fix for this.
Thanks
Comments
I also just got this
I also just got this error:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Apache Group\Apache2\htdocs\www\includes\database.mysqli.inc on line 108
hosting / server
you have identified the problem, but it lies with your local windows environment, if it is taking that long to run the scripts, your solution to increase the execution time is valid. .
=-=
if you are still getting the same error, albeit in a different file then then php.ini is not adjusted or the correct php.ini is not adjust or you didn't restart apache after the change
run a phpinfo() on your installation to ensure that the changes you make in php.ini are indeed being used.
Check your system for multiple php.ini files as well.