Video Upload
- When uploading a video to UNA it seems to upload but then just show a white video with a play button. (PHP 8.0)
- When uploading a video to UNA it seems to get stuck at the end of the upload but never fully does anything. (PHP 8.2)
Doesn't matter if its in a post or where the video is uploaded. Images upload fine.
I do not see errors on the server side.
Any guidance on solving this or maybe where I could look to find the problem?
I appreciate everyone.
(PHP version 8.2, File Size is good, Zero Errors on server side)
-
- · PavelS
- ·
After uploading the video, you should get a message saying that the video will be published after processing, and then the server starts converting the video to SD or HD quality. If the conversion doesn’t start, it means your Cron job is not set up correctly.
Go to Dashboard - Server Audit and find Cron Jobs, and check if you have something like this: Last cron jobs execution - 12 Nov 2024 1:21:01 pm.
-
-
- · Nesign
-
·
In reply to PavelS
- ·
I appreciate you very much.
-
- · PavelS
-
·
In reply to Nesign
- ·
You're very welcome :)
-
-
- · Nesign
-
·
In reply to LeonidS
- ·
Yes, it's definitely the cron job that hasn't run causing this issue.
However, for some reason no matter what I try I cannot seem to get it to run.
I am sure I will figure out what I am doing wrong.
I am using CPanel by the way, if you know of any common mistakes people make when setting crons for this.
-
-
·
LeonidS
-
·
In reply to Nesign
- ·
Please show us your variant of the Cron Jobs command. Commonly, it should look like:
/usr/bin/php - q path to your UNA/periodic/cron.php
-
·
LeonidS