Upon enabling this module and having a module that redirects me to the page_throbber config page, I now receive this on every page of my site (NOT GOOD):
Additional uncaught exception thrown while handling exception.
Original
Exception: theme() may not be called until all modules are loaded. in theme() (line 1002 of /.../includes/theme.inc).
Additional
Exception: theme() may not be called until all modules are loaded. in theme() (line 1002 of /.../includes/theme.inc).
So, this module is not usable or testable at all at the moment. I'm looking forward to using it once it's been tested and fixed!
Comments
Comment #1
deanflory commented...
Comment #2
liquidcms commentedjust tried ver 1.3 (latest rel) on a clean D7 install.. i see a bug in that the default "All pages except those listed " with no pages listed - i.e. ALL pages does not work. but i tried the PHP version with simply having php code return true always.. and this does work fine.
it is unlikely that this module could cause the error you are seeing; especially since it doesn't even use the theme() function.
Comment #3
liquidcms commented