Tuesday, July 7, 2015

PHP Warning: POST Content-Length of 24950590 bytes exceeds the limit of 8388608 bytes


Changes In your Php.ini File.

upload_max_filesize = 2000M
post_max_size = 2000M
max_execution_time = 120
max_file_uploads = 7
memory_limit=128M