GetSimple Support Forum
Updating Page Error - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Updating Page Error (/showthread.php?tid=7)



Updating Page Error - Kevin - 2009-08-08

Could still be part of the permissions issue I am having, but every time I try to update a page I get the following error:

Warning: copy(../../backups/pages/index.bak.xml) [function.copy]: failed to open stream: Permission denied in /home/yousrcom/public_html/guitaruser.com/admin/inc/changedata.php on line 90

Warning: Cannot modify header information - headers already sent by (output started at /home/yousrcom/public_html/guitaruser.com/admin/inc/changedata.php:90) in /home/yousrcom/public_html/guitaruser.com/admin/inc/changedata.php on line 119


Updating Page Error - ccagle8 - 2009-08-08

yeah, it's because it's trying to write the "backup file" to the directory /backups/pages/ - can you try to CHMOD it to 775 as well? 0777 if that doesn't work, but thats usually a bad practice.