The directory sites/default is not protected from modifications and poses a security risk. You must change the directory’s permissions to be non-writable

Drupal 6.15 (and other versions) – All that is happening is PHP is taking too long (longer than 30 seconds) to execute the script. To get around this problem add this line to the sites/default/settings.php file:

ini_set('max_execution_time', 0);

You might find that your settings.php file is Read-Only, so make it writable, add the line above and then make the settings.php Read-Only again…

Related posts:

  1. Drupal ‘white screen of death’ – error reporting for PHP
  2. Drupal Change Publishing options
  3. Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)
  4. Drupal mailhandler smtp localhost error
  5. Drupal – The selected file… could not be uploaded. Only JPEG, PNG and GIF images are allowed
  6. Beginning Drupal

Leave a Reply