• Please help! please help!!!! I don’t know how to fix this problem and I need this player because I have many videos on my website (www.fitforrockin.com). When I updated to wordpress 3.9.1 my media button no longer works nor does my set featured image while I am editing a post. It just keeps trying to load my media library. Also when I select media from the main wordpress menu to the left It shows up really funny. When I deactivate the plugin it my media is normal but I need the player to upload videos. Once again my site is mainly videos so I can’t load any videos to my website till this issue is resolved. There is this text at the top on the plugin management and settings page. Here is what it reads:

    Strict Standards: Declaration of JWP6_Form_Field_Uneditable::validate() should be compatible with JWP6_Form_Field::validate($post_data) in /home1/scheyka/public_html/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-form-field.php on line 128

    Strict Standards: Declaration of JWP6_Form_Field_Select::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in /home1/scheyka/public_html/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-form-field.php on line 171

    Strict Standards: Declaration of JWP6_Form_Field_Radio::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in /home1/scheyka/public_html/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-form-field.php on line 221

    Strict Standards: Declaration of JWP6_Form_Field_Toggle::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in /home1/scheyka/public_html/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-form-field.php on line 243

    Strict Standards: Declaration of JWP6_Admin_Page_Players::process_post_data() should be compatible with JWP6_Admin_Page::process_post_data($post_data, $save_to_option = true) in /home1/scheyka/public_html/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-admin-page-players.php on line 627

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    Jwplayer6 is not in the WP plugin repo.

    You may want to contact the plugi developers and let them know the issue.

    Thread Starter fitforrockin

    (@fitforrockin)

    I downloaded it through the plugins page. The name of it is JW Player 6 Plugin for WordPress. I put up a post on the plugin developers site but no answers yet.

    Thread Starter fitforrockin

    (@fitforrockin)

    Sorry. In the plugins search it’s called JW Player for Flash & HTML5 Video. If anyone could help please!!!!!!

    Moderator t-p

    (@t-p)

    You are using WP version 3.9.1

    But, according to the info on the plugin page, it is
    Compatible up to: 3.5.2

    My suggestion is to contact the plugin developer and ask if a newer version compatible with your WP 3.9.1 is available

    Thread Starter fitforrockin

    (@fitforrockin)

    Thanks Tara. I have a post on their forum but I haven’t gotten an answer yet. Not sure what I should do? Do you know of another player I could use. I am freaking out because it would take a while to reload my videos. I am not to savvy when it come to technical stuff.

    Moderator t-p

    (@t-p)

    a search of WP plugins repo for the keyword “player” came up with this list:
    http://wordpress.org/plugins/search.php?q=player

    Hi there,

    don’t know if this is too late, but hey…

    not that I’m Tech Savvy myself, but I had the same issue after upgrading to 3.9.1 but with 3 different plugins.

    The way I solved this (temporarily), was to go to my wp-config.php file in the root directory and search for the following:

    define('WP_DEBUG', false);

    and insert the following below it:

    define('WP_DEBUG_LOG', false);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);
    define('SCRIPT_DEBUG', true);

    Like i said, as a quick fix, this worked so that the front end was displaying correctly.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Jwplayer6 is not compatible with my upgrade to 3.9.1 wordpress’ is closed to new replies.