Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : 413 Request Entity Too Large in phpMyAdmin



Threaded Mode | Print  

 413 Request Entity Too Large in phpMyAdmin, This error shows up when uploading backup db (1 Replies, Read 33725 times)
psycholyzern
Group: Member
Post Group: Newbie
Posts: 1
Status:
well, I got this error when trying to upload database 1.7MB  size.
"413 Request Entity Too Large"

I googled for solution but no result for webuzo..

btw, I solved it..

Quote
1. login as root on your server

2. edit your nginx configuration:
*you can use any text editor that you want. I love nano..

# nano /usr/local/emps/etc/nginx/nginx.conf

3. find http section:

        ############################
        # HTTP Connection - ENDUSER
        ############################

add "client_max_body_size 20M;" under the title.. it will be like this:

        ############################
        # HTTP Connection - ENDUSER
        ############################
client_max_body_size 20M;

4.Save and close the editor.

5. run this commands:

# /usr/sbin/nginx -t
# /usr/sbin/nginx -s reload

6. you are done

IP: --   

413 Request Entity Too Large in phpMyAdmin
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
Hi,

Thanks for sharing the solution.
It will be added by default in the upcoming release of Webuzo

:D


Edited by valley : May 30, 2013, 7:12 am

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter

IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 27, 2024, 9:59 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.024