Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP fatal error: Call to undefined function videojs_add() #1

Open
mjordan opened this issue Sep 25, 2015 · 1 comment
Open

PHP fatal error: Call to undefined function videojs_add() #1

mjordan opened this issue Sep 25, 2015 · 1 comment

Comments

@mjordan
Copy link

mjordan commented Sep 25, 2015

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.

@mjordan
Copy link
Author

mjordan commented Sep 25, 2015

Forgot to mention, I have video.js configured as the viewer for the video solution pack and it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant