Drupal Error : Maximum execution time of xxx second exceeded (IIS 7.5)

A few days ago I had encountered problems are like this on my Drupal. When the Heavy Load when installing Drupal Module I see an error like this "Fatal error: Maximum execution time of 300 second exceeded in C: \ Inetpub \ wwwroot \ tkjcyber \ tkjmenggilah \ modules \ user \ user.module on line 9"

I am trying to find a solution with googling but still confused because there are only the same questions in the forum. Because if the wrong occurred is the setting of PHP, I tried to process them. Until I see a line with a value of "300" just like the ones in error messages

Less is more like this
"Max_execution_time = 300  ; Maximum execution time of Each script, in seconds" then I tried to change into
"Max_execution_time = 3000 ; Maximum execution time of Each script, in seconds"

I restarted IIS and it then try reloading the page I was successful 100%. Drupal Site I am back working properly.


Here are the stages that I do


1. Open your php.ini
2. Find it on your Windows or root of PHP directory
3. Find line "max_execution_time =" approximately in line 255 (may vary)
4. Then replace with a larger value
5. Eg "max_execution_time = 300" Change Being "max_execution_time = 3000"
6. Save php.ini
7. Then Restart your Web Server
8. If the error still occurs try changing the value becomes larger

0 Response to "Drupal Error : Maximum execution time of xxx second exceeded (IIS 7.5)"