Item678: DBCachePlugin fails due to reference to TWiki::urlDecode in WebDB.pm
Priority: Normal
Current State: Closed
Released In:
Target Release:
If
DBCachePlugin is installed, topics don't load and this error message is displayed:
Undefined subroutine &TWiki::urlDecode called
The apache log shows:
Undefined subroutine &TWiki::urlDecode called at /var/www/foswiki/lib/TWiki/Plugins/DBCachePlugin/WebDB.pm line 181
I fixed it locally by changing all references in WebDB.pm from TWiki::urlDecode to Foswiki::urlDecode. Everything appeared to work fine after that.
I'm not sure why the compatibility plugin doesn't work in this case.