Recent Topics

1 Aug 30, 2008 20:21    

My b2evolution Version: 2.4.2

http://virtualslayer.net/index.php/dollz/

If I change the number of posts per page beyond four, the sidebar disappears and the page goes all wonky. Depending on the skin, and whether I'm looking at the categories, tags, or archives, the number can sometimes be as low as only 2 posts per page. If I make the numbers any higher, the above is the result. Does anybody know where this error comes from and how to get rid of it?

2 Aug 30, 2008 21:19

You need to increase the PHP memory limit either in php.ini file or in conf/_advanced.php

php.ini - memory_limit = 32M
conf/_advanced.php - ini_set( 'memory_limit', '32M' );

3 Aug 30, 2008 21:42

Thank you, that solved it. Just out of curiosity. How high should/could I set the memory limit? And what would the effects of it be?

4 Aug 30, 2008 21:51

32M is enough in most cases, although to link images larger than 2-3 Mb you would have to increase PHP memory to 50 - 60M

5 Aug 30, 2008 22:10

I post pixel-art, so most files are around 1 kb in size. I guess that means I'm fine for now. Thanks! Solved.


Form is loading...