I have not yet managed to track down the steps to reproduce this (I think it has something to do with entering invalid field settings) but occasionally you will get a WSOD and the following errors on the subsequent page load when posting a node:

    * Warning: include(/Users/webchick/Sites/core/includes/maintenance-page.tpl.php): failed to open stream: No such file or directory in theme_render_template() (line 1145 of /Users/webchick/Sites/core/includes/theme.inc).
    * Warning: include(): Failed opening '/Users/webchick/Sites/core/includes/maintenance-page.tpl.php' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in theme_render_template() (line 1145 of /Users/webchick/Sites/core/includes/theme.inc).

Comments

webchick’s picture

Component: file system » field system
yched’s picture

Do we know why maintainance page raises such fatal error ? I've get getting this too occasionally (not on Field UI stuff), and It obfuscates the real error message.

yched’s picture

Component: field system » field_ui.module
c960657’s picture

The problem with the maintenance page hiding the error was fixed in #321828: maintenance_page not registered correctly in drupal_common_theme().

sun.core’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Is this still an issue? Seems like no one replicated it since September.

c960657’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)