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.

Comments

ha5bro’s picture

Try increasing your php memory limit

manoloka’s picture

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.

toddy’s picture

Status: Active » Closed (cannot reproduce)