Package: Error Talk Summary: Track and log PHP runtime errors Groups: Debug, PHP 5 Author: Mohamed Elmahdy Description: This class can track and log PHP runtime errors… Read more at http://www.phpclasses.org/package/6881-PHP-Track-and-log-PHP-runtime-errors.html View full post on PHP Classes: Latest entries [...more]
I wrote about MySQL Error Messages before and as you might guess I’m not very happy with quality for error messages it produces. Now I’m revisiting this subject with couple of more annoying examples I ran into during last couple of days. mysql> drop database test; ERROR 1010 (HY000): Error dropping database (can't rmdir './test/', [...] [...more]
Package: Error Logging Summary: Handle PHP fatal and non-fatal execution errors Groups: PHP 5, Utilities and Tools Author: Nitesh Apte Description: This class can be used to handle PHP fatal and non-fatal execution errors. It registers an error handler that is capable of a backtrace with the list of functions and arguments used to call [...] [...more]
Linux Superblock is an important data structure of its file system. The Superblock comprises of basic information, like file system size, type, status (mounted or umounted) etc. The file system manager uses this information to maintain the file system. The file system size described in Superblock should match with the actual one or otherwise, the [...] [...more]
Like other computer operating systems, Linux also indicates system problems in the form of error messages. The problems may occur at startup or while working on your system. In some error messages, the actual cause of the problem and possible solution is provided. However, some errors do not contain any suggestions. They just include some [...] [...more]