GetSimple Support Forum

Full Version: Updating Page Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.