juho-jaakkola / kaltura_video

Kaltura video plugin for Elgg 1.8
Other
11 stars 1 forks source link

Creating a new video #1

Closed mopena closed 12 years ago

mopena commented 12 years ago

Hello Juho-Jaakkola,

I was wondering if your editor is coming up when you select create a video?

PHP Fatal error: Function name must be a string in /opt/kaltura/app/alpha/apps/kaltura/lib/reports/myReportsMgr.class.php on line 772, referer: http://www.domain.com/flash/kmc/v4.0.12.5/kmc.swf

Are you experiencing this error?

juho-jaakkola commented 12 years ago

Hello

I'm a bit busy so at the moment so I'll take a better look at this later. But you could try changing the definitions in the file kaltura/api_client/definitions.php. At least for me the default settings are not working. I didn't commit these changes to the repository since they are site-specific.

Here are the settings that are working (more or less) with my version (Kaltura CE v3.0.0): https://gist.github.com/1423132

Let me know if changing these settings help!

mopena commented 12 years ago

Thank you for your help.

Unfortunately it didn't work, its very odd. I'm currently using CE4.0.0. I'm going to install v3.0.0 and see what happens.

Diagram of 220 x 60 pixel of the KalturaModel.openModal method where it hangs

I'm not sure if the code is going into the "kaltura\editor\init.php?new" because it just constantly shows the above diagram. If I go to my http://: www.kalturaserver.com/flash/kcw/v2.1.6.7/ContributionWizard.swf. Do you get the kcw window, I only get a blank screen.

function loadNew() { $('#loading').addClass('loading'); $('#loading').html('

'); $('#flash-container').load('contributionwizard.php',{username:'<?php echo get_input("new",''); ?>'},function(){ $('#loading').removeClass('loading'); cwWidth = 680; cwHeight = 360; var topWindow = Kaltura.getTopWindow();

    // fix for IE6, scroll the page up so modal would animate in the

center of the window if (jQuery.browser.msie && jQuery.browser.version < 7) topWindow.scrollTo(0,0);

    topWindow.Kaltura.animateModalSize(cwWidth, cwHeight);
});

}

On Fri, Dec 2, 2011 at 7:52 AM, Juho Jaakkola < reply@reply.github.com

wrote:

Hello

I'm a bit busy so at the moment so I'll take a better look at this later. But you could try changing the definitions in the file kaltura/api_client/definitions.php. At least for me the default settings are not working. I didn't commit these changes to the repository since they are site-specific.

Here are the settings that are working (more or less) with my version (Kaltura CE v3.0.0): https://gist.github.com/1423132

Let me know if changing these settings help!


Reply to this email directly or view it on GitHub:

https://github.com/juho-jaakkola/kaltura_video/issues/1#issuecomment-2989633

Respectfully, Mario Opena

juho-jaakkola commented 12 years ago

Check that the jquery version in definitions.php is the same as what Elgg is using. At the moment the version is hard-coded to the definitions, so it may be that the jquery is not loaded at all in the diagram window.

mopena commented 12 years ago

Great that help alot.

On Monday, December 5, 2011, Juho Jaakkola < reply@reply.github.com> wrote:

Check that the jquery version in definitions.php is the same as what Elgg is using. At the moment the version is hard-coded to the definitions, so it may be that the jquery is not loaded at all in the diagram window.


Reply to this email directly or view it on GitHub:

https://github.com/juho-jaakkola/kaltura_video/issues/1#issuecomment-3011906

Respectfully, Mario Opena