admin/build/block goes blank
manoloka - March 13, 2009 - 16:01
| Project: | Weather |
| Version: | 6.x-5.5 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi there,
As soon as I try to save a site-wide block the blocks page goes blank and the block doesn't show anywhere in any page.
I have to unable the whole module to recover it.

#1
Try increasing your php memory limit
#2
I've done it and it didn't solve it.
To be precise, what I've done is adding
ini_set('memory_limit', '96M');to the settings.php file. That is because I'm in a shared served and I don't have access to my PHP memory limit.Adding this setting as sorted some memory limit issues before in different installations.
Wondering if it's the same for Drupal 6 as the case where it worked before was a Drupal 5 installation.