Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0 RC1
-
Fix Version/s: 1.0.0 RC3
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
Description
The examples, which are almost the same, read :
$errors = $this->_getRequest('error_handler');
which should be :
$errors = $this->getRequest()->get('error_handler');
Note: the sections are
in source file Zend_Controller-Plugins-ErrorHandler.xml
- 7.10.5.1.1. Using the ErrorHandler as a 404 Handler
- 7.10.5.1.3. Error Controller Example
in source file Zend_Controller-Plugins-ErrorHandler.xml