Opencart – Dealing With Errors
Last Updated on Thursday, 11 April 2013 08:24 Written by Joe Stenhouse Sunday, 14 April 2013 12:00
Normal Errors
These errors are what you will see show up in the Opencart Error Log or even on your browser screen “depending upon your error reporting settings” and they always have tale tell signs. They normally have a consistent execution so therefore they are easier to solve. If you are not versed in PHP then we recommend you using the Opencart Forums or the Arvixe forums to get information in order to discern your error. There are thousands and thousands of postings on the most common errors you will see in Opencart. While some errors won’t really cause your website harm they are all worth getting rid of to ensure clean execution and maximum server efficiency. NOTE:
Learn MoreHow to See MySQL Query Errors in PHP
Last Updated on Tuesday, 20 November 2012 12:45 Written by Richi González Thursday, 22 November 2012 12:00
Hello,
Some people create queries that do not work and don’t have a clue why they don’t, as no error is displayed. I’ll show you how to display the MySQL error, if any, when the query is run. A must know for programmers. Great tool for debugging queries.
1. Open the file where you have your query. For this article, I will be using the following code:
Learn MoremojoPortal Tips: 5 Most Frequent “Gotcha!” Install Moments
Last Updated on Tuesday, 23 October 2012 03:52 Written by Carole Bennett Thursday, 25 October 2012 12:00
mojoPortal is a great content management system, and for the most part, really easy to install and configure. However, there are certain scenarios that happen so frequently, that they deserve their own “Top 5″ list. Let’s cover them, and explain how to get past them.
1. Folder permissions –
Learn MoreHow to Get More Detailed Errors in IIS
Last Updated on Sunday, 20 November 2011 12:41 Written by Arian Jahansouz Monday, 17 October 2011 01:37
This article will give you a step by step guide on how to get more detailed errors in IIS within the new control panel of WebsitePanel.
Sign into your WebsitePanel and follow these steps:
1) Click Websites
Learn MoreMost Common Error Codes in cPanel
Last Updated on Sunday, 30 January 2011 01:01 Written by Naveed Ashraf Friday, 21 January 2011 11:24
Applied on: cPanel Hosting
Here, I will describe many common error codes in cPanel. We may use these error codes to specify our own custom error pages through the .htaccess file. For example, suppose you want to a customize a page for anyone who experiences an internal server error, you would put this in the .htaccess file:
Learn More
Recent Comments