こんにちは、Wurfl プラグインを使用して zend アプリケーションをモバイル バージョンに変換しようとしたところ、エラーが発生しました。表示されるエラーは次のとおりです。
致命的なエラー: キャッチされない例外 '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):
私の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"
混乱して助けが必要!!!