The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



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.