Closed (duplicate)
Project:
Mobile Tools
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2013 at 03:43 UTC
Updated:
15 Oct 2013 at 16:26 UTC
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
Comment #1
z1pp3r commentedI'm having the same issue. have you been able to resolve?
Cheers!
Comment #2
z1pp3r commentedI 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!
Comment #3
gregglesSeems like a duplicate of #1835750: Call to undefined function browscap_get_browser() in ... mt_browscap.module on line 20.