Membuat halaman di wordpress tidak Tampil


Status
Not open for further replies.

dhyhost

Web Hosting Service
The Warrior
Verified Provider
toh ya kalau mau minta solusi dikasih tau nama domainnya...
di sini bukan forum dukun yang bisa tau tanpa dikasih tau :20:
 

mustafaramadhan

Hosting Guru
Coba tambahkan:
Code:
<?php
     error_reporting(E_ALL);
     ini_set('display_errors', 1);   
?>
pada bagian atas dari file index.php yang ada di document root.
 

Bestariweb Hosting

Hosting Guru
The Warrior
Verified Provider
Gak nampil itu biasanya karena:
1. Ada error, tapi error message gak ditampilkan. Makanya Blank
2. untuk bisa nampilin error, DEBUG MODE harus on (edit wp-config.php, edit WP_DEBUG jadi true -> define('WP_DEBUG',true);)
3. Error yang biasa muncul adalah kekurangan memory. silahkan tambahkan limit memory PHP di wp-config.php -> define( 'WP_MEMORY_LIMIT', '128M' );
 
Status
Not open for further replies.

Top