briansizzler Posted June 20, 2017 Share Posted June 20, 2017 Hello, Hope you are doing great. I belong to a web development community and recently got hired in a logo design company to manage their site development issues. Basically, the website is designed quite well without any front-end issues but it has some backend issues that needs to be fixed. As they have given me a new task to add up a CMS into the backend of their website. I have already worked on Word press so I know how to configure it but as they want it on Drupal platform, I don’t know much about it. Although I have used Drupal and other CMS sites too but never got a chance to configure it in my previous experiences. So, here is what the error looks like: (see image below) An AJAX HTTP error occurred.HTTP Result Code: 200Debugging information follows.Path: /drupal/core/install.?rewrite=ok&langcode=en&profile=standard&continue=1&id=1&op=do_nojs&op=doStatusText: OKResponseText:Fatal error: Maximum execution time of 30seconds exceeded inC:\xampp\htdocs\drupal\core\lib\Drupal\Core\Database\Statement.php on line 59 Now, I would really appreciate if you could let me know how to get this issue fixed. Because the website is already built on using PHP so I am sure it won’t be that difficult to handle this error. Looking forward towards your valuable comments. Link to comment Share on other sites More sharing options...
Larry Posted June 21, 2017 Share Posted June 21, 2017 You'll need to increase the maximum execution time in the PHP configuration: http://us1.php.net/manual/en/info.configuration.php#ini.max-execution-time Link to comment Share on other sites More sharing options...
Recommended Posts