Warning: POST Content-Length of 54250693 bytes exceeds the limit of 41943040 by
-
Warning: POST Content-Length of 54250693 bytes exceeds the limit of 41943040 bytes in
whtas the problem
Attachments:
You must be
logged in to view attached files.
Hello,
You need to increase the post_max_size directive in your PHP configuration file. This directive sets the maximum size of POST data that PHP will accept. By default, the value is usually set to 8MB.
Try to increase the post_max_size and check the issue.
Best Regards