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
Displays the php code for the video player, not the video player itself
Steps to replicate
I believe if you disable the php8.3 module you will see this happen sudo a2dismod php8.3 and restart apache. We were able to fix this on production by running sudo a2enmod php8.3 manually, but this is not in the playbook.
Impact of this bug
We cannot reliably run the video reserves playbook.
Implementation notes, if any
As of 10/23/2024 this was manually fixed on production, but left in a broken state on staging to allow for testing.
Tried adding the following to the video_reserves role, but it did not fix the issue:
Expected behavior
Running the video_reserves playbook results in a playable video at https://videoreserves-staging.princeton.edu/hrc/vod/clip.php or https://videoreserves-prod.princeton.edu/hrc/vod/clip.php
Actual behavior
Displays the php code for the video player, not the video player itself
Steps to replicate
I believe if you disable the php8.3 module you will see this happen
sudo a2dismod php8.3
and restart apache. We were able to fix this on production by runningsudo a2enmod php8.3
manually, but this is not in the playbook.Impact of this bug
We cannot reliably run the video reserves playbook.
Implementation notes, if any
As of 10/23/2024 this was manually fixed on production, but left in a broken state on staging to allow for testing.
Tried adding the following to the video_reserves role, but it did not fix the issue:
The text was updated successfully, but these errors were encountered: