Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2013 at 21:37 UTC
Updated:
18 Apr 2013 at 13:12 UTC
I had to update MySQL 5.5 to 5.6. Prior to the update I could add components to a webform. After the update I can create the webform but can't add any components. When I press Add button the screen goes blank. I was having this problem previously in MySQL 5.5 but when I refreshed the screen the component configuration screen would allow me to set up the component and I could create the webform.
But now, a refresh doesn't fix it and I have no errors in my error log or in dblog. I am using the latest/current drupal 7x install.
Comments
Comment #1
lias commentedGot a HTTP 500 server error using IE 8 and looking into PHP error log found the following error after trying to add a component:
Comment #2
lias commentedThe solution to this was increasing the max_allowed_packet in MySQL 5.6 my.ini file.
The default is set to 4M and I increased to 128M (some recommended 256M).