splittingred / TinyMCE

TinyMCE integration for MODx Revolution.
http://svn.modxcms.com/docs/display/ADDON/TinyMCE
35 stars 19 forks source link

JavaScript error when Saving a New Resources with TinyMCE 4.0.3-rc1. Editing existing Resources still works, however. #6

Closed pixelchutes closed 14 years ago

pixelchutes commented 14 years ago

Upon upgrading to TinyMCE 4.0.3-rc1, I can no longer Add New Resources with TinyMCE plugin active. Editing existing resources seems to be working fine, however.

Error: g.cb is undefined
Source File: /assets/components/tinymce/jscripts/tiny_mce/tiny_mce.js
Line: 1 
splittingred commented 14 years ago

What's your Browser/OS?

splittingred commented 14 years ago

Also, can you clear your browser cache?

pixelchutes commented 14 years ago

I am running FireFox 3.6.8 / Mac OS X 10.5.8... I will try again with a fresh install, cleaned cache.

pixelchutes commented 14 years ago

:( No go... (running MODx 2.0.0-pl) ... even tried testing in a fresh instance of Google Chrome (v5.0.375.126)

splittingred commented 14 years ago

I can't duplicate this. Can you provide environment details: mysql/php/server versions, is mod_security on, magic_quotes_gpc, safe_mode, any errors in core/cache/logs/error.log, anything else i should know, etc.

pixelchutes commented 14 years ago

FireFox 3.6.8 / Mac OS X 10.5.8: (XAMPP) Apache/2.2.12 (Unix) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k PHP/5.3.0, mod_security = off, magic_quotes_gpc = off, safe_mode = off, error.log = empty ... Keep getting the same error in "assets/components/tinymce/jscripts/tiny_mce/tiny_mce.js" preventing me from Creating a New Resource. I even force-removed every TinyMCE package before re-installing 4.0.3-rc1 and have tested with cleared browser cache as well as fresh, separate browser...both with same results.

kozie commented 14 years ago

It seems this problem is fixed by changing from the minimal version of the tiny_mce.js to the normal one (tiny_mce_src.js.. right?)

splittingred commented 14 years ago

4.0.3-rc2 adds an option to toggle using the _src library. closing.