我使用zf工具创建了一个新的ZF1应用程序(1.12.0),如下所示:
zf create project test
然后,我启用了如下布局:
zf enable layout
当我启用newrelic时,我遇到了这个错误:
PHP Error:
Uncaught exception 'Zend_Layout_Exception' with message 'Invalid method 'getmodulename' called on layout action helper' /usr/local/zend/share/ZendFramework/library/Zend/Layout/Controller/Action/Helper/Layout.php : 184
Run Code Online (Sandbox Code Playgroud)