So i just turned off global restrictions and get the following error:

warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 636 is not allowed to access /tmp owned by uid 0 in includes/file.inc on line 190.

Is this that memory issue? Or what is this?

If you can help me fix this i will love your forever! :)

Comments

asiseo’s picture

asiseo.com

asiseo’s picture

ANY HELP PLEASE????

asiseo’s picture

I have disabled safe mode but i am still having problems... someone please help!

Drupalized’s picture

it's appears after transferring files to other dedicated server

suffering drupal’s picture

SAFE MODE Restriction in effect. The script whose uid is 10049 is not allowed to access /tmp owned by uid 0

Same problem after updating database manually, adding nodes & corresponding lines to the different tables.

AAAHHHHH

I started with Drupal in 2007 and then my life got stuck...

Anonymous’s picture

This is a common problem when PHP "safe mode" is enabled on your server. If you can't disable it, delete the directory and try to create it in another way: I had the problem creating it with SSH, solved it using Filezilla.
See also:
http://drupal.org/node/182058
http://drupal.org/node/170675