2009-08-28, 23:02:11
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.
I added $url = ''; to line 19 of edit.php and that seemed to correct it.