php - Having http error 500 in checkout success page of opencart -


i having http server error 500 in checkout/success page of opencart website. trying incorporate customised shipping integration code in controller file checkout/success.php in need save couple of xml files on server after order placed successfully.
is there settings in opencart prevents opencart work xml?
i not able find because no error except 500. using opencart 2.0.1.0 version.

i need resolve issue soon. appreciated.

thanks,

matt right here. first thing when debugging 500 server errors in opencart look server's error log , find exact error message.

if there aren't any, may need enable them explicitly adjusting error_reporting, display_errors , log_errors settings in php configuration. can temporarily change them in main index.php file directly.

once know exact error message, fixing simple process.

we've covered of common opencart error messages causing 500 server errors in our blog post: server errors , blank pages in opencart: common causes.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -