cant upload Sound more than 75M

Hi, i can't upload a sound with more than 75M is giving an error 413

www.tumundo247.com - www.rampletea.com - www.clasificadosnetwork.com
Quote · 31 May 2012

and i replicate the problem in www.boonex.us demo site.

www.tumundo247.com - www.rampletea.com - www.clasificadosnetwork.com
Quote · 31 May 2012

upload error 413

that show when finish the upload

www.tumundo247.com - www.rampletea.com - www.clasificadosnetwork.com
Quote · 31 May 2012

PHP is setup with a max upload or max post size of 75MB. If it's a VPS or Dedicated server change the master php.ini file. If it's shared hosting create a local php.ini file and add this:

upload_max_filesize = 100M

post_max_size = 100M

 

If that doesn't work try adding this to the .htaccess

php_value upload_max_filesize 100M

php_value post_max_size 100M

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 31 May 2012

I'm getting this error on 7.1 demo site.

File size is 63MB

Software requirements

  • PHP: 5.3.18 - OK
    • allow_url_fopen = On - OK
    • allow_url_include = Off - OK
    • magic_quotes_gpc = Off - OK
    • memory_limit = 1610612736 - OK
    • post_max_size = 104857600OK
    • upload_max_filesize = 104857600OK
    • register_globals = Off - OK
    • safe_mode = Off - OK
    • short_open_tag = On - OK
    • disable_functions = - OK
    • php module: curl = curl - OK
    • php module: gd = gd - OK
    • php module: mbstring = mbstring - OK
    • php module: xsl = xsl - OK
    • php module: json = json - OK
    • php module: openssl = openssl - OK
    • php module: zip = zip - OK
    • php module: ftp = ftp - OK
  • MySQL: 5.1.65-cll - OK
  • Web-server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.3.18
    • rewrite_module - OK
  • OS: Linux mynewbeetle.org 2.6.32-042stab063.2 #1 SMP Tue Oct 23 16:24:09 MSK 2012 x86_64

max_execution_time 4000 4000
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 7000 7000
max_input_vars 1000 1000
memory_limit 1536M 1536M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 100M 100M
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Dec 2012

bump! still 

ERROR 413

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Dec 2012

Error 413 is normally Request Entity Too Large. And usually returned by Apache.

I am not positive because in my opinion the size if the request should not be big enough to cause this error from apache. File uploads and web requests are not the same thing. But it will not hurt to try it.


Try adding the following to the apache conf file or edit if these already exist.

LimitXMLRequestBody 0
LimitRequestBody 0

https://www.deanbassett.com
Quote · 21 Dec 2012

 

Try adding the following to the apache conf file or edit if these already exist.

LimitXMLRequestBody 0
LimitRequestBody 0

 Well, I did research and seen suggestions that memory was problem, I had it originally set at 1563M, I changed to 512M, upped the timeouts.

Still same.

Your suggestions about 

LimitXMLRequestBody 0
LimitRequestBody 0

I have no clue where that would be, I have been learning my WHM, and the easyApache and so on.

will that be there?

I have no problems changing the settings on my home server, it's Ubuntu, my VPS is Centos which I'm not good with.

Thanks for the response, I'll search the internet on that and see what I find or call my host.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Dec 2012

I would not know how to do it through WHM

But the apache config file for CentOS is  /etc/httpd/conf/httpd.conf

https://www.deanbassett.com
Quote · 21 Dec 2012

OK, here's the conundrum.

One VPS,

  • four .9 sites all upload and process video 
  • three 7.1 sites, none will upload video, all give 413...

 

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Dec 2012

 

OK, here's the conundrum.

One VPS,

  • four .9 sites all upload and process video 
  • three 7.1 sites, none will upload video, all give 413...

 

 Found out this problem was that ffmpeg.exe somehow was replaced by the .9 version, replaced with the larger new version and fixed all the problems.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 27 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.