1

嗨,我尝试使用 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"

如此困惑需要帮助!

4

2 回答 2

0

所以你得到这个错误 - '无法解析插件“useragent”你为什么不试试这个问题中提到的解决方案..它也处理这个“useragent”插件错误 - 在zend中设置wurfl时出现异常

也看看这篇文章 -使用 Zend 实现 WURFL 时出错

于 2012-07-04T11:36:36.840 回答
0

我已经在此链接中给出了使用 zend 实现移动布局的步骤

好心检查

于 2012-07-04T13:05:54.357 回答