Friday, March 12, 2010

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…

No related posts.

Leave a Reply