Just tried upgrading my site from 6.x-1.0 to 1.1. On 1.0 settings fine at admin/settings/menutrails. Upgraded to 1.1 and when viewed new settings page at /admin/build/menu/trails - White Screen of Death.

Flushed caches, run cron, and reverted to 1.0 (successfully) then back to 1.1... still the same problem.

Can't think of reason. Had a v quick look at menutrails_menutrails_settings()...?

Comments

snorkers’s picture

My bad - not quite WSOD, but PHP out of memory...

Allowed memory size of 268435456 bytes exhausted (tried to allocate 11974638 bytes) in sites/all/modules/admin/theme/template.php on line 114

Which is relating to a truly massive fieldset being built by the 'Slate' theme (as used by Admin module) in hook_fieldset(). I do have lots of menu blocks in the site I'm working on (51 at last count)... is there some pragmatic limit that menutrails can deal with?

stella’s picture

Status: Active » Closed (duplicate)