Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Nov 2010 at 05:50 UTC
Updated:
29 Jul 2014 at 19:10 UTC
I was unknowingly using Drupal with PHP's safe_mode directive enabled and this caused all sorts of problems related to temporary file creation and manipulation. I did not realize the problem until I tried to change temporary:// to /tmp and encountered http://drupal.org/node/129347
If this is a normal result of having safe_mode enabled, the Status Report should complain about safe_mode.
Comments
Comment #1
devin carlson commentedThe Drupal system requirements (http://drupal.org/requirements) do specify:
But I agree that it would be a good idea to list safe_mode's status on the report page as uploading files and images is a common thing to do.
Comment #2
patrickd commentedDrupal 8 will currently not even install with safe_mode enabled - so it makes more sense to check that requirement early in the installation process than putting it on the status report page
(If safe_mode is on, the status report page will currently not even load)
I'd close this issue as not necessary,
see #1959062: Check safe_mode = Off requirement early