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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | FirefoxScreenSnapz144.png | 72.76 KB | mfuller526 |
| #2 | FinderScreenSnapz032.png | 69.89 KB | mfuller526 |
Comments
Comment #2
mfuller526 commentedJW 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.
Comment #3
sgdev commentedAre 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.
Comment #4
lomasr commentedLooks like a duplicate issue : https://www.drupal.org/node/2334295 , #5 worked for me in the link mentioned.
Comment #5
lomasr commentedhttps://www.drupal.org/node/2334295
Comment #6
sgdev commentedThat code was committed over a year ago. It is available in 7.x-2.x-dev.