Hi, I have updated modx from 2.1.2 to 2.1.3 but TINYMCE stoped working. Also richtext box is missing on page (wysiwyg editor is checked on page settings tab).
Tried to clear cache, reinstall tinymce but no success.
Did you completely uninstall and remove TinyMCE before re-installing? I’ve found that sometimes helps.
no.
I installed modx 2.1.3 first.. I had no idea about some issues with tinymce..
So should I uninstall tinymce, downgrade back to 2.1.2 and then back to 2.1.3 and install tinymce?
No, I’m just suggesting that you uninstall and remove the TinyMCE package in Package Manager, and delete any leftover TinyMCE files in assets/components/tinymce and core/components/tinymce, then get the current version with Download Extras and install it.
I have found out that System events for plugins is empty for ALL plugins!
I’m just guessing here, but it sounds like you might have a bad download of MODX, an old file that didn’t get overwritten, or a MODX file that was corrupted in the transfer.
Problem solved!
I changed manually table charset in mysql database, which caused these errors...
Quote from: kudykam at Aug 02, 2011, 06:11 AM
Problem solved!
I changed manually table charset in mysql database, which caused these errors...
FYI, changing the table character set can leave you with a mismatch between the character set and the actual data in the table. If there are accented, non-English characters in the table, it could bite you.
There’s some info here on how to change everything in the DB to another charset:
http://bobsguides.com/convert-db-utf8.html