zipnar
Forum Replies Created
-
Forum: Plugins
In reply to: [JW Player for WordPress] How to turn off Error notification?Delete everything in the
wp-optionstable that starts withjwp6_Example:
jwp6_plugin_version
jwp6_hideupgradeto6noticeI have tried both ways, with and without the “http://” prefix. Both ways failed to connect.
When you say that it is empty after the title, do you mean the post content and video, or do you mean everything that nothing else is rendered on the page, such as the sidebar, footer, and WP admin bar?
What does the shortcode look like that is inserted into the Post Editor when you add Kaltura media?
If it is just the post content that shows nothing but the footer, sidebar, etc., load just fine, then it could just be that you don’t have the appropriate ui_conf_id for the player that Kaltura is trying to find.
The first thing I would suggest is to look in your Kaltura KMC and find the ui_conf_id of the player you want to use as your default player. Then put that ui_conf_id into your settings.ini.
For example:
kaltura_comments_player_type = [your-preferred ui_conf_id]
kaltura_default_player_type = [your-preferred ui_conf_id]Then add it as an additional selectable option (so it shows up in your WP admin settings) like the other default player options similar to this:
player.[your-preferred ui_conf_id].name = “Preferred player name”
player.[your-preferred ui_conf_id].width = 640
player.[your-preferred ui_conf_id].height = 360Sorry for not replying. I was not getting email updates on this thread for some reason.
I think the reason you got the older version working is because of the ui_conf object used for the Kaltura Contribution Wizard (KCW). The KCW is the interface that pops up in the modal window when you click on “Add Media”.
Kaltura appears to have created a new KCW object that they are shipping with their new Hercules release. Unfortunately, Hercules is not available as a CE download yet, which makes this plugin difficult to use for anyone running the latest stable CE6 release (Eagle).
The right ui_conf to use will depend on the version of Kaltura CE you are using. The options with CE6 work for me.
In your settings.ini file, use the following values:
kcw_ui_conf_id_admin = 1002225
kcw_ui_conf_comments = 1002225This error seems to have to do with a misconfiguration of the site settings. I think they could throw a better error message than this, but the “Invalid KS” error means that it is having a problem authenticating the user credentials.
I received this error as well. It had to do with site settings and Kaltura credentials not lining up on my local dev server.
Be sure to check that you have the proper server and CDN URLs in the all-in-one-video-pack/settings.ini file. (Used to be settings.php)
The problem now is that there doesn’t seem to be any site-by-site account settings if you put your template account in the network admin settings. You now set the default Kaltura account in the network admin, and it is automatically applied to the rest of the sites. I see no GUI or option to override this, other than changing the settings directly in the site_[site-number]_options table.
Alternatively, you can leave network admin settings for Kaltura blank, and the user will be prompted to register or enter their credentials on the Settings > All In One Video page.
Forum: Fixing WordPress
In reply to: Blog home page error, can’t loginPerfect. Just like brand new.