View Full Version : What's Error (859)?
EWorld
10-21-2007, 02:01 AM
I tried to upload a .flv file during writing an article.
But it wasn't uploaded successfully i just get this as a message:
(859)
What does it mean? And i checked, i added flv to the permitted file extentions under prefereces.
shketuljko
10-22-2007, 10:35 AM
The possible cause of this issue is a maximum file upload size.
Your server might have a limit on the maximum file upload size. We are suggesting you to contact your server administrator in the case that this limitation exists.
If you need to upload the file bigger than allowed, you may do this on two way:
- contact your server administrator to increase the limit on the upload size
- you can use the FTP to upload the files
EWorld
10-22-2007, 02:58 PM
My php.ini is set to max. 30mb, the file was 10mb. and it just happens, when i try to upload flv files.
shketuljko
10-22-2007, 03:22 PM
Vivvo have a limit on the maximum file upload size on 10 MB.
In VIVVO_ROOT/lib/vivvo/framework/vivvo_file.php
around line 34 try to find this code:
define ('VIVVO_MAX_UPLOAD_FILE_SIZE', 10 * 1024 * 1024);
replace that code with this code:
define ('VIVVO_MAX_UPLOAD_FILE_SIZE', 20 * 1024 * 1024);
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.