Closed (cannot reproduce)
Project:
Drupal core
Version:
7.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 07:04 UTC
Updated:
2 Aug 2011 at 18:40 UTC
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
Comment #1
webchickComment #2
yched commentedDo 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.
Comment #3
yched commentedComment #4
c960657 commentedThe problem with the maintenance page hiding the error was fixed in #321828: maintenance_page not registered correctly in drupal_common_theme().
Comment #5
sun.core commentedIs this still an issue? Seems like no one replicated it since September.
Comment #6
c960657 commented