After downloading, extracting and moving the files into sites/all/modules, I go to enable the files and the module doesn't enable and gives errors.

Through Drush I get the error:
Module jw_player doesn't meet the requirements to be enabled. (Currently using JW Player Please consult README.txt for installation instructions.).

I have all the requirements enabled:
"Requires: File (enabled), Field (enabled), Field SQL storage (enabled), Libraries (enabled), System (enabled), Chaos tools (enabled)".

When I enable the module via drupal I get:
"Notice: Undefined index: description in drupal_check_module() (line 1232 of /Users/ozheller/var/www/drupal7/includes/install.inc).
(Currently using JW Player Please consult README.txt for installation instructions.)"

This is happening on a fresh install of drupal 7 (7.42) and when I try to extend my 7.34 site.

Comments

oheller created an issue. See original summary.

mfuller526’s picture

StatusFileSize
new69.89 KB
new72.76 KB

JW Player is a two phase installation, first downloading/installing/enabling the module. Secondly, go to jwplayer.com download the JW player, extract it and upload to sites/all/libraries/jwplayer
You'll have to rename the folder from jw_player version #. Check your admin > report > status report for errors. At this writing I have to rename the jwplayer.flash.swf file to player.swf.

You had to create an account in order to download. You'll get a license #. Copy and place in the source within your content not the head. <script>your license #</script>Here's a troubleshooting link.

In config >media > JW Player presets > create/save a preset

In your content type > Add a field, File Type: file > save > Manage display > select JW Player for the field format > click the cogwheel and select your JW preset > update > save

Now this isn't perfect. I'm getting 'No video with supported format and MIME type found' with FF and Chrome. I'll update this when I get an answer.

sgdev’s picture

Are you using Libraries API 2.x? You might want to try this patch and see if it fixes your issue:
https://www.drupal.org/node/2713659

Also if using 7.x-2.x-dev, can use the cloud-based JW Player rather than the need to download a copy for installation.

lomasr’s picture

Looks like a duplicate issue : https://www.drupal.org/node/2334295 , #5 worked for me in the link mentioned.

lomasr’s picture

Status: Active » Fixed
Issue tags: +duplicate
sgdev’s picture

That code was committed over a year ago. It is available in 7.x-2.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.