Post by jeanvallis » Wed May 25, 2016 3:41 pm

salam untuk para master2 opencart,

saya mengalami masalah pada saat migrasi dari jasa hosting ke jasa VPS. website saya mengalami pesan error "http error 500" kira2 apa permasalahannya yah?

Newbie

Posts

Joined
Tue May 03, 2016 11:38 am

Post by screenager8 » Wed Jun 01, 2016 9:21 am

Copas dari OpencartNews

Set your “Output Compression Level” to 0 in the System > Settings > Server tab.
Then open php.ini and add code below:

Code: Select all

display_errors = 1;
error_reporting = E_ALL;
log_errors = 1;
If your server not read the php.ini, we will use an alternative method. Open index.php and add code below at the top (line 2):

Code: Select all

ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
Itu baru untuk menampilkan errornya dimana. Cek file yg tercantung di error tsb.
Klu sdh LIVE, kode tambahan itu di-delete ya

Image

Bukatoko.com | Cara mudah & cepat punya toko online!


User avatar
Active Member

Posts

Joined
Sat Nov 28, 2009 5:45 pm
Location - Jakarta, Indonesia
Who is online

Users browsing this forum: No registered users and 26 guests