使用Zend和WURFL的ID没有设备

时间:2015-06-25 08:58:47

标签: zend-framework wurfl

我已经将WURFL 1.6.0与Zend集成,每一件事情都顺利它检测到桌面但是在Android的情况下我得到了这个错误。在深入挖掘我发现我的dir数据/ wurfl / cache没有加载我已经给予777许可的任何数据,但它仍无法正常工作。

[25-Jun-2015 09:39:09] PHP Fatal error: 
 Uncaught exception 'Exception' with message 'There is no device with ID [generic_android_ver4_4] in the loaded WURFL Data' in /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/CustomDeviceRepository.php:108
Stack trace:
#0 /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/CustomDeviceRepository.php(211): WURFL_CustomDeviceRepository->getDevice('generic_android...')
#1 /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/WURFLService.php(146): WURFL_CustomDeviceRepository->getDeviceHierarchy('generic_android...')
#2 /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/WURFLService.php(62): WURFL_WURFLService->getWrappedDevice('generic_android...', Object(WURFL_Request_GenericRequest))
#3 /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/WURFLManager.php(90): WURFL_WURFLService->getDeviceForRequest(Object(WURFL_Request_GenericRequest))
#4 /var/www/vhosts/mobiletocash.co.uk/httpdocs/library in /var/www/vhosts/mobiletocash.co.uk/httpdocs/library/wurfl-php-1.6.0.1/WURFL/CustomDeviceRepository.php on line 108

$resourcesDir            = dirname(__FILE__) . '/../../data/wurfl/';

$wurfl['main-file']      = $resourcesDir  . 'wurfl.xml';
$wurfl['patches']        = array($resourcesDir . 'web_browsers_patch.xml');

$cache['provider']       = 'Null';
//
$persistence['provider'] = 'File';
$persistence['dir']      = $resourcesDir . '/cache/';


$configuration['wurfl']       = $wurfl;
$configuration['persistence'] = $persistence; 
$configuration['cache']       = $cache;

如果我给$ cache [' provider'] = null; 它引发了另一个例外。尝试使用$ persistence ['提供商'] ='文件&#39 ;;但没有用

1 个答案:

答案 0 :(得分:0)

据我所知,它看起来好像WURFL文件没有正确加载(可能是目录不可写)或者已经过时了。您很可能需要删除持久性目录并重新加载WURFL API。