When i activate the cache "Normal (recommended, no side effects)" and logout i get the follwing error (only when the site loads from the cache, so the first pageview is ok, reload gives error):
Fatal error: Call to undefined function: filter_xss_admin() in mydrupal/sites/all/modules/domain/domain.module on line 49
Comments
Comment #1
agentrickardThanks. If you change these lines, that error will go away. filter_xss_admin() is not needed here, I was being over-zealous on security. This is lines 48-49 of domain.module.
Comment #2
agentrickardComment #3
derjochenmeyer commentedthanks!!! seems to work perfectly... did some more testing...
Comment #4
agentrickardCommitted to HEAD.