WYSIWYG TinyMCE disappeared

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.
2/10/2010 10:38:25 AM
Gravatar
Total Posts 190

WYSIWYG TinyMCE disappeared

Hi All,

I updated my test server with latest code from SVN on Sunday night and on Monday and Tuesday everything looked fine. But today, it seems my WYSIWYG editor has mysteriously vanished. Since it was fine for a couple of days, it's clear the latest code update was not the problem so I don't think it was any bug introduced. But I am really dumbfounded as to why the editor would just vanish. Same behavior in Firefox 3 and IE 8. Anyone else run across this kind of issue?

Thanks,

John

2/10/2010 11:19:11 AM
Gravatar
Total Posts 18439

Re: WYSIWYG TinyMCE disappeared

I would make sure the script files still exist on disk, make sure the script files have not had their file permissions changed, the web process must have read permissions, and make sure nothing changed about the config settings for TinyMCE so the paths in Web.config are correct. I would enable Firebug and see if any script errors are happening.

Hope it helps,

Joe

2/11/2010 10:50:24 AM
Gravatar
Total Posts 190

Re: WYSIWYG TinyMCE disappeared

Still no go. It's very strange. I updated code again from SVN, rebuilt, hit setup, it works fine on my machine. I deleted everything from the server and redeployed the site with UnleashIt and I still get no TinyMCE WYSIWYG editor. Is there possibly another remote script, like jquery from google, that's might be getting blocked through our firewall? All the jquery stuff is working, so it's not that. I checked all the file masks in UnleashIt against the list that's on the deployment documentation page and they're all there. I'm stumped.

2/11/2010 11:42:23 AM
Gravatar
Total Posts 190

Re: WYSIWYG TinyMCE disappeared

OK, my stupid mistake. I added a mask for 'media' so I wouldn't overwrite image files on the test server. There is a 'media' folder in tinyMCE. I need to qualify my file mask a little more. (Sorry 'bout that)

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