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

twod’s picture

Thanks 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.

extect’s picture

Status: Active » Closed (duplicate)

uhh, sorry!

twod’s picture

No worries. =)
I just updated the other issue title, would the new one have made it more obvious the issue had been reported before?

extect’s picture

Yes, definitely! Thank you!
I had searched for "PDOException" and as the search didn't return anything, I opened this issue.