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

eugenmayer’s picture

Version: 6.x-2.0-rc8 » 6.x-2.0

seems fine, there seems that those tables are tried to be created twice. Not optimal - but doesnt harm. Should work without problems

eugenmayer’s picture

Status: Active » Fixed
mattwmc’s picture

Well, 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.

eugenmayer’s picture

Please read the installation instruction. Read the upgrade instractions and esp. dont miss the input-filter part...

Status: Fixed » Closed (fixed)

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