Recent Topics

1 Jun 14, 2008 18:21    

My b2evolution Version: 1.10.x

Hi !
I have just intalled 2.4.2 version.
I have MySql errors on memory allocation with two sites, one running a multiblog installation (pretty empty because fighting with users permissions) and the other one with only one user and a couple of permissions.

I get those errors :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4864 bytes) in /home/cop/www/inc/plugins/model/_pluginsettings.class.php on line 64

That is the two blogs one user three articles site.

And that :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/lvcop/www/le-pot-commun/skins/_item_feedback.inc.php on line 198

That is on the multi-user one article site.

I also noticed several MySql errors with calendar etc in the admin interface when I tried playing around with blog settings, etc.

I had none of these problems with the 2.4.1 version but it was hosted on a different provider.

Any idea where those problems come from ? (I'm pretty new at all this !)

Thank you much in advance.

3 Jun 14, 2008 19:04

I uncommented the proper line (which had "32M", I kept it) and now this is what I get :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4864 bytes) in /home/lvcop/www/le-pot-commun/inc/_core/_misc.funcs.php(208) : runtime-created function on line 1

what do you think ?

4 Jun 14, 2008 19:45

I think you need to contact your host because the memory limit change hasn't taken effect ;)

¥

5 Jun 14, 2008 19:46

ok, I will.
Thank you much for your help.

6 Jun 14, 2008 20:47

May be your host allows to set it throw .htaccess file ?

Add this to .htaccess:
# Increase memory limit
php_value memory_limit 16M

7 Jun 14, 2008 22:59

Thank you.
My mistake, I had not refreshed Fireftp. (The page had changed a bit I thought it had worked, only very poorly).
So yes I say it ! uncommenting this line in conf/_advanced.php did the trick !


Form is loading...