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

ShaneOnABike’s picture

The 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?

mkalkbrenner’s picture

Version: 6.x-4.0-beta2 » 6.x-4.x-dev
Assigned: Unassigned » mkalkbrenner

Just seems like it's calling the debug feature regardless of whether it's live which is strange?

No 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.

mkalkbrenner’s picture

Status: Active » Closed (won't fix)

The problem is fixed in 7.x. For 6.x you can use the workaround described in #1.