When trying to assign TinyMCE to an input format, I get the following error message:
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'filtered_html' for column 'format' at row 1: INSERT INTO {wysiwyg} (format, editor) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => filtered_html [:db_insert_placeholder_1] => ) in wysiwyg_profile_overview_submit() (line 502 of /sites/all/modules/wysiwyg/wysiwyg.admin.inc).
I am using a clean install of D7 beta 2. Wysiwyg is the first module I tried to install.
Comments
Comment #1
twodThanks for reporting this, but please check the issue queue first.
This is a duplicate of #931374: Update text format schema (PDOException in D7 Beta 2).
Please follow up in that issue.
Comment #2
extect commenteduhh, sorry!
Comment #3
twodNo worries. =)
I just updated the other issue title, would the new one have made it more obvious the issue had been reported before?
Comment #4
extect commentedYes, definitely! Thank you!
I had searched for "PDOException" and as the search didn't return anything, I opened this issue.