This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
When for whatever reason we use a "navigator.xml" file and it doesn't exists, an exception is throw and still with the error_handler as _loadFileErrorHandler instead of our error_handler.
This caused some bugs on our application.
Our Solution/workaround: Catch that exception; restore error_handler; continue.
When for whatever reason we use a "navigator.xml" file and it doesn't exists, an exception is throw and still with the
error_handler
as_loadFileErrorHandler
instead of ourerror_handler
.This caused some bugs on our application.
Our Solution/workaround: Catch that exception; restore error_handler; continue.