Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-1.x-dev
Component:
Wysiwyg Editor
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 21:35 UTC
Updated:
18 Oct 2008 at 21:44 UTC
In D6, I had a working combination of wysiwyg 6.x-1.x-dev (september 14 download) and tinymce_2_1_3.zip.
Yesterday, I upgraded to the October 14 version of wysiwyg 6.x-1.x-dev and in combination with tinymce_3_2_0_2.zip (which is now supported, right?). I put the tinymce in \sites\all\modules\wysiwyg\tinymce.
Upgrade went seamingly OK.
My wysiwyg profiles (/admin/settings/wysiwyg/profile) are still there and now they indicate that they are on editor TinyMCE 3.2.0.2.
However, when I edit the pages, there is no sign of any wysiwyg editor any more. The textareas show plain html. User permissions for 'access wysiwyg editor' are enabled. What is wrong?
Comments
Comment #1
myDRU commentedJust discover that if I disable the latest version of 6.x-2.x-dev (also downloaded and installed yesterday), the tinymce editor becomes visible if put a page in edit mode. I found out because there is in the logging a "page not found" error for "http://.../sites/all/modules/img_assist/drupalimage/"
Although /img_assist/drupalimage/ is on the server. How to solve this one?
Comment #2
sunmodules/img_assist/drupalimage...
Marking as duplicate of #245799: Update TinyMCE integration to 3.x
Comment #3
myDRU commentedIt's not really a duplicate, because the forum referred to is D5.
I have D6 + wysiwyg 6.x-1.x-dev + tinymce_3_2_0_2.zip (well installed in \sites\all\modules\wysiwyg\tinymce) + img_assist 6.x-2.x-dev.
Can you tell me which patch I need to apply to make sure that the combination tinymce_3_2_0_2 and img_assist are working?
I also wonder whether it would not be better to asap make a released versioin of wysiwyg, tinymce and img_assist in which the latest big changes are all incorporated, because there is an urgent need for a working baseline. Right now, it is very hard to get a working baseline that includes tinymce3.x. For sure there are many many nice changes to come, but on the other hand, one can always improve code, endlessly...
Comment #4
sunYes and no.
Before Wysiwyg, there was almost no support for TinyMCE 3 in Drupal at all.
Since Wysiwyg, there is basic support for TinyMCE 3.
However, modules like Image Assist contain proprietary code for TinyMCE 2, which cannot be easily upgraded for TinyMCE 3, because it would break users of TinyMCE 2 otherwise. Hence, I am unable to release Image Assist with TinyMCE 3 code currently.
That's why I am working on a new plugin API for Wysiwyg, which will allow modules like Image Assist to integrate into any client-side editor, but still needs a lot of work.
Please look at the Wysiwyg project page if you want to support these efforts.
Comment #5
myDRU commented@Sun: thank you, that is a clear answer, but I propose you indicate the current incompatibilities on the http://drupal.org/project/wysiwyg home page, to avoid that many people spend lots of time trying to make incompatible module combinations work together. You also want to avoid having to spend much time answering to the same issues being reported again and again.
Therefore, I propose that you extend the chapter "Supported editors/plugins" on the wysiwyg home page with the following remark (are you able to do that?):
/***********************************************************************************************************
Warning: if you need both img_assist AND TinyMCE, then do not yet use TinyMCE3.x, but stick to TinyMCE2.x.
=============================================================
For instance for Drupal6, the following combination of module versions has been tested and works:
- wysiwyg 6.x-1.x(-dev)
- tinyMCE 2.x
Do not take the end of life drupal tinymce, but download tinyMCE2.x from
http://sourceforge.net/project/showfiles.php?group_id=103281&package_id=...
To be installed in the wysiwyg folder (i.e. /sites/all/modules/wysiwyg/tinymce)
- img_assist 6.x-2.x(dev)
- views 6.x-2.0
- token 6.x-1.11
***********************************************************************************************************/
The same info can go in the readme files of both img_assist and wysiwyg.
Ideally, you make a release canditate of the two wysiwyg and img_assist modules, because the dev versions I tested are img_assist (2008-Okt-15) and wysiwyg (2008-Okt-17) are working today, but maybe not tomorrow any more....
The only question that I still have in this combination is how to find back the language package that goes along with TinyMCE2.x. I have the impression that the language package for TinyMCE3.x is not the right one...
Comment #6
sunI've updated the project page.