More and more of my nodes are becoming inaccessible to anyone who does not have the "administer nodes" permission. Every few hours another node becomes inaccessible. Anonymous users (unless given the "administer nodes" permission) are seeing less and less content. Links to nodes are gone, or it displays 404s.
I have tried rebuilding the permissions cache with "rebuild permissions" at admin/content/node-settings but I get -
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 311296 bytes) in /home/headingl/public_html/sites/all/modules/date/date_timezones.inc on line 416
I have tried disabling taxonomy_access module but I get -
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 40 bytes) in /home/headingl/public_html/sites/all/modules/cck/content.module on line 747
Since the bytes it tried to allocate are less than the allowed memory size, I am guessing that the problem does not lie with PHP's memory limit (as suggested at http://drupal.org/node/283579). Is that a correct assumption?
Where do I go next?
I have D 5.10
TAC 5.x-1.1
Thanks
Nigel
www.headingley.org
Comments
>Is that a correct
>Is that a correct assumption?
No, the message means that the additional 40 or however many bytes took Drupal over the limit. Increasing the memory_limit followed by a permissions rebuild looks to be essential.
You can also disable a module by setting its status to 0 in the {system} table.
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk