Seeing errors when trying to use a website?
Our websites use a wide range of technologies, all of which can generate errors under certain circumstances. The most common sources are: PHP A PHP error occurs when a page is not coded properly, or when it encounters a situation that hasn’t been tested for. This type of error shows up most often when a site is being developed or upgraded. The errors are logged and will be promptly addressed. SQL An SQL error occurs when a query sent to the database (inserting or extracting data) contains invalid values. These errors are the most serious and are reported to us immediately. JavaScript JavaScript runs in your browser after the page has loaded. It’s used mostly to provide an interactive interface, and to check form input values for missing or invalid values. Each browser has it’s own ‘engine’ for JavaScript and they’re not always equivalent.