08-01-2007, 12:20 PM
[eluser]coolfactor[/eluser]
Here is the relevant code from v1.5.4's FTP class:
You're passing "/public_html/tmp/782c5f1954255628bb10c26d8a4597f.flv' into that $locpath variable, but I doubt your "public_folder" is at the root of your volume?
Try passing in an absolute path in as that first parameter.
Here is the relevant code from v1.5.4's FTP class:
Code:
if ( ! file_exists($locpath))
{
$this->_error('ftp_no_source_file');
return FALSE;
}
You're passing "/public_html/tmp/782c5f1954255628bb10c26d8a4597f.flv' into that $locpath variable, but I doubt your "public_folder" is at the root of your volume?
Try passing in an absolute path in as that first parameter.