GetSimple Support Forum

Full Version: In edit.php Line 155
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.