After applying security patch and upgradint to v6.x-1.1, can not open Browscap Reports. System generates Fatal error: Call to undefined function browscap_load() in /path/to/drupal/root/includes/menu.inc on line 410.
What could be the possible reason for such error. Before update, everything was working smooth.
Comments
Comment #1
gregglesCan you try clearing the menu cache by visiting admin/build/modules or running update.php (even if there are no updates)?
Thanks.
Comment #2
j2b commentedThank you for your response. That did the trick. Flushed Menu cache by using Administration Menu module, and as well run update.php. Everything works.
Comment #3
gregglesThanks for reporting back, I added a notice about that to the project page and the release page.