Tried updating to the latest as it said my version was no longer supported.
Got a bunch of errors after running update.php. Any ideas? Thanks.
* user warning: Table 'wysiwyg_imageupload_entity' already exists query: CREATE TABLE wysiwyg_imageupload_entity ( `iid` INT unsigned NOT NULL auto_increment, `fid` INT unsigned NOT NULL DEFAULT 0, `nid` INT unsigned NOT NULL DEFAULT 0, `cid` INT unsigned NOT NULL DEFAULT 0, `temporary` INT unsigned NOT NULL DEFAULT 0, `imagecache` VARCHAR(255) NOT NULL DEFAULT '', `style` VARCHAR(255) NOT NULL DEFAULT '', `title` VARCHAR(255) NOT NULL DEFAULT '', `alignment` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (iid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/content/xxxx/includes/database.inc on line 550.
* user warning: Table 'wysiwyg_imageupload_entity_revision' already exists query: CREATE TABLE wysiwyg_imageupload_entity_revision ( `iid` INT unsigned NOT NULL, `vid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (vid, iid), INDEX iid (iid), INDEX vid (vid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/content/xxxx/includes/database.inc on line 550.
and
The following queries were executed
wysiwyg_imageupload module
Update #6200
* Failed: CREATE TABLE {wysiwyg_imageupload_entity} ( `iid` INT unsigned NOT NULL auto_increment, `fid` INT unsigned NOT NULL DEFAULT 0, `nid` INT unsigned NOT NULL DEFAULT 0, `cid` INT unsigned NOT NULL DEFAULT 0, `temporary` INT unsigned NOT NULL DEFAULT 0, `imagecache` VARCHAR(255) NOT NULL DEFAULT '', `style` VARCHAR(255) NOT NULL DEFAULT '', `title` VARCHAR(255) NOT NULL DEFAULT '', `alignment` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (iid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
* Failed: CREATE TABLE {wysiwyg_imageupload_entity_revision} ( `iid` INT unsigned NOT NULL, `vid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (vid, iid), INDEX iid (iid), INDEX vid (vid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
Update #6201
Comments
Comment #1
eugenmayer commentedseems fine, there seems that those tables are tried to be created twice. Not optimal - but doesnt harm. Should work without problems
Comment #2
eugenmayer commentedComment #3
mattwmc commentedWell, WYSIWYG image upload doesn't work correctly now.
Everything looks right when uploading an image but when publishing it doesn't show the image, just
[[wysiwyg_imageupload:10:]](for example).Note - when creating or editing the image it does show. I use a different theme for creating and editing (garland) than for publishing (custom).
Maybe there is a setting somewhere?
Thanks for replying.
Comment #4
eugenmayer commentedPlease read the installation instruction. Read the upgrade instractions and esp. dont miss the input-filter part...