Postponed (maintainer needs more info)
Project:
MartPlug
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2011 at 11:54 UTC
Updated:
3 Feb 2013 at 02:36 UTC
When I click edit on one of the Context objects on the Context area I get the following error. I increased my database packet size but the problem has not gone away. Any clue whit might be causing the problem.
"PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT nt.* FROM {node_type} nt WHERE (disabled = :db_condition_placeholder_0) ORDER BY nt.type ASC; Array ( [:db_condition_placeholder_0] => 0 ) in _node_types_build() (line 703 of C:\XAMMP\htdocs\martplug\modules\node\node.module)."
Comments
Comment #1
recidive commentedWhat version of mysql are you running? It may be caused by a bug in mysql.
Comment #2
recidive commentedComment #3
ajsleigh commented@fevzi I have just run across the same error on my localhost when trying to edit a menu item and it turns out its a server configuration option and not a Drupal one. To fix it I eventually followed the following comment after changing the same setting to 100M in php.ini did not work for me.
http://drupal.org/node/984112#comment-4694182
Cheers,
Aj
Comment #4
fevzi commentedHi,
My Database version is 5.1.49-community.
Let me have a look at Aj's suggestion.
Cheers
Fevzi
Comment #5
recidive commented@fevzi: has the solution proposed in #3 worked for you?
Comment #6
fevzi commentedNo, it did not work.
Comment #7
duaelfrAdding the version to ease issue search.