Recent Topics

1 Apr 12, 2012 14:08    

My b2evolution Version: 4.1.x

How can increase post max size to fix this message?

PHP upload_max_filesize

100M

PHP post_max_size

100M

[u]post_max_size should be larger than upload_max_filesize[/u]

2 Apr 12, 2012 18:26

Add this to /conf/_basic_config.php

ini_set('post_max_size', '101M');

If that won't help, add this in .htaccess

php_value post_max_size 101M

If that won't help either then you need to edit php.ini file. Talk to your host about it.


Form is loading...