Forums | Mahara Community
Support
/
Memory Error
15 December 2008, 13:09
Not sure what this means:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 491520 bytes) in /home/quayperformance/public_html/network/lang/en.utf8/mahara.php on line 714
Is this something in my install?
15 December 2008, 19:05
What version of Mahara are you using?
Try upping the memory_limit setting in your php.ini.
Mahara 1.0.7 ups the limit to 40M by default which should help with such issues.
15 December 2008, 19:05
Hello Matt,
Try to allow more memory in your php.ini file with the setup memory_limit and give more bytes here. If you could not have access to php.ini, you could do that with and .htaccess file in which you include
php_value memory_limit 40M
Hope this could help.