Portal Home > Knowledgebase > PHP > Memory Limit


Memory Limit




Jika anda mendapatkan error spt berikut ini :

Fatal error: Allowed memory size of

 

hal yang harus anda lakukan adalah membuat file php.ini di public_html atau kalau sudah ada file tinggal menambahkan baris berikut ini :

memory_limit = 64M ;

 

kemudian edit/buat file .htaccess di public_html

dibaris paling atas tambahkan baris berikut ini :

SetEnv PHPRC /home/YOURCPANELUSERNAME/public_html

ganti YOURCPANELUSERNAME dengan username cpanel anda



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
register global (Views: 1925)