Enabling Theme Developer throws these errors:
# warning: include_once(system.admin.inc) [function.include-once]: failed to open stream: No such file or directory in /home/jmo/public_html/sites/all/modules/devel/devel_themer.module on line 380.
# warning: include_once() [function.include]: Failed opening 'system.admin.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jmo/public_html/sites/all/modules/devel/devel_themer.module on line 380.I'm not sure if this is a bug or -- quite possibly -- something has gone awry, but don't know how to troubleshoot these error messages. Disabling the module eliminates the errors, so it's something I can sort of work around since Theme Developer is only used during development and, despite the errors, Theme Developer seems to function. However, I thought I would ask.
Comments
Comment #1
justmagicmaria commentedSame issue.
Comment #2
sam mooreSame here.
* warning: include_once(system.admin.inc) [function.include-once]: failed to open stream: No such file or directory in
/devel/devel_themer.module on line 380.
* warning: include_once() [function.include]: Failed opening 'system.admin.inc' for inclusion (include_path='.:/var/www/php') in
/devel/devel_themer.module on line 380.
Comment #3
JeremyFrench commentedI think this was because of #591804: Theme registry build bug: External file with template_preprocess is not loaded if tpl.php is copied into theme please reopen if you are still getting these errors.