您好,我試圖將我的zend應用程序轉換爲使用Wurfl插件導致錯誤的移動版本。 出現的錯誤是:Zend Framework移動版
致命錯誤:未收集異常'Zend_Application_Bootstrap_Exception'帶消息'Unable to resolve plugin'useragent「; (在/opt/zend/library/Zend/Application/Bootstrap/BootstrapAbstract.php:330堆棧跟蹤:#0 /opt/zend/library/Zend/Application/Bootstrap/BootstrapAbstract.php(380) :Zend_Application_Bootstrap_BootstrapAbstract-> getPluginResource('useragent')#1 /opt/zend/library/Zend/Application/Bootstrap/BootstrapAbstract.php(392):Zend_Application_Bootstrap_BootstrapAbstract-> getPluginResources()#2/opt/zend/library/Zend/Application /Bootstrap/BootstrapAbstract.php(622):Zend_Application_Bootstrap_BootstrapAbstract-> getPluginResourceNames()#3 /opt/zend/library/Zend/Application/Bootstrap/BootstrapAbstract.php(583):Zend_Application_Bootstrap_BootstrapAbstract - > _ bootstrap(NULL)#4/opt/zend/library/Zend/Application.php(355):Zend_Application_Bootstrap_BootstrapAbstract-> bootstrap(NULL)#5 /var/www/myapp/public/index.php(25):Zend_Application-> bootstrap()#6 {main}拋出在/opt/zend/library/Zend/Application/Bootstrap/BootstrapAbstract.php上線330
我的WURFL的application.ini配置爲:
resources.useragent.wurflapi.wurfl_api_version = 「1.1」 resources.useragent.wurflapi.wurfl_lib_dir = APPLICATION_PATH「/../library/wurfl-php-1.1/WURFL /」 resources.useragent.wurflapi.wurfl_config_file = APPLICATION_PATH 「/configs/wurfl-config.php」
如此混淆需要幫助!
嗨解決方案也不工作,我目前的Zend框架版本是1.11,但仍然無法工作 – d3bug3r