Archive for the ‘Campur Sari’ Category

Pesan Kesalahan : Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)…

Anda menemukan pesan kesalahan pada blog WP Anda seperti ini  :Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)…

itu artinya WordPress membutuhkan memori lebih dari dafultnya dari  12M  ke 32M.

Bagaimana cara solusinya ?? ini dia

Solusi 1:  Perbaiki file php.ini

File PHP.INI dapat Anda temukan di  root directory, seperti misal direktori /public_html/ itu tergantung settingan hosting.

Carilah :

1 memory_limit = 12M

…dan Anda ganti dengan : 32M or atau lebih.

Solusi 2: Tambahkan kode pada file WordPress /wp-admin/install.php.

Anda bisa gunakan FTP atau file manager pada Control Panel, dan Anda tambahkan kode setelah tag <?php  :

ini_set(‘memory_limit’,'32M’);

sehingga akan tampak seperti ini :

1 ini_set(‘memory_limit’,'32M’);
2 /**
3 * WordPress Installer
4 * @since unknown
5 * @var bool
6 */
7 define(‘WP_INSTALLING’, true);

Solusi 3. Tambahkan perintah pada WordPress WP-CONFIG.PHP file.

define(‘WP_MEMORY_LIMIT’, ‘64M’);

Selamat mencoba.

Share This Post
Translate
:: THOUGHTS ASIDE ::
How to tackle promoting a website, if you are a newcomer to the subject? The most challenging part would be finding a good service provider; someone with expertise, backed up with years of experience on the market. There are thousands of such services on the web, but we recommend Software Submit.NET search engine submission services for website owners. While being an expert in software promotion, they also have a great range of services for website owners, you do not have to sell software applications to be able to benefit from their services.
Work by: praca

SEO Powered By SEOPressor