White Screen
syquest - August 29, 2006 - 06:47
| Project: | Block Region |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When I enable the block regions module, I am no longer able to access the admin>blocks page: the system returns a white screen. As soon as I disable the block regions module, I am once again able to access admin>blocks.
In the end, I think the functionality of this module should be core. Otherwise, stop teasing the user by allow him to enable multiple themes, then yank the rug from underneath him once he attempts to configure blocks across those themes.

#1
I'm not able to reproduce this problem.
Please look in your log (admin/watchdog) after hitting admin/block and see if there are any PHP errors logged there.
#2
I have a similar problem. I can reach the main block config screen, but when I click the link for any other themes, I get a white screen. There are no errors reported in the watchdog, but I get the following in my apache log:
[Wed Nov 29 12:01:56 2006] [error] [client 206.12.150.8] PHP Fatal error: Cannot redeclare phptemplate_image_gallery() (previously declared in D:\\web\\paportal\\themes\\friendselectric\\template.php:60) in D:\\web\\paportal\\themes\\B7\\template.php on line 46, referer: http://paportal.net/?q=admin/block#3
I was getting a white screen when clicking most of the Configure buttons on my Blocks page.
I traced it (painfully): the Forums module requires the Taxonomy and Comments modules. Some time before I had disabled the Taxonomy module because it was not being used. (The Forums wasn't being used either, but was still enabled.) Nothing else broke that I noticed, but it sure broke Configure / Blocks!