Closed (cannot reproduce)
Project:
Weather
Version:
6.x-5.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 16:01 UTC
Updated:
13 Oct 2013 at 21:27 UTC
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