PHP Error Handling
Free and open source Error Handling Scripts. Some useful method for your site to get errors in time easily, such as 404 page.-
Log watcher is meant to poll log files and take any newly added lines and send them to a given watcher e-mail address.Although Log watcher can be used to poll any type of log files, it was developed with the intention to overcome a limitation of the PHP error trapping system that is not able to capture certain types of ...
-
Type Hint Class replaces the current PHP error handler, that performs enhanced type checking of the types of parameters when functions are called.Several classes are provided to perform type checking of parameters of base types: boolean, float, integer, string, resource, callable.There are additional classes for strict type checking of float and string values. These classes do not accept values of ...
-
Flash Img can be used to display images that show a progress bar where they appear in an HTML page while the images are being loaded. The images are actually loaded using a Flash animation applet that can load any image.Since the images are not loaded directly by the browser, this class can be used to make it difficult for ...
-
Log class can be used to create log files. The log files can be formatted with text messages and format macros that can simplify the generation of the messages with line breaks and counter values.Log class can automatically create the log files and the directories where the files will be stored. It also provide means to clean up log files ...
-
Log Writer and Reader can add new activity log records into a given MySQL table. Log Writer and Reader can log details like the type of log reference, an error message, the HTTP referrer URL, the remote user address, the logged user identifier, etc..Log Writer and Reader can also retrieve log entries from the database table and return them in ...
-
An error handler callback function that may execute several types of actions when a PHP runtime error is triggered, is provided.Currently Error Handler Class can either log the errors to a file, send a message to a given e-mail address, or show the error details on the current page if the user is a developer accessing the site from machine ...
-
Messages about an incident that occurred, are composed and sent to a specified recipient.The message includes details about the error such as the script name, the error line number, the current request script, the user IP address, the request referrer, the user browser and a backtrace of the stack of functions that triggered the error.Requirements:PHP 5.0 or higher
-
Package Exception Error sets the PHP error handler function to point to a class function that will throw exceptions when an error occurs. Exceptions of different classes are thrown according to the type of PHP errors.All exception classes are derived from a common base class that can return the details about the script and the line of the code on ...
-
Error Management provides scripts for generating pages to add, search, list and edit reports of error occurrences. The occurrence records get stored in a MySQL database.Requirements:PHP 4.0 or higher
-
Easy Logging can add activity entries to a log database table. It logs the activity prority level and class, the remote user identifier (if logged) and its computer IP address. Optionally Easy Logging can send e-mail about the activities being logged to a given e-mail address. Log entries can also be displayed as an HTML table. Requirements:PHP 3.0 or higher
-
A Flash canvas movie displays a drawing area on which the user can draw a picture with brushes of different colors and and thicknesses.When the user wants the save the drawing, the Flash movie sends the list of the brush strokes to the server. A JPEG image representing a copy of the user drawing is being generated.Requirements:PHP 4.0 or higher
-
Apache or MySQL log files can be opened, parsed and several details can be extracted. The extracted log file details are returned by My Error Log Parsing in PHP in arrays.Requirements:PHP 5.0 or higher
-
error_manager is a simple class that can be used to keep track of multiple application error messages. It can add error messages to a list that can be retrieved and displayed later.The code can be easily be customized to suit your needs.
-
Feighens Error Class can be used to display application errors in HTML pages. The constructor function takes an application error message string that is displayed along with a dump of the request POST or GET variables.If possible, Feighens Error Class also shows a backtrace of all functions that were called to reach the point where the error is triggered, as ...
-
Event Logger can be used to log events to a MySQL database or a file. It can add event entries to a log that later may be stored in a file or a MySQL database.The logged entries follow a configurable template that defines the number and types of details that each entry contains. Event Logger may also parse and extract ...

