Gabzmc 0 Report post Posted September 25 (edited) Hi, I'm currently doing the shopping cart tutorial in studioweb projects. Minor errors appear whenever I add items to the cart and i'm using php 7.2.10. I'll add the screenshot below. I've tried to solve it but the errors won't go away. Edited September 26 by Gabzmc Share this post Link to post Share on other sites
administrator 165 Report post Posted September 26 Copy the error messages, and search for them in Google ... this will lead you to your answer. It could be one of many things depending on your code. Most errors are typos or some configuration issue. Programmers have to become detectives and learn to track down the source of the errors ... because each one is different. Hope that helps. Stef Share this post Link to post Share on other sites
alexlaxton 4 Report post Posted November 12 On 9/26/2019 at 10:42 PM, administrator said: Copy the error messages, and search for them in Google ... this will lead you to your answer. It could be one of many things depending on your code. Most errors are typos or some configuration issue. Programmers have to become detectives and learn to track down the source of the errors ... because each one is different. Hope that helps. Stef Yes, admin, you are right sometimes there might be an issue on configuration not in our code but when you don't get a code, you have to take help from google because Google has a solution for every problem. Share this post Link to post Share on other sites