Recent Topics

1 Jan 31, 2008 15:19    

My b2evolution Version: 1.9.x

I have just moved a blog from one server to another and all is going well except that now I can't upload Images, I get this error:

File management
<!-- if( opener && opener.document.FilesForm && typeof(opener.document.FilesForm.md5_filelist.value) != 'undefined' && typeof(opener.document.FilesForm.md5_cwd.value) != 'undefined' && opener.document.FilesForm.md5_cwd.value == '9ded0588ad3fe9604055f0cb4f13a088' ) { opener.document.getElementById( 'fm_reloadhint' ).style.display = opener.document.FilesForm.md5_filelist.value == '
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 313995 bytes) in /home/.../public_html/.../.../inc/MODEL/files/_filelist.class.php on line 1108

Any Ideas how to solve it.

3 Jan 31, 2008 15:29

add this to conf/_advanced.php ( after <?php and before ?> )

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

¥

*edit*
:P beaten by Afwas ;)

4 Jan 31, 2008 15:31

Thanks AFWAS, how much should it be increased to?

5 Jan 31, 2008 15:32

¥åßßå is slow today. I beat him with the spammer also :>
But the 32 Mb he suggests is fine.

-- F

6 Jan 31, 2008 15:35

Thanks BOTH, the race was tight but the solution right!
Changed to 32, problem fixed! :D


Form is loading...