嗨,我尝试使用 Wurfl 插件将我的 zend 应用程序转换为移动版本,导致错误。出现的错误是:
致命错误:未捕获的异常“Zend_Application_Bootstrap_Exception”,消息“无法解析插件“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):
我的 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"
如此困惑需要帮助!