Advanced Editor Error

6 replies [Last post]
Joined: 07/10/2009
Points: 2

I'm trying to get the advanced editor working, these are the errors i get
a) js error ;
missing ) after argument list
try { __flash__toXML(-1.zoomChangeHandle...})}))) ; } catch (e) { ""; }

b)init error 'entry loaded is not a roughcut.'

can anyone help me with this??

Joined: 01/05/2009
Points: 1697

Hi quicksilver,

  • As said in this thread, this error was fixed in the latest version. Moreover, do note that this is only a JS warning and does not affect the application itself.
  • You can only load a mix (aka roughcut) with the editor - please create a mix (using the APIs) and than load it to the editor via flashVars.
Joined: 07/10/2009
Points: 2

Kalturian,

Thanks for the quick response. Added a roughcut via API, now i'm getting the following INIT error

"Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://localhost/kalturaCE2/index.php/partnerservices2/multirequest"

Thanks

Joined: 04/05/2009
Points: 354

Are you using Internet Explorer by any chance? If so, try opening the page in Firefox.

Alternatively you could try adding this PHP code to the page that is giving you issues:

header('Pragma: bogus');
header('Cache-control: bogus');

More information can be found here.

I hope this helps!

Best Regards, Chris!

Joined: 08/17/2010
Points: 3

Hi
I'm getting this error, too, and I still get it after adding the header() lines. This is on Safari and FF on a Mac. Any suggestions? It only happens with kae.

Thanks for any help.

Joined: 01/05/2009
Points: 1697

You get these errors either because you don't have the javascript handlers defined on the page or because you're using an older version.
Can you share a live page?

Joined: 08/17/2010
Points: 3

Just using the advanced editor demo page:

http://uis-cndls-3.georgetown.edu/kalturaCE/api_v3/sample/advanced_edito...

this is the error:"Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://localhost/kalturaCE2/index.php/partnerservices2/multirequest"

I've added the header() php commands in advanced_editor/player.php and index.php. I can't find a multirequest.php file, though I'm sure that's just a RESTful url.

What's the latest version? How do I find out what version of CE I'm running? Can't find this info -- sorry if I'm missing something obvious.