How-to articles, tricks, and solutions about ERROR
Here is a snippet that will help you to deal with a common PHP undefined offset error. Here, you will find three methods that help to avoid such an error.
Often errors occur while executing a PHP application. Read this snippet to learn how to overcome difficulties and display such errors with the help of PHP.
The "invalid argument supplied for foreach()" is considered a common PHP error. With the help of this tutorial, you will figure out how to resolve it.
This short tutorial is dedicated to a common PHP issue "cannot use object of Type stdClass as an array". Read on to find the most accurate solutions.
Read this JavaScript tutorial and learn useful information about the two methods that are used in programming to get stack trace when throwing an exception.
With the help of this snippet, you can learn how to log errors and warnings in a file in PHP. Go ahead and check out the examples.
Read this tutorial and learn about the role of console object in JavaScript and, also, learn the way of printing the message to the error console easily.
In this tutorial, we will show you handy solutions to implement once you encounter the fatal error: maximum execution time of 30 seconds exceeded in PHP.
In PHP, notices are known as “soft errors”. However, at times developers want to turn them off. Here, we will show you how to act to turn off PHP notices.
The @ sign is one of the common used ones in programming. Let’s discover how it can be used in PHP together. Read on the snippet and check the examples.
In this short tutorial, we are going to represent to you how to find where the PHP error log is located.