I doubled checked, and the IMG Assist button is still checked in the buttons configuration. I even turned it off and then turned back on again, but it still does not appear in the TinyMCE editor as it did with the WYSIWYG Alpha version.

Comments

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

I'm unable to reproduce this using Wysiwyg 6.x-2.0, Image Assist HEAD and TinyMCE 3.2.2.3.
Which exact module versions are you using?
Which browser did you test with?
Are there any JavaScript errors (if so, which exact message)?
Have you cleared the caches (Drupal & browser)?
Which other buttons/plugins do you have enabled?

Any information about anything remotely relevant is helpful so we can recreate this or look for a probable cause.

Btw, please also see #483582: Version 1.x and 0.x revoked (Comment #38 specifically.)

Louis_Trapani’s picture

I am using:

  • Drupal 6.12
  • WYSIWYG 6.x-2.0
  • Image Assist 6.x-2.0-alpha3
  • TinyMCE 3.2.4.1
  • Browser: Safari 4

It all worked together using WYSIWYG API 6.x-2.0-alpha1.

After checking the comment 38 on the reference page, I see that I am not using Image Assist 3. It is only available as a development snapshot. I usually wait for the official release (and Image Assist 2 is still in alpha at that).

A couple other observations after updating:

  • I can not change editors in the WYSIWYG configuration, the pop up menu is grayed out where you decide which Input Format will use which editor or use none.
  • After updating WYSIWYG appeared twice in Drupal's Site Configuration menu. This was fixed by disabling and then re-enabling the WYSIWYG module.

Thanks... I guess the issue is that I need to use the development snapshot Image Assist 3 now.

Cheers,
Louis

TwoD’s picture

Status: Postponed (maintainer needs more info) » Fixed

For the editor selection, see #487848: Editor selectbox disabled.
Clearing the cache should also solve the second problem.

Yes you will need to use the development snapshot until there's a real release. I hope that's not a too big issue.

wolv3rin3’s picture

Image Assist button is not showing with Image Assist 3.x-dev for any browser.

Updated to latest dev of Image Assist. Ran update. Cleared cache. Nothing. Been trying to debug for an hour to no avail.

Problem occurred only after upgrading to WYSIWYG 2.0.

sun’s picture

Please update to the latest development snapshots of both Wysiwyg API 2.x and Image Assist 3.x. Should be fixed in there.

wolv3rin3’s picture

Thanks, sun. Unfortunately it's not fixed as far as my testing confirmed. Using latest dev versions to date. Any specific process I can go through to help test/confirm?

jschulz-1’s picture

I all the same symptoms when updating to WYSIWYG 6.x-2.0. Image Assist was fixed by downloading the latest dev release, 6.x-3.x-dev. Disabling and re-enabling the module fixed WYSIWYG showing up twice on the admin page. I'm not sure about the grayed out select menu for the editors on the WYSIWYG settings page. Maybe you have to Remove your profile before you can select a new editor now. I only have TinyMCE installed.

TwoD’s picture

@oyoaha Any JavaScript errors?
Which exact editor version are you using?
Try disabling all buttons/plugins except for Image Assist.

If you can, please use Firebug or a similar tool to step through the code (specifically the editor implementation .js file in /wysiwyg/editors/js/) and see what happens when it tries to load the [Drupal] plugins.
Also note if the img_assist plugin is in the list of buttons which should be enabled (in the settings argument for editor attachment call). If so, the PHP-side of things is working.
Is the Drupal plugin JavaScript file (img_assist/plugins/img_assist/img_assist.js) included at all in the editing area document?

Does the Teaser Break plugin work? If so the editor implementation should be able to load and show the Image Assist button as well.

@whitie1979 see #3 for the editor selection being disabled.

Status: Fixed » Closed (fixed)

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