I\'m reading a book called PHP 5 Advanced Techniques by Larry Ullman.
In Chapter 4, he introduces us to PEAR. After a long struggle I managed to get PEAR working with M
Enable display_errors in your php.ini so you get the actual error message.
display_errors
If it still doesn't work, enable log_errors so your script's errors are sent to a file or syslog.
log_errors