Title: zipnar's Replies | WordPress.org

---

# zipnar

  [  ](https://wordpress.org/support/users/zipnar/)

 *   [Profile](https://wordpress.org/support/users/zipnar/)
 *   [Topics Started](https://wordpress.org/support/users/zipnar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zipnar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zipnar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zipnar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zipnar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zipnar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JW Player for WordPress] How to turn off Error notification?](https://wordpress.org/support/topic/how-to-turn-off-error-notification/)
 *  [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-to-turn-off-error-notification/#post-7423088)
 * Delete everything in the `wp-options` table that starts with `jwp6_`
 * Example:
    `jwp6_plugin_version` `jwp6_hideupgradeto6notice`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Alternate database port](https://wordpress.org/support/topic/alternate-database-port/)
 *  Thread Starter [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/alternate-database-port/#post-5855360)
 * I have tried both ways, with and without the “[http://&#8221](http://&#8221);
   prefix. Both ways failed to connect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kaltura All-in-One Video Plugin for WordPress] Plugin: All in One Video Pack v2.5 setting show blank page](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/)
 *  [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/#post-4005273)
 * 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 =
   360
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kaltura All-in-One Video Plugin for WordPress] Plugin: All in One Video Pack v2.5 setting show blank page](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/)
 *  [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/#post-4005270)
 * Sorry 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 = 1002225
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kaltura All-in-One Video Plugin for WordPress] Plugin: All in One Video Pack v2.5 setting show blank page](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/)
 *  [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-all-in-one-video-pack-v25-setting-show-blank-page/#post-4005208)
 * This 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog home page error, can’t login](https://wordpress.org/support/topic/blog-home-page-error-cant-login/)
 *  Thread Starter [zipnar](https://wordpress.org/support/users/zipnar/)
 * (@zipnar)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/blog-home-page-error-cant-login/#post-1053105)
 * Perfect. Just like brand new.

Viewing 6 replies - 1 through 6 (of 6 total)