Content Editor Problem

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.
4/26/2012 1:31:22 PM
Dez
Gravatar
Total Posts 5

Content Editor Problem

Hello,

Currently I upgraded to the newest version of MojoPortal and I did or think I did everything I am suppose to as far as upgrading goes.

The problem I am having is, no matter what content editor I choose, when I go to edit one of the modules on a page in the site I am working on, the content editor doesn't display the tool bar like it did before I upgraded. The Update and Cancel buttons still appear. I can still type and paste things into the window but  the tool bar at the top just isn't rendering. What did I do wrong? How can I fix it?

4/26/2012 2:22:19 PM
Gravatar
Total Posts 18439

Re: Content Editor Problem

Hi,

I would use the browser dev tools or Firebug and look for any script errors on the page, perhaps try uploading the files again in case there were any ftp errors during upload.

Hope that helps,

Joe

4/26/2012 2:49:00 PM
Dez
Gravatar
Total Posts 5

Re: Content Editor Problem

How you doing Joe,

I appreciate the speedy response.

 

I used the browser tools and found these errors:

•HtmlEdit.aspx:408ReferenceError: Can't find variable: tinymce

•tiny_mce.js:1SyntaxError: Unexpected EOF

But I already tried uploading all the files and I keep getting the same errors

 

 




4/26/2012 2:59:34 PM
Gravatar
Total Posts 18439

Re: Content Editor Problem

Did you use the new Web.config that ships with mojoPortal or try to keep your old one? You should use the one that ships with mojoPortal and restore any customizations such as machine key from your old web.config to the new one.

You may also need to check file system permissions, if it doesn't the user that is the identity onn the app pool doesn't have read permission on the editor files it will cause errors. You can use the network tab in Firebug to see if any files are failing to load.

Hope that helps,

Joe

4/26/2012 3:08:06 PM
Dez
Gravatar
Total Posts 5

Re: Content Editor Problem

 

Thanks,

I will give it a try and keep you posted on my situation.

4/27/2012 8:21:00 AM
Dez
Gravatar
Total Posts 5

Re: Content Editor Problem

Hey Joe,

 

Thanks for the help I tried what you recommended and then I just reuploaded all the files over again and now everything is working fine.

Thanks again 

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