Trying to install module with both 5.x-0.2 and current dev gives me this error:

user warning: Column count doesn't match value count at row 1 query: INSERT INTO wysiwyg_editor_profile SELECT * FROM tinymce_settings in C:\my.site\includes\database.mysql.inc on line 172.

I think it's happening in wysiwyg_editor_migrate_tinymce(). For my configuration, I had tinyMCE installed, but disabled it to test this module. I had 5.x-1.9 of tinymce installed.

CommentFileSizeAuthor
#2 wysiwyg-DRUPAL-5.tinymce-migrate.patch1.08 KBsun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

seanbfuller’s picture

Title: SQL error during install » SQL error trying to upgrade form tinymce during install

Confirmed that this is the migration. Uninstalling both modules and starting over fixed this. Title updated to better reflect the issue.

sun’s picture

Title: SQL error trying to upgrade form tinymce during install » SQL error during upgrade from TinyMCE
Version: 5.x-1.x-dev » 5.x-0.2
Status: Active » Needs review
FileSize
1.08 KB

Please test attached patch.

sun’s picture

Status: Needs review » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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