Hi, i am Steven
The Newbie in Drupal,
I just wanna asking about, why when i installing bio module in drupal 5 (With Mysql 5) there is nothing wrong with it, but when i try to installing it with mysql 4, there is an error
Like this
user warning: Got a packet bigger than 'max_allowed_packet' bytes query: UPDATE main_cache_views SET data = 'a:4:{s:6:\"tables\";a:170:{s:8:\"comments\";a:6:{s:4:\"name\";s:8:\"comments\";s:8:\"provider\";s:8:\"internal\";s:4:\"join\";a:2:{s:4:\"lef t\";a:2:{s:5:\"table\";s:4:\"node\";s:5:\"field\";s:3:\"nid\";}s:5:\"right\";a:1:{s:5:\"field\";s:3:\"nid\";}}s:6:\"fields\";a:6:{s:7:\"subje ct\";a:5:{s:4:\"name\";s:16:\"Comment: bla....bla... bla....
So, anyone can help me ??? or maybe bio module not compatible yet with mysql 4 ?
Thanks b4
Comments
Comment #1
allie mickaThis is a server configuration problem. You ( or your host ) must update the MySQL value for max_allowed_packet so that it can accommodate a larger value.
The implication is that you have lots ( and lots? ) of fields on your Bio node types, and the way the Bio module handles user relationships can make your views cache entries grow quite large.