Has anyone got a properly working vshare
I' ve loaded my vshare 2.6 in about 20 times with the progress bar and without, sometimes the upload of videos from my pc works and sometimes it don't. I get convert errors in the process queue without the progress bar and with it. I've just done another new install and when I upload I get the following error.
File: /home/dr6th8ke/public_html/video/Durban South Africa.flv
ERROR: file not found.
Yet the file is in the video folder.
I've got to get this right to prove the critics wrong. :oops:
Re: Has anyone got a properly working vshare
let me know your url please??
Re: Has anyone got a properly working vshare
Ithink
This error is happen to the wrong path put it in the files.So please make sure about the path
Re: Has anyone got a properly working vshare
The base url is www.safriends.co.uk
I have not changed anything in the perl files. I wanted to get this right without the progress bar first.
Re: Has anyone got a properly working vshare
first of all please enable your progress bar
make this change needed for progress bar enable
go to include\settings\upload.php
Code:
<?php
# List of allowed file Types
$file_types = array("flv","swf","3gp","mp4","mov","asf","mpg","avi","mpeg","wmv","rm","dat","divx");
$use_upload_progress_bar = 1;
enable progress bar
Code:
$use_upload_progress_bar = 1;
disble progress bar change 1 into 0
Code:
$use_upload_progress_bar = 0;
Re: Has anyone got a properly working vshare
Let me know following details to check your installation
1. FTP Login details of the web site
2. vshare login details (user and admin).
I can check and let you know why you are having problem with uploads.
Re: Has anyone got a properly working vshare
Ok I have Changed my hosting to Hostonnet, and having the same results. I emailed the details to you. The domain is saclips.com
Re: Has anyone got a properly working vshare
Ok , finally sorted. Your hosting obviously is suited to the script. It does what it says on the tin, except with cgi files, they all must be 755 with the progress bar enabled. I'll see how it goes.