GetSimple Support Forum
Changing Pages Error "SimpleXMLElement" changedata.php - 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: Changing Pages Error "SimpleXMLElement" changedata.php (/showthread.php?tid=146)



Changing Pages Error "SimpleXMLElement" changedata.php - hopethisusernameisgood - 2009-09-21

Hi!

Thanks for all the effort that's been put into this project. Was fixing one issue with a subnavigation the other day (see other post in dev-discussion) but today i'm stuck with an error that occoured on the production system. Obviously i was trying to update an existing page and tried to save it:


Code:
Warning: SimpleXMLElement::asXML(../../data/pages/quality.xml) [simplexmlelement.asxml]: failed to open stream: Permission denied in /www/dev/admin/inc/changedata.php on line 131

Warning: Cannot modify header information - headers already sent by (output started at /www/dev/admin/inc/changedata.php:131) in /www/dev/admin/inc/changedata.php on line 134

Hope somebody encountered this problem as well, since it would help me to alter my pages correctly Wink

Thanks,

Mike


Changing Pages Error "SimpleXMLElement" changedata.php - ccagle8 - 2009-09-21

What are the permissions on that one file? Look for it in /data/pages/
Are you able to save other things such as your settings?


Changing Pages Error "SimpleXMLElement" changedata.php - hopethisusernameisgood - 2009-09-23

seems that this issue is gone after upgrading to 1.7. thanks for your quick reply