Try the below steps. 1. Open the system folder in root folder of your opencart. 2. Open the startup.php. 3. Comment the below code error_reporting(E_ALL); 4.Add ini_set('display_errors', 'Off'); in index.php 5. Now refresh your cart page.
Let me know did you tried both solutions what i mentioned, and if your not find any solution by using above tips, let me know i will try other solution for you...
It doesnt work for me. OC 1.5.2.1
ReplyDeleteTry the below steps.
Delete1. Open the system folder in root folder of your opencart.
2. Open the startup.php.
3. Comment the below code
error_reporting(E_ALL);
4.Add ini_set('display_errors', 'Off'); in index.php
5. Now refresh your cart page.
this is not working
ReplyDeleteDid u tried both the solutions what i mentioned?
DeleteHi Ranjita,
ReplyDeleteLet me know did you tried both solutions what i mentioned, and if your not find any solution by using above tips, let me know i will try other solution for you...
Go to index.php of your open cart and commant the set_error_handler('error_handler'); line
ReplyDelete