Works well with beta 1 but I have just received these error messages when trying to install with beta 2 and CKEditor. I am not sure what they mean :
* Warning: preg_replace(): Compilation failed: unrecognized character after (? at offset 10 in drupal_load_stylesheet_content() (line 3502 of /var/www/vhosts/xxx.co.uk/httpdocs/drupal7/includes/common.inc).
* 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 /var/www/vhosts/xxx.co.uk/httpdocs/drupal7/sites/all/modules/wysiwyg/wysiwyg.admin.inc).
Comments
Comment #1
twodThanks for reporting the issue.
Because #934050: Change format into string got in, I think this is most likely a duplicate of #931374: Update text format schema (PDOException in D7 Beta 2).
Please follow up in that issue.