I have got this error
Notice: Undefined offset: 0 in template_preprocess_videojs() (line 79 of /hsphere/local/home/............/sites/all/modules/videojs/includes/videojs.theme.inc).

Comments

Taiger’s picture

You need to download the videojs library from http://videojs.com/
Then add the path to Configuration > MediaVideoJS Settings (admin/config/media/videojs).

This module needs to provide a helpful error message. Initially I was stumped as well.

It would be be nice if this module downloaded the library when installing it with drush. Here is an example, maybe it will help :)
http://drupal.org/node/1231378

jordiserra’s picture

I have the library installed in the correct path, but the error persists.

kaizerking’s picture

This patch worked for me,Error in videojs.theme.inc
You can try by applying those patches

bradjones1’s picture

Status: Active » Closed (duplicate)

This appears to be a duplicate of #1123906: Error in videojs.theme.inc, where there is some substantive dev taking place.