Importing Videos In Administration Section
Hello Admin,
I have problems importing videos through the Administration section.
Let me explain.
First, I set up a cron job in the CPanel section. Settings were accepted however,
I tried to view the settings and they were not visible. I guess this is normal.
Next, returned to the Administration section uploaded a video from YouTube
using the IMPORT VIDEO feature.
Below is what happened:
In the PROCESS QUEUE, the status of the video I uploaded is "ADDED", however
the video does not appear on the MAIN PAGE/IMPORT FOLDER or in the APPROVE section.
Yes, I did create the "import" folder and placed it in the "template_c" folder. I CHMOD this
folder to "777" per instructions.
With all that being said, could someone please enlightned me as to what I am doing wrong?
I appreciate any assistance I can get.
Thank You,
apj5621
P.S. My hosting company is: hostonnet.com
Re: Importing Videos In Administration Section
It seems you have not set the cronjob properly.
If cronjob is running, the status of video will change from
1. Added
2. Download Started
3. Download Finished
4. Convert Started
5. Convert Finished.
Try running the cronjob manually by accessing the url
http://yourdomain.extn/cron.php
Re: Importing Videos In Administration Section
Hello Admin,
Thank you for your assistance.
Can you please modify the Administration Menu to include a link that will allow you to run the Cron job manually.
Could you place it just beneath the "Process Queue" link. You can name it "Run Cron Manually". Can you please
do that and send me the updated file.
Thank You,
apj5621
Re: Importing Videos In Administration Section
Added Note to above:
I could do it myself, but the files are encryted.
Re: Importing Videos In Administration Section
To run cron manually, go to url
http://yourdomain/cron.php
You can edit the template file and put a link to cron.php if you need.
Open templates/admin/process_queue.tpl
Find
Code:
<td colspan=4>{$links}</td>
Replace with
Code:
<td colspan=4>
{$links}
Run Cron
</td>
Re: Importing Videos In Administration Section
Thank you so much, admin....
Re: Importing Videos In Administration Section
Hello Admin,
I will add the link to manually run Cron, but it is working automatically now. Just needed to give it time to process.
Regards,
apj5621