You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
I am reporting a bug against Zend Framework in regards to a IcingaWeb2 if a bug report hasn't been reported by Icinga folks. See below:
Server error: The use statement with non-compound name 'Zend_View_Helper_FormElement' has no effect
#0 /usr/share/icingaweb2/library/vendor/Zend/Loader/PluginLoader.php(397): Icinga\Application\ApplicationBootstrap->Icinga\Application{closure}(2, 'The use stateme...', '/usr/share/icin...', 4, Array) #1 /usr/share/icingaweb2/library/vendor/Zend/Loader/PluginLoader.php(397): Zend_Loader_PluginLoader::load() #2 /usr/share/icingaweb2/library/vendor/Zend/View/Abstract.php(1168): Zend_Loader_PluginLoader->load('FormNumber') #3 /usr/share/icingaweb2/library/vendor/Zend/View/Abstract.php(610): Zend_View_Abstract->_getPlugin('helper', 'formNumber') #4 /usr/share/icingaweb2/library/vendor/Zend/Form/Decorator/ViewHelper.php(240): Zend_View_Abstract->getHelper('formNumber') #5 /usr/share/icingaweb2/library/vendor/Zend/Form/Element.php(2048): Zend_Form_Decorator_ViewHelper->render('') #6 /usr/share/icingaweb2/library/vendor/Zend/Form/Decorator/FormElements.php(115): Zend_Form_Element->render() #7 /usr/share/icingaweb2/library/vendor/Zend/Form.php(2974): Zend_Form_Decorator_FormElements->render('\n
The text was updated successfully, but these errors were encountered:
ZF1 has no use statements, so by following the stack trace i found icinga2 has them especially the one you encountered. I guess it happens because it is the only use statement and that means one would not even have to write it there. I also think that this error comes up because the error level includes E_WARNING which this error is of.
Hello,
CentOS7
PHP5.6.9
I am reporting a bug against Zend Framework in regards to a IcingaWeb2 if a bug report hasn't been reported by Icinga folks. See below:
Server error: The use statement with non-compound name 'Zend_View_Helper_FormElement' has no effect
#0 /usr/share/icingaweb2/library/vendor/Zend/Loader/PluginLoader.php(397): Icinga\Application\ApplicationBootstrap->Icinga\Application{closure}(2, 'The use stateme...', '/usr/share/icin...', 4, Array)
#1 /usr/share/icingaweb2/library/vendor/Zend/Loader/PluginLoader.php(397): Zend_Loader_PluginLoader::load()
#2 /usr/share/icingaweb2/library/vendor/Zend/View/Abstract.php(1168): Zend_Loader_PluginLoader->load('FormNumber')
#3 /usr/share/icingaweb2/library/vendor/Zend/View/Abstract.php(610): Zend_View_Abstract->_getPlugin('helper', 'formNumber')
#4 /usr/share/icingaweb2/library/vendor/Zend/Form/Decorator/ViewHelper.php(240): Zend_View_Abstract->getHelper('formNumber')
#5 /usr/share/icingaweb2/library/vendor/Zend/Form/Element.php(2048): Zend_Form_Decorator_ViewHelper->render('')
#6 /usr/share/icingaweb2/library/vendor/Zend/Form/Decorator/FormElements.php(115): Zend_Form_Element->render()
#7 /usr/share/icingaweb2/library/vendor/Zend/Form.php(2974): Zend_Form_Decorator_FormElements->render('\n
The text was updated successfully, but these errors were encountered: