12
you need to raise the allowed memory in ur php.ini
memory_limit = 32M
is ours
if you dont have root, try making a php.ini in the public_html directory with that setting in it.
or use
ini_set("memory_limit","32M");
in ur mainfile
or use a phpflag in .htaccess