robebbers Posted September 26, 2018 Share Posted September 26, 2018 hello everyone i have a small problem with the checkout on the webshop of my company. when you checkout it gives the http error 500 (started happening around a week ago now cannot find anything on the web ) any fix for this greetings rob Link to comment Share on other sites More sharing options...
robebbers Posted September 26, 2018 Author Share Posted September 26, 2018 i may add i dont have ftp acces i run ftp thru a module Link to comment Share on other sites More sharing options...
prestamonste Posted September 26, 2018 Share Posted September 26, 2018 Hi there, In your case, please access to your server (via ftp or cpanel), open the file: your_site/config/defines.inc.php Change the value: _PS_MODE_DEV_ from: define('_PS_MODE_DEV_', false); to: define('_PS_MODE_DEV_', true); After that go to checkout page and double test, the error will be shown. Link to comment Share on other sites More sharing options...
robebbers Posted September 26, 2018 Author Share Posted September 26, 2018 the problem is that that file doesnt excist in the file list at the ftp module Link to comment Share on other sites More sharing options...
prestamonste Posted September 26, 2018 Share Posted September 26, 2018 In this case, you need to go to function of module (hook or use for checkout page) and add debug code for each line code. It spends more time. Link to comment Share on other sites More sharing options...
robebbers Posted September 26, 2018 Author Share Posted September 26, 2018 and how do i do that Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 26, 2018 Share Posted September 26, 2018 3 hours ago, robebbers said: and how do i do that PS version please ? Link to comment Share on other sites More sharing options...
robebbers Posted September 26, 2018 Author Share Posted September 26, 2018 1.6.1.20 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