INDIG0 Posted November 3, 2021 Posted November 3, 2021 Hi. I got a video problem after I chose the s3 storage method. A background Processes was started to move files to the cloud. With pictures, everything is ok, they are displayed normally, but there is no video. I looked at the database and the URL was saved there incorrectly. The new video attachment is saved like this and displays correctly. <video class="ipsEmbeddedVideo" controls="" data-fileid="13910" data-unique="z9zpwee8s" data-video-embed=""><source type="video/mp4" data-video-src="//cdn.MYWEBSITE.com/monthly_2021_11/NEWVIDEO.mp4"><a class="ipsAttachLink" href="<___base_url___>/applications/core/interface/file/attachment.php?id=13910&key=3871571212c403e8b19b6cd2aa272715" data-fileid="13910" data-fileext="mp4" rel="">NEWVIDEO.mp4</a> </source></video> Old videos not showing. <video class="ipsEmbeddedVideo" controls="" data-video-embed=""> <source type="video/mp4" src=«//MYWEBSITE.com/applications/core/interface/js/spacer.png" data-video-src="<___base_url___>/uploads/monthly_2021_04/OLDVIDEO.mp4"><a class="ipsAttachLink" data-fileext="mp4" data-fileid="13207" href="<___base_url___>/applications/core/interface/file/attachment.php?id=13207" rel="">OLDVIDEO.mp4</a> </source></video> Is it possible to resave them using sql query?
Marc Posted November 3, 2021 Posted November 3, 2021 Please dont change anything via direct database manipulation. Do you have some example posts you can share?
INDIG0 Posted November 3, 2021 Author Posted November 3, 2021 @Marc Stridgen Videos are hidden from guests. I can send access to private messages.
Marc Posted November 3, 2021 Posted November 3, 2021 I have created a ticket for you. Please respond there with examples, and ensure all access is up to date INDIG0 1
Solution Marc Posted November 3, 2021 Solution Posted November 3, 2021 As mentioned in your ticket there, you are actually using a non-standard storage method there. You would need to contact the author of that item for assistance with this
Recommended Posts