By cliftoo on
Hello,
When I go to /admin/build/block/list/* I'm stuck with my admin theme and its block configuration. Drupal won't display my site's default theme (or any of the other active themes, for that matter). Normally you'd expect to switch temporarily from admin theme to default so that its block can be edited. This isn't happening, so I'm longer able to configure my site's blocks. Has anyone else had a similar problem? I've tried clearing the caches, but that doesn't help. Any suggestions?
TIA,
Cliftoo
Comments
I found the admin/build/block theme gremlin!
I found out what was troubling my site and causing the same problem with block administration!! The HTMLPurifier module, somehow, did not get along with another update, which one, I don't know. However, after disabling all the contributed modules, and re-enabling in chunks, I isolated htmlpurifier as the culprit. Updating the HTMLPurifier library to version 4.1.0 fixed it.