Postponed (maintainer needs more info)
Project:
Mobile Theme
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 19:49 UTC
Updated:
2 May 2011 at 14:59 UTC
Every page results in the following error:
Warning: get_browser() [function.get-browser]: browscap ini directive not set in mobile_theme_detect_getbrowser() (line 90 of /home/ww7ba/mobilesoftwaredev.com/sites/all/modules/mobile_theme/mobile_theme.module).
Consequently, the module fails to detect a mobile browser and displays the standard page.
Comments
Comment #1
robloachChange the discovery method in the settings... Youre using get_browser, so it expects browscap ini to be there, like it says.
Comment #2
robloach7.x-1.2 would help too. Try the PHP detection method instead.