Closed (outdated)
Project:
Menu Token
Version:
7.x-1.0-beta3
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2011 at 06:04 UTC
Updated:
2 Dec 2021 at 04:50 UTC
Jump to comment: Most recent
Comments
Comment #1
bryancasler commentedsubscribe
Comment #2
drupalmonkey commentedsame issue here, i even tried boosting the memory to 512M, then the thing just timed out after 30 secs.
Comment #3
dealancer commentedWe have fixed performance of the Menu Token module in other issues. Please check it again for the dev version of the module.
Comment #5
pgancarski commentedHi I have the same issue with the latest version (7.x-1.0-beta3).
It started with the same error when trying to add a menu link.
Fatal error: Allowed memory size of X bytes exhaustedI increased memory in php.ini to 256MB it resulted with similar error while trying to allocate 80MB !!! (my website is almost empty, )
Increasing memory to 512MB results in MYSQL error:
My {menu_links} table has about 600 rows.
Similar issue is mentioned in
http://stackoverflow.com/questions/12638468/drupal-menu-throws-sql-error
The suggested walk around:
"Change max_allowed_packet to 20M or more in mysql\bin\my.ini "
does not work for me (I haven't try more than 20MB as it does not seem right to me).
Any advices? Currently my only solution is to disable menu token.
Comment #6
develcuy commented