{PROJECT} ../../template/doc.en.ini {GRAFIK_LINKS} $home/gifs/li_phpcms.gif {LOGO_1} $home/gifs/cmslogo1.gif {LOGO_2} $home/gifs/cmslogo2.gif {MENU} 00.08.10.13 {TITEL} Debug Mode Parameters {CONTENT}

phpCMS contains a debug mode that can be very handy while developing your website with phpCMS.

Debug mode is invoked by adding the special query string "?debug=debug" to the page you want to examine.

http://www.yourdomain.com/some/document.htm?debug=debug

Debug mode is password protected. Please do not forget to log out after your work is finished.

Parameter Function debug opens a page in Debug Mode content_file Content file, unparsed content_rep Content file, with tags replaced template_file Template file(s), unparsed with line numbers template_rep Template file(s), with tags and fields replaced tags all available tags and their replacements menu_file Menu file(s), ungeparst menu_name Menu file(s), sorted by NAME menu_class Menu file(s), sorted by CLASS page Content file, parsed time Content file, parsed with execution time (w/o PAX or Scripts) vars all phpCMS settings accessible via $DEFAULTS dev contents of the $GLOBALS array

Debug Mode must also be activated in GUI->Configuration in order to use debugging.