TinyMCE Error

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/17/2010 10:38:41 AM
Gravatar
Total Posts 190

TinyMCE Error

Hi All,

I don't see any other discussion on this, so I'm guessing the problem isn't widespread. But I'm getting an error on line 240 of siteutils.cs when using TinyMCE for editing any HTML content. My setup is:

mojoPortal Version 2.3.5.1 MSSQL
Operating System Microsoft Windows NT 6.1.7600.0
ASP.NET Version v4.0.30319 Running in Full Trust
 
The error is saying the editor.WebEditor object is null, so for some reason, that WebEditor object isn't getting instantiated. Anyone seeing this or have an idea?
Thanks,
John
9/18/2010 7:54:12 AM
Gravatar
Total Posts 18439

Re: TinyMCE Error

Hi John,

Are you overriding this setting?

<add key="mojoEditorConfigFileName" value="mojoEditor.config"/>

if so compare your custom config to the mojoEditor.config and make sure the TinyMCE provider is declared the same in your custom file.

Hope it helps,

Joe

9/21/2010 8:28:40 AM
Gravatar
Total Posts 190

Re: TinyMCE Error

That's the ticket. Actually it was this one: <add key="TinyMCE:ConfigFile" value="transitTinyMCE.config" />

I missed bringing that one to the new installation. thanks Joe.

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