Closed (won't fix)
Project:
ThemeKey
Version:
6.x-4.x-dev
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2012 at 22:12 UTC
Updated:
11 Jul 2013 at 13:35 UTC
If you have previously set variables to have the debug messages output and then disable Themekey debug it will continue to output the messages. Ooops :/
Comments
Comment #1
shaneonabike commentedThe workaround (probably obvious):
* Re-enable debugging
* Disable all debug features
* Disable feature
Just seems like it's calling the debug feature regardless of whether it's live which is strange?
Comment #2
mkalkbrennerNo it's not that strange, because the code and the configuration is still there when you disable a module.
The configuration will be deleted if you UNINSTALL the module.
Nevertheless, you're right that the output should not occur.
Comment #3
mkalkbrennerThe problem is fixed in 7.x. For 6.x you can use the workaround described in #1.