I have beeb trying to install drupal on my local machine but i keep getting this error:

fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\drupal\includes\database\database.inc line 2171

Any help or suggestions.

Comments

nevets’s picture

Are you installing core or a distribution?

kingportipher’s picture

Core

wusel’s picture

Look at Step 2 of https://www.drupal.org/node/2347717

Good luck!

Wusel

kingportipher’s picture

thanks

latikas’s picture

You need to exceed max execution time in PHP.ini file. See below,

max_execution_time = 600
max_input_time = 600

Best Luck,

kingportipher’s picture

thanks

soegaraedy’s picture

If it shows this statement:

The installation has encountered an error.
Please continue to the error page

Do the following:
1. Click that error page link then fill some missed out setting like site administrator's username and password, database setting etc.
2. Save and Continue
3. Gud luck.

ajitsandip’s picture

I have beeb trying to install drupal on my local machine but i keep getting this error:

fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\drupal\includes\database\database.inc line 2171 plz give solution windows 8 os

wusel’s picture

Look at https://www.drupal.org/node/2349225#comment-9231535 some lines above!!!

You can follow Quick install Drupal with XAMPP on Windows (https://www.drupal.org/node/2347717)! There is NO difference between Win7 and Win8 (or Win10).

Good luck!

Wusel