Recent Topics

1 Jul 21, 2007 19:34    

My b2evolution Version: 1.10.x

Hi everyone !

I wanted to write a new post on my blog and here is what I get :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 bytes) in /home/missmog/public_html/lectures/blogs/inc/_misc/_db.class.php on line 958

you can see it here :
http://lectures.elvenbook.com/blogs/
(right column)

same message in the admin :
http://www.elvenbook.com/adminb2evo.jpg
http://www.elvenbook.com/adminb2evo02.jpg

my version is 1.10.2

It's totally frightning, if anyone here could tell me what's happening, thanks in advance ! :oops:

2 Jul 21, 2007 19:44

Bonjour ..........ok, you just exhausted my french

Just a request, please don't double post ( although more people here speak/read/type english you will get a reply on the french forums ;) .... eventually :P )

[url=http://manual.b2evolution.net/System_requirements]This page of the docs[/url] should help you cure things ( the section that starts " memory_limit" )

¥

3 Jul 21, 2007 20:17

sorry for the double post, I was so worried about that issue that I wanted to raise my chances to get an answer lol

I've read the docs and add the line needed, and it works perfectly now !

if someone else have this problem, here is what you need to do :

Since version 1.8 b2evo often requires more than the default of 8MB of memory. To change it, set the "memory_limit" php.ini value to e.g. 16M. E.g. in /conf/_basic_config.php add the following line:

ini_set('memory_limit', '16M');

Thanks a lot !
:D


Form is loading...