Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.0
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 16:11 UTC
Updated:
18 Mar 2011 at 11:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
michaelbn commentedHere is the diff file
Comment #2
hansfn commentedI just wanted to confirm the bug (and the fix). Thx.
Comment #3
twodPlease search the issue queue before reporting new issues, this is a duplicate of #695398: Support for TinyMCE 3.3.
You can follow up on the progress and help testing in that issue and the fix will most likely be released with Wysiwyg 2.1.
Comment #4
michaelbn commentedWell, I actually did search for a cure to the version erro but couldnt find it.
So, i opened this issue.
Who ever posted that issue forgot to mention the error which most people use as a search string.
Comment #5
burt.lo commentedMichael, thanks for posting this. It helped me today.
Comment #6
patchrobe commentedThanks Miki - that worked great for me too.
Comment #7
mr_kazoodle commentedThanks, this helped me a lot.
I manually changed that line, thinking it easier than applying the patch :p.
Comment #8
wkelvinf commentedthanks for the fix
Comment #9
twodTo everyone applying just the "fgets 80->100" fix:
This version of TinyMCE brought a new 'Advanced Link' plugin, and it removed the 'Safari' plugin. The patch in #695398: Support for TinyMCE 3.3 accounts for this as well as fixing a problem with the base path, so please apply that one instead.
Comment #10
zahor commentedAny chance this patch can be applied to dev release so this doesn't have to be manually done every time module is downloaded?
Comment #11
twodThis patch will not be applied anywhere. See #9 for a correct patch which compensates for changes in the editor, it will be committed when it's done and confirmed to be working.
Comment #12
drtrueblue commentedAgain, thanks for the fix.
Comment #13
patrickfrickel commentedGold absolute Gold....4am and it wasn't working....thanks a BUNCH!
Comment #14
Jorgen Sundberg commentedThanks for that Miki, works with the patch!
Comment #15
drupalfantwo commentedChange mine to 200 instead of 100, worked fine.
Comment #16
rsharkey commentedI just wanted to confirm that I also had to change the value from "100" to "200" and the editor is now being recognized in the wsiwyg module.
I download the Version: 3.3.9.1 of TinyMCE, fyi.
Comment #17
twodThis is fixed in CVS, and I think -dev snapshots were just updated too.
Comment #18
paskainos commentedJust confirming, I too received the error message: The version of TinyMCE could not be detected. Running:
Drupal 6.19
WYSIWYG 6.x-2.1
TinyMCE 3.3.9.1
[for 'semi-active' users] Installing the WYSIWYG dev version fixed it: 6.x-2.x-dev (2010-Sep-25). Noted here too: #695398: Support for TinyMCE 3.3.
Comment #19
AgaPe commented#16 worked for me
Comment #20
opf1981 commentedthanks, change to 200 worked for me at http://joomlatalk.com :)
Comment #21
flycatcher commented#16 worked for me. I tweaked it further and found changing it to 110 works as well.
Comment #22
fadiwissa commentedTinyMCE 3.3.9.2 required that I change the value to "200"...
Thanks for the hint.
Comment #23
twodGuys, like I said in #17, the fix for this has been in the -dev snapshots for a while now. No need to comment here. ;)
Comment #24
hansfn commentedMaybe make a new minor release then since this is a show-stopper bug ...
Comment #25
twodYes, we will, soon. But this is not a show stopper IMHO. Just switch to an earlier version of the editor, or the -dev version of Wysiwyg if you really need the latest version of the editor.
Or if you don't like runnin a non-stable version of Wysiwyg (though -dev is probably a lot more stable than 2.1), apply the patch manually, it's a simple change which takes minimum effort.
Comment #26
nachiket-1 commentedI just wanted to confirm that I also had to change the value from "100" to "200" and the editor is now being recognized in the wsiwyg module.
It works for me... thanx for he help..
Comment #27
bren_c commentedThanks .. changed file in sites/all/modules/wysiwyg/editors/tinymce.inc to 200 worked fine after hours of trying to follow the tinymce instructions.
Comment #28
sunComment #29
joshua.stout commentedI just had to change this from 100 to 200 also. Looks like they're moving the version information further and further down with each new release of TinyMCE. I just installed 3.3.9.2.
Comment #30
fyrebear commented@#16, wanted to confirm setting it from 100 to 200 worked for me as well. Thanks for this fix!
$line = fgets($script, 200);
tinymce 3.3.9.2
Comment #31
nomis commented