Recent Topics

1 Apr 08, 2009 20:23    

My b2evolution Version: 2.x

Hello:

I noticed in Admin on the System Page there is a notation that needs to be changed.

PHP upload_max_filesize 16M

PHP post_max_size 16M
post_max_size should be larger than upload_max_filesize

My questions are:
1. Where do I find post_max_size among the hundreds of files within b2evo?
2. What should the increase be to?

Thanks. :)

2 Apr 08, 2009 21:57

You could ask your Hosting company to fix this for you or simply add something like this to your .htaccess

<IfModule mod_php5.c>
	php_value post_max_size 18M
</IfModule>

3 Apr 11, 2009 01:34

Thank you very much for your reply. I'll add it to .htaccess.

Have a good weekend. :)

4 Apr 11, 2009 21:36

Sometimes, you can't use .htaccess and you need to use a php.ini.
The syntax is:

post_max_size = 18M

5 Apr 14, 2009 16:26

htaccess didn't work. I can make the change, but where do I find the php.ini file?

6 Apr 14, 2009 16:40

I really wouldn't worry about it ;)

¥


Form is loading...