If you want to display errors of your OpenCart project for better development then please follow any one the methods:
1. Please open php.ini file in the root folder then find
;display_errors = 1
replace with
display_errors = 1
Similarly find ;error_reporting = E_ALL
replace with:
error_reporting = E_ALL
2. Login to admin
Please visit: system->setting and edit store
Please go to server tab and enable Display Errors options to yes.
3. Open your index.php file from root folder or in admin folder
place these lines of codes at the very top after <?php
ini_set('display_errors', 1);
ini_set('display_startup_errors',1);
error_reporting(E_ALL);
Please contact us for any kind of module / extension/ theme development or customization, any kind of API integration, payment gateway integration, shipping method integration.
Thanks & regards
Md Soliman Faragy (sfaragy)
Skype: solimanbd4321
email: solimankhulna@gmail.com
https://www.bangloss.com
If the above suggestion must be used, ensure to run these on a development environment. Not for development purposes on a live server.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 1 guest