Recent Topics

1 Sep 20, 2009 14:04    

My b2evolution Version: 2.x

Hello,

This evening I tried to access my blog, which had been working well for months now and received the message:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /home/suitcas/public_html/VicariousTravelBlog/blogs/inc/_core/ui/forms/_form.class.php on line 2339

I cannot even get into the admin area. I have more than enough free space with hosting on my website and haven't touched any of the blog files.

Any help would be much appreciated.

2 Sep 20, 2009 16:25

conf/_advanced.php uncomment the line that mutters about memory limits.

¥

3 Sep 21, 2009 11:19

Thanks for the prompt reply. I found the line and uncommented as below:

// If you get blank pages, PHP may be crashing because it doesn't have enough memory.
// The default is 8 MB (in PHP < 5.2) and 128 MB (in PHP > 5.2)
// Try uncommmenting the following line:
ini_set( 'memory_limit', '32M' );

Then uploaded this version of the file, checked the result but still get the same error message as before.

I would have thought this would have worked, but, no success.

Kind regards,
Derek.

4 Sep 21, 2009 20:04

admin > tools > system ... what does your memory limit show as there?

¥


Form is loading...