Need help with error message 413
-
I have a website with a spezial page. On this page my company have their partners. On this page we want to show our location partners with photo, name + link to their homepage, as well as an up-to-date photo of our displays.
The page was created using WordPress and is refreshed with the Layout Builder. The individual blocks are divided by the corresponding networks / delivery routes.
The individual routes contain, then the locations with the associated data. Currently not all are available.A colleague should extend the current list first only by location with name and link. Still without photos but already we get the following error message:
413 Request Entity Too Large and that it comes the following text:<bold>Request Entity Too Large<bold>
The requested resource
/wp-admin/post.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.I make a .user.ini with the following informations:
upload_max_filesize = 512M ;
post_max_size = 512M ;
memory_limit = 768M ;but I still get the error message.
What should be when images are included ??
-
-
Hi there,
Looks like you’re in the wrong forum. It appears that you’re using the self-hosted version of WordPress and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and WordPress.org you can read this document:
- The topic ‘Need help with error message 413’ is closed to new replies.