ZF2-315: Warning in ViewManager about HelperLoader
Description
I did some job as the guide:http://packages.zendframework.com/docs/latest/…, unforturnaly, it appears warning. env: php5.3.3 / linux
// In some module configuration, or a config/autoload/ configuration file: return array( 'view_manager' => array( 'helper_map' => array( 'Zend\Form\View\HelperLoader, ), ), );
Warning: in_array() expects parameter 2 to be array, object given in /home/bright/site/interactive/vendor/Zend/Mvc/View/ViewManager.php on line 182 Warning: array_unshift() expects parameter 1 to be array, object given in /home/bright/site/interactive/vendor/Zend/Mvc/View/ViewManager.php on line 183
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2012-05-29T19:29:46.000+0000
This is fixed in master currently.