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

agentrickard’s picture

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

  // Set the site name to the domain-specific name.
  $conf['site_name'] = $_domain['sitename'];
agentrickard’s picture

Status: Active » Reviewed & tested by the community
derjochenmeyer’s picture

thanks!!! seems to work perfectly... did some more testing...

agentrickard’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed to HEAD.