27 July 2010

ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value wordpress

Install wp 3.0 di halaman admin muncul:

ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value ...............

Solusinya: 
1.Utk mengatasi hal ini anda bisa coba rubah line 96 sesuai error yang dimaksud
dari
1
@ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '256M' ) );
menjadi
1
@ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '32M' ) );
Atau
2. me-nonaktifkan fitur suhosin melalui spanel di menu *kelola subdomain* > *setting* > *aktifkan suhosin* > *anda set menjadi tidak*

Saya mengambil pilihan yang 1, dan masalah pun selesai.

Comments :

0 komentar to “ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value wordpress”


Post a Comment