Jessmoreno Posted April 6, 2020 Share Posted April 6, 2020 Hi guys, anyone of you who can help me on my site. After the check out process , I get the confirmation error "Currently unable to handle this request.HTTP ERROR 500" Kindly help me on this matter.. Thank you Link to comment Share on other sites More sharing options...
NemoPS Posted April 6, 2020 Share Posted April 6, 2020 you need to turn on Debug from the advanced parameters in the back office. Or, if you are on 1.6, set PS_MODE_DEV to true in config/defines.inc.php Link to comment Share on other sites More sharing options...
Jessmoreno Posted April 6, 2020 Author Share Posted April 6, 2020 Thank you for your reply nemo. I tried PS_MODE_DEV to true in config/defines.inc.php, all pages are in error.. Anyway to address other option for this issue. Here is the code from the back end that i tried to replace /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false); } /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); if (_PS_MODE_DEV_ === true) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); Link to comment Share on other sites More sharing options...
Prescol Posted April 7, 2020 Share Posted April 7, 2020 Check the error log file within your hosting provider admin panel. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted April 11, 2020 Share Posted April 11, 2020 Does the error actually display? If not you can check the error log as Prescol said. If they are displaying, take a screenshot and post it. 1 Link to comment Share on other sites More sharing options...
Jessmoreno Posted April 12, 2020 Author Share Posted April 12, 2020 On 4/11/2020 at 9:34 PM, NemoPS said: Does the error actually display? If not you can check the error log as Prescol said. If they are displaying, take a screenshot and post it. Thank You NemoPS. It's now corrected Link to comment Share on other sites More sharing options...
Prescol Posted April 13, 2020 Share Posted April 13, 2020 Please, post your solution so others with similar issues can check. Link to comment Share on other sites More sharing options...
Jessmoreno Posted April 13, 2020 Author Share Posted April 13, 2020 10 minutes ago, Prescol said: Please, post your solution so others with similar issues can check. Because I can’t find the error no matter how I tried the option, still error came up. I just repeated the process from installation ,design and posting new products. But really thankful for you guys who help me 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