By peachiep on
I just got Drupal 4.5 installed but now I can't add any themes and I keep getting
this error:
The script whose uid is 1076 is not allowed to access /tmp owned by uid 0 in /home/pjcleary/clearydesign.com/includes/file.inc on line 77.
Any suggestions how to fix this?
Pete
Comments
Seems like PHP safe_mode is
Seems like PHP safe_mode is enabled on your server. Try changing the tmp directory in the Drupal settings to something within your HTML directory, where you have write permissions...
HTH, Uwe.
--
http://www.hermann-uwe.de
Try looking at the ownership of directories /tmp
I had a similar problem with the upload file modules. basically, the owner of the directory must be set to the same user which is running the scripts. Fortunately, I have root access to our server to do these changes.
We wanted to keep the PHP with safe_mode enabled.