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?
Copas dari OpencartNews
Set your “Output Compression Level” to 0 in the System > Settings > Server tab.
Then open php.ini and add code below:
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):
Itu baru untuk menampilkan errornya dimana. Cek file yg tercantung di error tsb.
Klu sdh LIVE, kode tambahan itu di-delete ya
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;
Code: Select all
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
Klu sdh LIVE, kode tambahan itu di-delete ya
Bukatoko.com | Cara mudah & cepat punya toko online!
Who is online
Users browsing this forum: No registered users and 1 guest