alchazin Posted April 12, 2010 Share Posted April 12, 2010 Minta bantuanya para master prestashop....saya sedang belajar buat toko online nih...saya mentok pada metode pembayaran....coba pake modul transfer antar bank ataupun modul BCA payment selalu muncul: Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. bagaimana cara mengatasinya....kira2 itu permasalahan di server hostingnya/back office/cpanelnya?saya menggunakan PS 1.2.5trims Link to comment Share on other sites More sharing options...
caparuni Posted April 12, 2010 Share Posted April 12, 2010 coba report ke hostingannya… ada lohh hosting yg ga boleh set permission 777btw biar ga pusing, coba mod-id... liat signature gw Link to comment Share on other sites More sharing options...
alchazin Posted April 12, 2010 Author Share Posted April 12, 2010 btw apa tuh permision 777maaf newbie Link to comment Share on other sites More sharing options...
caparuni Posted April 12, 2010 Share Posted April 12, 2010 panjang dah kalo di jelasin.... inti nya, dalam sebuah system biasanya ada user, nah user2 itu ada permission nya untuk mengakses sebuah direktori/filelengkap nya bisa baca di http://en.wikipedia.org/wiki/Filesystem_permissions Link to comment Share on other sites More sharing options...
jeffreywinmart™ Posted April 13, 2010 Share Posted April 13, 2010 @caparuni,Berbagi itu, memang benar memberikan kepuasan tersendiri!!Seperti juga dengan 2 orang moderator forum Prestashop bahasa Indonesia. Bisa menjadi terkenal di jagad maya.. Link to comment Share on other sites More sharing options...
alchazin Posted April 20, 2010 Author Share Posted April 20, 2010 thx, bantuannya...sudah terpecahkan masalahnya. Link to comment Share on other sites More sharing options...
caparuni Posted April 20, 2010 Share Posted April 20, 2010 @jeffreywinmart™setuju.... btw sejak kapan gw gak berbagi!@alchazinmantab sob.. Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted May 15, 2010 Share Posted May 15, 2010 buat tambahan ilmu saja. Sebenarnya simple solusinya. Chmod folder (folder saja) modules dan bankwire atau turunannya gmbcapayment dll ke 755. terus chmod semua php files (file saja) di dalam folder module pembayaran (bankwire dan turunannya) ke 644. Insya'Allah langsung sembuh. Link to comment Share on other sites More sharing options...
canifer Posted June 21, 2010 Share Posted June 21, 2010 buat tambahan ilmu saja. Sebenarnya simple solusinya. Chmod folder (folder saja) modules dan bankwire atau turunannya gmbcapayment dll ke 755. terus chmod semua php files (file saja) di dalam folder module pembayaran (bankwire dan turunannya) ke 644. Insya'Allah langsung sembuh. Terima kasih sudah memberi solusi, tapi tetap saja tidak bisa. Bisa dilihat di http://betashop.ilkomers.info/modules/bankwire/payment.phpMohon bantuannya Link to comment Share on other sites More sharing options...
caparuni Posted June 21, 2010 Share Posted June 21, 2010 solusi terakhir yah coba hubungi hosting mu Link to comment Share on other sites More sharing options...
cafeiklan.com Posted June 22, 2010 Share Posted June 22, 2010 btw apa tuh permision 777maaf newbie ini ada kode php lo mau cmod otomatisyang akan mencmode sebuah folder beserta sub foldersekaligus files dalam folder <?php function rchmod($parent, $dmod, $fmod) { if (is_dir($parent)) { $old = umask(0000); chmod($parent, $dmod); umask($old); if ($handle = opendir($parent)) { while (($file = readdir($handle)) !== false) { if ($file === "." or $file === "..") { continue; } elseif (is_dir($parent . '/' . $file)) { rchmod($parent . '/' . $file, $dmod, $fmod); } else { $old = umask(0000); chmod($parent . '/' . $file, $fmod); umask($old); } } closedir($handle); } } else { $old = umask(0000); chmod($parent, $fmod); umask($old); } } rchmod('folder/', 0755, 0644); ?> Catatan:ganti pada bagian " rchmod('folder/', 0755, 0644); " Link to comment Share on other sites More sharing options...
MaxindoTech Posted June 22, 2010 Share Posted June 22, 2010 seepp...smua info berguna :cheese: Link to comment Share on other sites More sharing options...
R4ph Posted April 6, 2012 Share Posted April 6, 2012 numpang tanya ... saya coba install di bca payment .. dah sett folder 755 dan file php ke 644 masih errror ya .... kira-kira salah dimana ya Link to comment Share on other sites More sharing options...
R4ph Posted April 6, 2012 Share Posted April 6, 2012 report errornya .. : The server encountered an internal error or misconfiguration and was unable to complete your request. Link to comment Share on other sites More sharing options...
dewasanjaya Posted May 15, 2013 Share Posted May 15, 2013 Server error The website encountered an error while retrieving http://localhost/asip/prestashop_1.5.3.1/prestashop/adminasip/index.php?controller=AdminHome&token=c4501afe27e3be7877d89d04f360a1e6. It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this webpage later.HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. newbie nih>>> ada yang bisa bantu saya pecahkan masalah ini tidak?localhost saya tidak dapat diakses please n thanks.... Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted May 17, 2013 Share Posted May 17, 2013 pastikan Xampp atau Wamp yang anda gunakan berjalan normal Link to comment Share on other sites More sharing options...
sjamsul73 Posted November 23, 2013 Share Posted November 23, 2013 gak usah pusing canya gampang klo muncul pesan itu lagi seperti yg sdh di bahasa di atas kesalahan terjadi pd file .htaccess..... solusi gampang dan langsung mak yus web anda langsung aja ganti file .htaccess menjadi >>>> xhtaccess dan liat hasilnya kinclong web terbuka kembali.... Link to comment Share on other sites More sharing options...
TriMurtis Posted February 10, 2021 Share Posted February 10, 2021 Minta bantuannya Master Prestashop... Saya Belajar dan Built web prestashop tiba2 back office ada notif seperti ini. Padahal saya tidak ubah apa2. Gimana cara mengatasinya? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now