Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 13:37 UTC
Updated:
10 Oct 2009 at 17:50 UTC
* 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
Comment #1
ronan commentedI 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