Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 775 Vote(s) - 3.55 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

#1
I am getting this error when trying to upload an import on WordPress on my XAMPP local dev environment:

Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

I changed the `upload_max_filesize` from `2M` to `1000M`, but that didn't seem to do anything.

Any ideas?
Reply

#2
That's an 8MB `post_max_size` error.

Set it to a value you're comfortable with.
Reply

#3
You also need the change [post-max-size][1].


[1]:

[To see links please register here]

Reply

#4
Already restarted your Webserver?

This will force php to reload the `php.ini`
Reply

#5
You might not be uploading the right zip file. In my case, as a newbie to wordpress(I used to do hardcoding), I installed the zipped file that contained another zip file which is the actual theme neede to be upload. So what what need to do in this case is to unzip the file and locate the "theme_name.zip" inside.
Reply

#6
Just set these in php.ini:

upload_max_filesize = 1000M;
post_max_size = 1000M;
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through