Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PayloadTooLargeError: request entity too large #332

Open
DeadONGz opened this issue Jan 12, 2024 · 1 comment
Open

PayloadTooLargeError: request entity too large #332

DeadONGz opened this issue Jan 12, 2024 · 1 comment

Comments

@DeadONGz
Copy link

I'm using xampp and i'm trying to save and that happens.

@givanz
Copy link
Owner

givanz commented Jan 22, 2024

In xampp window click on apache config button.

Edit apache/conf/httpd.conf and add

LimitRequestBody 1024000

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Edit php.ini and increase the following values or add them if missing

post_max_size = 64M
upload_max_size = 64M 

xampp-control-panel-httpd-conf

xampp-control-panel-php-ini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants