| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | menu system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
This is the message I receive:
* user warning: Got a packet bigger than 'max_allowed_packet' bytes query: UPDATE cache_menu SET data = 'a:991:{s:8:\"redirect\";a:26:{s:13:\"page callback\";s:24:\"cck_redirection_frameset\";s:16:\"access arguments\";a:1:{i:0;s:14:\"access content\";}s:4:\"type\";i:4;s:6:\"module\";s:15:\"cck_redirection\";s:14:\"load_functions\";s:0:\"\";s:16:\"to_arg_functions\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"weight\";i:0;s:13:\"_number_parts\";i:1;s:6:\"_parts\";a:1:{i:0;s:8:\"redirect\";}s:4:\"_fit\";i:1;s:8:\"_visible\";b:1;s:4:\"_tab\";b:0;s:10:\"tab_parent\";s:0:\"\";s:8:\"tab_root\";s:8:\"redirect\";s:15:\"access callback\";s:11:\"user_access\";s:14:\"page arguments\";a:0:{}s:14:\"block callback\";s:0:\"\";s:15:\ in /drupal_location/includes/cache.inc on line 109.
Comments
#1
cache_menu != views -- that's a core table.
#2
i have the same error, but the error is waaaaaay larger... (see screenshot, notice the bar to the right...)
i commented line 109 out, then everything worked fine again, but when i try to add line 109 again the site dies and nothing works anymore... now without line 109 everything is fine, but i don't think this is the right way to solve this problem...
i am using drupal 6.4 with gallery 2.3 embedded, and in the error all albums of gallery seem to pass by, with a lot of additional crap inbetween... i don't get what is going wrong, any ideas?
#3
I shouldn't have just won't fixed this -- this is a core bug, I should have moved it to the core queue.
#4
http://drupal.org/node/317775