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
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:
- Drupal ‘white screen of death’ – error reporting for PHP
- Drupal Change Publishing options
- Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)
- Drupal mailhandler smtp localhost error
- Drupal – The selected file… could not be uploaded. Only JPEG, PNG and GIF images are allowed
- Beginning Drupal
This entry was posted on Thursday, February 4th, 2010 at 3:56 am and is filed under Articles & Reviews.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply
Hot Topics
- Creating a Drupal 6 custom login form – Step by Step tutorial.
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- imagecache wrong path – SOLVED!
- 7129/6105195 Edward Leedskalnin’s anti-gravity – How he built Coral Castle.
- How to take Ownership of a Drive, Folder or File in Windows 7
- WordPress widgets not saving or dragging?
- Firefox – update favicon.ico (SOLVED)
- IE emulator for FireFox
- Site off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. (SOLVED!)
- Access denied – Drupal 6.x
Archives
- February 2012
- November 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- January 2009
- December 2008
- August 2008
- June 2008
