Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

error / exception handling

posted by netpork 7 years ago
fCore::enableErrorHandling(DOC_ROOT . '/log/errors.log');
fCore::enableExceptionHandling(DOC_ROOT . '/log/exceptions.log');

Tried using that, errors or unhandled exceptions never logged, log directory is writeable. Is there any modification to php.ini I have to do, or the version of php that I am using *PHP 5.3.2* is causing problems?