Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
device_detector | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZ Publish 4.x extension, which detects user devices using external APIs
Regenerate eZ Publish autoloads and clear eZ Publish ini caches:
$ cd EZP-ROOT
$ php bin/php/ezcache.php --clear-tag=ini
$ php bin/php/ezpgenerateautoloads.php
Provide write access for cache directories (it is required only for WURFL):
$ chmod 0777 -R extension/device_detector/resources/WURFL/storage/persistence
$ chmod 0777 -R extension/device_detector/resources/WURFL/storage/cache
Install "php5-sqlite" package (it is required only for DetectRight http://stackoverflow.com/questions/4608863/setting-up-sqlite3-pdo-drivers-in-php):
$ sudo apt-get install php5-sqlite
{fetch( 'device_detector', 'wurfl' )|attribute( 'show' )}
{fetch( 'device_detector', 'detect_right' )|attribute( 'show' )}
{fetch( 'device_detector', 'device_atlas' )|attribute( 'show' )}