Running drush updatedb to upgrade contrib modules. Here is the error that gets displayed:

Executing quicktabs_update_7300 [29.3 sec, 37.12 MB]
SQLSTATE[HY000]: General error: 1364 Field 'style' doesn't have a default value [29.3 sec, 37.12 MB]
CommentFileSizeAuthor
#1 default_style-1444418-1.patch473 bytesdkingofpa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dkingofpa’s picture

Status: Active » Needs review
FileSize
473 bytes

Instead of unsetting the style field in function quicktabs_update_7300(), the attached patch just sets it to an empty-string.

13rac1’s picture

dkingofpa’s picture

@eosrei - Why combine them? They are for two separate issues. I just apply both patches in my make file.

13rac1’s picture

Status: Needs review » Reviewed & tested by the community

Yeah. It is separate issues, but both are "errors during D6 to D7 upgrade".

Anyway, works as described.

iamEAP’s picture

+1 for RTBC.

ultimateboy’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.