KalturaCE in K-12 Education

3 replies [Last post]
Joined: 08/20/2009
Points: 43

Hello Everyone,
Right now I am setting up a demo install with Wordpress + KalturaCE for our K-12 school district.
http://video.dearbornschools.org/editthis

I can't seem to get the "Save" feature to work when done editing a video.
I get this error:
Internal server error Did not match required privlieges [edit:3djwiy65go]

Ideally, we'd like to incorporate this with our main teacher website portal we call iBlog. It's just WPMU.
http://blog.dearbornschools.org
Or the other place we are very interested in using KalturaCE is our Moodle portal.

Any thoughts on the "save" edit issue?

Thanks,
Chris

Joined: 02/22/2009
Points: 32

Can you try adding something to "page_simple_editor_front_end.php"?

Replace this line:

$ks = $kmodel->getClientSideSession();

With this one:

$ks = $kmodel->getClientSideSession("edit:*");
Joined: 08/20/2009
Points: 43

Awesome! That did the trick on my setup.
Now, how do I turn off the ability to "Add More" to the video from the editor? No matter what the setting in the plugin, once in the editor, they can upload videos photos etc.
I just want them to edit the videos already added.
I will try to add this support question in the proper forum so others may see it as well.

Thanks! This is a BIG HELP!
Chris

Joined: 01/28/2010
Points: 5

Thanks!

I had that exact issue and that seemed to fix it.