PDA

View Full Version : upgraded to vb4 suite and got problem ...


ramesh_umk3
10-01-2013, 05:27 PM
Hello All, Recently i moved to new host and started getting error while attaching files

http://www.imageshack.pw/images/2013/10/01/Untitled.png

disabled all plugins (same error)
Fixed permissions to attachments (same error)

what else i should try to fix that error :confused:

Thanks in advance :up:

ForceHSS
10-01-2013, 05:41 PM
in admincp/Attachments/Attachment Manager click edit for rar Extension take a screenshot and post it

Zachery
10-01-2013, 06:06 PM
Is it only rar attachments?

ForceHSS
10-01-2013, 06:14 PM
I don't think he has enough Max File-size for the rar. Set it to 30000000

Zachery
10-01-2013, 07:23 PM
Force, the error has nothing to do with that. Flash is saying it couldn't find the file once it was uploaded. PHP/Apache is saying the Requested enitity was too large. Chances are the webserver is not allowing uploads ass big as he wants them to be. His host is going to have to change something.

It could also be a fact that a security system is blocking RAR and forcing it to return an incorrect header as a way informing the user to stop.

However, chances are this is a webserver setup with php-fpm or php as CGI and the cgi handler cannot deal with a file that big.

ForceHSS
10-01-2013, 07:49 PM
I see zachery thanks for the info. Its just i had the same problem once and when i made it so larger files could be uploaded it fixed the problem

Zachery
10-01-2013, 07:56 PM
You read the error in the popup first number is the http status code, last number is the flash error code. The flash error code is I/O input error, the http code in this case is requested entity too large.