WikiTips and Tricks ⇒ Enabling Debugging when you can't get to admin  

Glossary
The Project
Install
Dragonfly admin interface
Dragonfly public view
Dragonfly Themes
Build local server
Running Dragonfly CVS
Tips and Tricks
Rules & Regulations
v9 Developer's Manual
v10 Developer's manual
10.3: Enabling Debugging when you can't get to admin Parent

Normally you can enable debugging by going to admin.php?op=settings&s=8

This is very handy when you have an issue because information is passed to your footer where you can learn more about the issue.

If you can't get to the admin page, you can still enable debugging. Go to phpmyadmin or MySQL admin and run these queries:

UPDATE `cms_config_custom` SET `cfg_value` = '1546' WHERE cfg_name = 'debug' AND cfg_field = 'error_level' LIMIT 1;
UPDATE `cms_config_custom` SET `cfg_value` = '1' WHERE cfg_name = 'debug' AND cfg_field = 'database' LIMIT 1;
UPDATE `cms_config_custom` SET `cfg_value` = '1' WHERE cfg_name = 'debug' AND cfg_field = 'session' LIMIT 1;

 
Updated: Tuesday, September 25, 2007 (03:42:46) by LilDevil
Created:  Saturday, November 19, 2005 (00:01:41) by akamu

Dedicated Server & Bandwidth Sponsored by DedicatedNOW

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
This page generated in 0.1099 seconds with 12 DB Queries in 0.0169 seconds
Memory Usage: 1.47 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy