Fatal error: Allowed memory size

SeanRog

Member
Jul 24, 2010
51
10
XzelKF.png


this error comes when i try loading Housekeeping and pixels page, it happends on localhost & habztar.net when i try loading it :/

Someone any suggestions?
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
PHP:
<?php
ini_set( "memory_limit", "28M" );
?>

28M = 28 megabytes, change it to whatever you desire, could be bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes or whatever!
 

Users who are viewing this thread

Top