Improper Message

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
5/26/2007 10:33:02 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Improper Message

I am trying to place a flash on my pages and everytime that I try I get a full screen message that says 'an improper message has been sent to server'. It is not letting me load my flash.

5/27/2007 6:05:23 AM
Gravatar
Total Posts 18439

Re: Improper Message

How are you adding the flash to the page? With the editor?
What steps to produce the problem?

Joe

5/27/2007 8:04:20 AM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Improper Message

Joe, while I am on the editor.

1. If place the cursor where I want to place the flash.

2. and then instead of entering the URL, I browse the server.

3. I end up with a whole page saying what I left the message about.

This does not happen if I find the flash in the files and then just type in the URL for it.

It only happens when I browse the server.

5/27/2007 8:09:08 AM
Gravatar
Total Posts 18439

Re: Improper Message

Any chance you could email me a sample flash file I can use to replicate this? I don't really have anything convenient. joe dot audette at gmail dotcom

If you can send me a sample I'll try to replicate the issue and fix it.

Thanks,

Joe

5/28/2007 6:55:20 AM
Gravatar
Total Posts 18439

Re: Improper Message

Ok, I found the problem, its easy to fix.

Open the file siteRoot/FCKeditor/fckconfig.js with a text editor

Look for the 2 lines like this:

var _FileBrowserLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | php

and change them to this:

var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | php

Then you'll need to clear your browser cache to get rid of the cached copy of this javascript file in your browser.

I'll have this fix in svn later today.

Thanks,

Joe

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