Tiny MCE does not load

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/12/2015 10:58:04 PM
Gravatar
Total Posts 68

Tiny MCE does not load

Hi, I just upgraded to version 2.4.0.4 MSSQL from 2.3.3.9 MSSQL.

Everything is working fine except I cant edit the content anymore because when I click the edit button all I see is a blank area where the editor buttons and code should be.

The error log shows this error.

mojoPortal.Web.Editor.TinyMceConfiguration - could not load requested editor settings for editor definition FullWithTemplates

What could this mean?

When I switch to CKEditor or TextArea then I can edit the content but it's TinyMCE that does not work.

1/13/2015 9:38:16 AM
Gravatar
Total Posts 18439

Re: Tiny MCE does not load

make sure you uploaded the file mojoTinyMCE4.config in the root

also make sure you have this in Web.config and nothing in user.config that overrides it

<add key="TinyMCE:UseV4" value="true" />
    <add key="TinyMCE:ConfigFile" value="mojoTinyMCE4.config" />

 

You must sign in to post in the forums. This thread is closed to new posts.