[ask] Migrasi WP Belum Mulus di Kloxo-Mr


Status
Not open for further replies.

Juli

Poster 1.0
Hi tuan-tuan
saya punya sedikit masalah ni dengan web wordpress saya ketika migrasi ke VPS dengan panel kloxo-mr mungkin saya belumpaham betul.

Berikut masalah yang muncul jadi bukan tampilan websitenya:
------------------------------------------------------------------------------------------------------------
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
------------------------------------------------------------------------------------------------------------

Jadi ketika dibuka itu alamat webnya malah muncul tersebut.

Mohon pencerahannya ya tuan-tuan, bagaimana cara menghilangkan notifikasi tersebut dan web mulus berjalan?


Terimakasih
 

galuh82

Hosting Guru
Verified Provider
muncul seperti itu biasanya web server tidak bisa baca script php, coba aktifkan modul phpnya. gut lak ..
 

pedagang

Hosting Guru
iya, curiga begitu, info hanya untuk memastikan
biasanya instalasi awal perlu perintah fix dan kadangkala juga reboot
Code:
sh /script/restart-all -y; sh /script/fix-all
 

Abang Noob

Poster 2.0
Hi tuan-tuan
saya punya sedikit masalah ni dengan web wordpress saya ketika migrasi ke VPS dengan panel kloxo-mr mungkin saya belumpaham betul.

Berikut masalah yang muncul jadi bukan tampilan websitenya:
------------------------------------------------------------------------------------------------------------
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
------------------------------------------------------------------------------------------------------------

Jadi ketika dibuka itu alamat webnya malah muncul tersebut.

Mohon pencerahannya ya tuan-tuan, bagaimana cara menghilangkan notifikasi tersebut dan web mulus berjalan?


Terimakasih

kemungkinan PHP nya (dan atau webserver) gak jalan.
cek di bagian service coba, apakah PHP dan webserver (apache/nginx/hiawatha) ijo ijo.
 

Juli

Poster 1.0
Skr sudah bisa diakses halaman depan webnya, kemudian saya akses wp-admin teradi error 500
kemudian saya fix seperti script di atas namun malah terjadi down domain tdk bisa diakses pdhal IP VPS berjalan lancar, saya coba reboot juga sama
 
Status
Not open for further replies.

Top