GetSimple Support Forum
In edit.php Line 155 - 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: In edit.php Line 155 (/showthread.php?tid=107)



In edit.php Line 155 - bnowell - 2009-08-28

I noticed in one of your posts that putting /data/other/debug.xml would help in debugging templates or components. I created a blank debug.xml file in the DATA/OTHER folder. When I created a new page and opened the 'page options' tab, i noticed an error in edit.php on line 155. It stated that $url was unidentified.

I added $url = ''; to line 19 of edit.php and that seemed to correct it.