* warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 1544 is not allowed to access /tmp/backup_migrate_cRFCE5 owned by uid 99 in /home/turkvide/public_html/modules/backup_migrate/backup_migrate.module on line 573.
* warning: fopen(/tmp/backup_migrate_cRFCE5) [function.fopen]: failed to open stream: Success in /home/turkvide/public_html/modules/backup_migrate/backup_migrate.module on line 573.

what is the problem? how can i fix that? i'm going to be crazy help me T_T

Comments

ronan’s picture

Version: 6.x-2.x-dev » 6.x-1.2
Status: Active » Fixed

I think you're referring to the 1.x codebase since there's no code anywhere near that line which would be causing that error in the 2.x branch.

It sounds like safe mode is preventing you from reading your temp files which is strange because it seems to be allowing you to write to them (or maybe not).

You will probably need to move your temp directory (site configuration > file system) to a location permitted by your php settings or change your php settings to allow access to /tmp/

You can read more about safe mode here:
http://us3.php.net/features.safe-mode

Thanks
Ronan

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.