I have tried activating Browscap with mobile tools 2 times and each time get the fatal error that bugs the site completely:

Fatal error: Call to undefined function browscap_get_browser() in /home/jefferis/public_html/sites/all/modules/mobile_tools/modules/mt_browscap/mt_browscap.module on line 20

I have to remove the browscap plugin and update.php to get the site back from the brink. Drupal 6.28

Comments

z1pp3r’s picture

I'm having the same issue. have you been able to resolve?

Cheers!

z1pp3r’s picture

I was able to fix with the advice on the following link. http://drupal.org/node/1835750

more specifically:

by adding

drupal_load('module', browscap);

to the mt_browscap.module file to ensure it's being loaded.

Cheers!

greggles’s picture

Project: Browscap » Mobile Tools
Status: Active » Closed (duplicate)