simple editor loads forever

2 replies [Last post]
Joined: 01/25/2010
Points: 2

Hi everybody,
I'm currently trying to modify the kaltura drupal module to offer the possibilty for the user to choose between the standard (KSE) and advanced (KAE) editor when launching the editor.

To activate the advanced editor, I followed instruction in the following thread:

http://www.kaltura.org/configuring-advanced-editor

The advanced editor is now working. I've added a new field in the user profile to choose the editor. When set to 'advanced' all the code modification mentionned in above thread are active, when set to 'simple' the are not (normal code is executed).

Right now, the advanced editor loads fine an I can perform editing. But when I try the standard editor. It launch properly but hang on the loading screen.

Looking through the different request & response with Firebug fails to reveal any obvious error!

I need help debugging this as I have exhausted pretty much all my options!

Thanks in advance

Hugues

Joined: 01/05/2009
Points: 1697

Hi,

Not sure about your flow, but after using KAE - you can't revert to use the KSE on the same remix.
So note that remix that was edited with KSE can be edited by KAE, but remix that was edited/created using KAE can't be edited by KSE.

Joined: 01/25/2010
Points: 2

I added two way of choosing the editor, one via user preference (which I'll be removing in light of this answer). The other one as a cck field when creating a mix node. I think most of my problem came from trying to access KAE created node with KSE.

So to achieve my goal, I should make sure that I create all mix using the KSE. and when a mix has been set to KAE that it cannot be changed anymore.

Does that sounds ok?

Thanks for the info.