Closed (duplicate)
Project:
Administration menu
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2009 at 10:41 UTC
Updated:
4 Nov 2012 at 23:50 UTC
sorry, I don't know if this is a problem of another Module but it disappears when I deactivate the admin menu.
on the /user page, you are not logged in, the page-title, the title-tag and the breadcrumb showing a string like 1 / 0 <img src="/sites/all/modules/admin_menu/images/icon_users.png" width="16" height="15" alt="
you can find it on multiple Drupal sites via google
Comments
Comment #1
loominade commentedthe same bug appears under
admin/user/userComment #2
Asoahc commentedComment #3
Asoahc commentedComment #4
Souvent22 commentedDo you have menu_breadcrumbs or some other breadcrump module installed?
Comment #5
loominade commentedyes!
Comment #6
loominade commentedfound a fix here: #279767: User counter is output on login page for anonymous users
Comment #7
sunComment #8
extensive commentedGo to ftp and edit below file
your error will not display.
sites/all/modules/admin_menu/admin_menu.module
comment line of $icon_users = '
Comment #9
doublejosh commentedI disabled Admin Menu entirely and still get this error.
Comment #10
anthony0perez commentedextensive I did what you said and it sorta works. Need to get the original title if possible. Still has the number of users and logged in users shown.
I disabled my module and it goes away. So.... Might need to figure this out on my own. Will follow and post back.