You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After configuring video.js player as the viewer for this solution pack, and going to an object I have ingested into the default streaming media collection, I get a WSOD with the following error in the apache log:
PHP Fatal error: Call to undefined function videojs_add() in /var/www/drupal/sites/all/modules/islandora_solution_pack_streaming_media/theme/theme.inc on line 58, referer: http://localhost:8000/islandora/object/islandora%3Asp_streaming_collection
Am also getting the following error when I go to the Islandora Administration page:
Notice: Undefined index: url in islandora_videojs_preprocess_islandora_videojs() (line 44 of /var/www/drupal/sites/all/modules/islandora_videojs/islandora_videojs.module).
After configuring video.js player as the viewer for this solution pack, and going to an object I have ingested into the default streaming media collection, I get a WSOD with the following error in the apache log:
PHP Fatal error: Call to undefined function videojs_add() in /var/www/drupal/sites/all/modules/islandora_solution_pack_streaming_media/theme/theme.inc on line 58, referer: http://localhost:8000/islandora/object/islandora%3Asp_streaming_collection
Am also getting the following error when I go to the Islandora Administration page:
Notice: Undefined index: url in islandora_videojs_preprocess_islandora_videojs() (line 44 of /var/www/drupal/sites/all/modules/islandora_videojs/islandora_videojs.module).
If you want to test with the media source for this object, it's http://summit.sfu.ca/system/files/iritems1/13325/RonBaker.mp4 (mimetype video/mp4).
grep -r'ing through my site's modules and libraries directories only yields a single instance of 'videojs_add(), in the file named above.
Let me know if you want any additional info or anything.
The text was updated successfully, but these errors were encountered: