Went to make some changes on localhost today and only 1 of my sites will load. The rest give me; Fatal error: Maximum execution time of 30 seconds exceeded in ...\bootstrap.inc on line 2224

function _drupal_error_handler($error_level, $message, $filename, $line, $context) {
require_once DRUPAL_ROOT . '/includes/errors.inc';
_drupal_error_handler_real($error_level, $message, $filename, $line, $context);
}

That's line of code at 2224, I'm PHP newb and not sure where to start.

SOLVED: I'm 100% retarded.

Comments

zczajk’s picture

Replying here in case someone needs solution. The most probable reason is that database server is not responding.