Trabla: Drupal & XAMPP: Fatal error: Maximum execution time exceeded
An AJAX HTTP error occured.
HTTP Result Code: 200
Debugging information follows.
Path: /drupal/core/install.?
rewrite=ok&langcode=en&profile=standard
&continue=1&id=1&op=do_nojs&op=do
StatusText: OK
ResponseText:
Fatal error: Maximum execution time of 30
seconds exceeded in
C:\xampp\htdocs\drupal\core\lib\Drupal\Core\
Database\Statement.php on line 59
Lets fix this error:
1) Open XAMPP control panel - stop Apache
2) Open php.ini file from XAMPP control panel
3) Find string
max_execution_time=30
Replace with
max_execution_time=300
4) Save php.ini file
5) Start Apache from XAMPP control panel
6) Reload Drupal installation page in browser
12. Installation continuing
No comments:
Post a Comment