1 allycat Aug 30, 2008 20:21
3 allycat 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 sam2kb 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 allycat 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.
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' );