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.
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
Comment #1
ha5bro commentedTry increasing your php memory limit
Comment #2
manoloka commentedI'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.
Comment #3
toddy commented