Artzoon Posted May 22, 2022 Share Posted May 22, 2022 Dears, when i choose checkout(Product successfully added to your shopping cart) for any product i saw error please check attached file to see error message can anyone help me to solve this problem? ContextErrorException.txt Link to comment Share on other sites More sharing options...
El Patron Posted May 22, 2022 Share Posted May 22, 2022 turn off ps debug mode, from what I could tell is this is just a notice and does not stop php script. after turning off debug, retest, if no issue checkout then it's a false positive. Link to comment Share on other sites More sharing options...
Artzoon Posted May 22, 2022 Author Share Posted May 22, 2022 1 hour ago, El Patron said: turn off ps debug mode, from what I could tell is this is just a notice and does not stop php script. after turning off debug, retest, if no issue checkout then it's a false positive. Thanks @El Patron now it is working, but is that error from debug mode? Link to comment Share on other sites More sharing options...
El Patron Posted May 22, 2022 Share Posted May 22, 2022 There are different levels of php notices, warnings, error. Error stops execution of code and probably affects functionality of shop, where notice does not. Ps debug mode should be dslisabled unless you are debugging issue that is impacting functionality. Link to comment Share on other sites More sharing options...
Artzoon Posted May 22, 2022 Author Share Posted May 22, 2022 34 minutes ago, El Patron said: There are different levels of php notices, warnings, error. Error stops execution of code and probably affects functionality of shop, where notice does not. Ps debug mode should be dslisabled unless you are debugging issue that is impacting functionality. Thanks for your best support and your information. Link to comment Share on other sites More sharing options...
Najam Sajid Posted July 30, 2024 Share Posted July 30, 2024 On 5/22/2022 at 11:43 PM, PrestaHeroes USA said: There are different levels of php notices, warnings, error. Error stops execution of code and probably affects functionality of shop, where notice does not. Ps debug mode should be dslisabled unless you are debugging issue that is impacting functionality. Hello sir. I have a question regarding this. How to resolve this issue like it show some notice in debug mode, because sometime it needs to be fixed to check other issues or see results of changes in debug mode. but if this notice is shown we can't be able to check other things. I had the same notice in product page. can you help or explain it? thank for your time. 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