Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Jul 2009 at 19:36 UTC
Updated:
8 Oct 2009 at 12:40 UTC
Since a few versions, I can no longer update the taxonomy_menu. If I try, than I can't see the home and no other side anymore. I have no indication of an error or a logfile. I guess my Taxonomy table is corrupt, but I can't find the error. What can I do?
When I try on my local Drupal installation , I get those error: Fatal error Allowed memory size of 33554432 bytes exhausted (tried allocate 256 bytes) in / opt / lampp / htdocs / modules / taxonomy / taxonomy.module on line 1110
If I give in php.ini more memory, than the home site is empty.
Thanks for any help
Christian
Comments
Comment #1
wwwoliondorcom commentedHi,
I had this problem s I guess that you need to do as I need, change the memory_limit in settings.php, i had to set it at 200 because my taxonomy has 65000 terms.
But are you sure that your host allows to set your memory higher ? If it's a shared host you need to ask them I guess.
Hope it will work for you also.
Comment #2
mardersenf commentedSorry, You mean settings.php? I can't find this section in my drupal settings.php. If You mean php.ini, that can I local change ( test ), but not in my realy environment.
My taxonomy has round about 200 terms. I think not that is the problem.
Thank You nevertheless.
Comment #3
wwwoliondorcom commentedYes, settings.php
I had to add:
ini_set('memory_limit', '200M');
in this file, but now that i cleaned the taxonomy (only 20000 terms left!) if works with:
ini_set('memory_limit', '100M');
Cheers.
Comment #4
mardersenf commentedI have change the settings ini_set('memory_limit', '100M'); but I get after run the module upgrade on the new version a white page, without errors. In the moment I have activatet the version backwards, I think it is the same problem.
Comment #5
sdudenhofer commentedWhat if you move the limit higher? Like to 200?
Comment #6
indytechcook commentedThis is fixed in the D6 version here #539046: Use Batch API to regenerate menu.
Comment #7
indytechcook commentedMarking this as fixed because the new code is in the latest beta release.