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

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

Change the discovery method in the settings... Youre using get_browser, so it expects browscap ini to be there, like it says.

robloach’s picture

7.x-1.2 would help too. Try the PHP detection method instead.