jorkin / asp-vbscript-cms

Automatically exported from code.google.com/p/asp-vbscript-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEBUG_OVERRIDE has no effect

GoogleCodeExporter opened this issue · comments

site/core/configuration.asp provides a global setting to allow you to
override the normal "debug mode" pulled from the database, by supposedly
setting this value to "1" but doing so has no effect.



Original issue reported on code.google.com by asp.vbsc...@gmail.com on 17 Nov 2008 at 9:53

The current workaround if you are developing and need to see debug information,
simply add one line to your cms-integrated asp file:

<code lang="asp">
addGlobal "DEBUG","1",null
</code>

If you aren't developing but want to see debug mode anyway, you can add the 
above
line to 404.asp, just after the #include core/include/global.asp

Debug mode is also available through the admin panel on the Settings > 
Advanced.  You
must have "Administrator" role to enable/disable this setting. 

Original comment by asp.vbsc...@gmail.com on 17 Nov 2008 at 9:54

  • Changed state: WontFix