In the admin/reports/browscap interface are 3 tabs named "All user agents", "Browsers" and "Crawlers". To the right of "Crawlers" is an additional blank tab which points to admin/reports/browscap/useragent/

Comments

greggles’s picture

Title: Extra blank tab in admin/reports/browscap interface » Extra blank tab in admin/reports/browscap interface and/or php notice from hook_menu

I do get an error message:

notice: Undefined offset: 4 in /var/www/d6/includes/menu.inc on line 576.

But I don't see a blank tab. That callback is defined so you can have pages like example.com/admin/reports/browscap/useragent/Firefox%2B3.5

greggles’s picture

Priority: Minor » Normal

Now I see it! The garland theme hides the tab when it doesn't have any content in the link but it's still in the HTML as:

<li ><a href="/admin/reports/browscap/useragent/"></a></li>

Bummer.

greggles’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DD 85’s picture

Version: 6.x-1.0 » 7.x-2.0
Status: Closed (fixed) » Active

Can not open the path admin/reports/browscap and admin/reports/browscap/useragent
7.x-2.0

Devin Carlson’s picture

Version: 7.x-2.0 » 6.x-1.0
Status: Active » Closed (fixed)

User agent recording was removed from Browscap in #1795920: Remove useragent recording functionality.