Takes over page title on the user login page
| Project: | Language Icons |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Hi,
I've tested this module, and found this bug after using it for some days, apparently it takes over the $title of the page, but only on the /user page (login) apparently, if you go to /user/password , everything is fine.
I get this as page title (both in the browser title and inside the <h1> tag) :
1 / 0 <img src="/asokhoah/sites/all/modules/admin_menu/images/icon_users.png" width="16" height="15" alt="Current anonymous / authenticated users" title="Current anonymous / authenticated users" /> | Asociacion Khoah
Veeery weird. My non-developer guess its that there's a conflict with the $title variable that the theme gets. I'm using a Zen subtheme (6.x-1.0-beta2), however I don't think it's the theme causing the problem because I also see the issue using garland.
Hope this is enough to hunt down this one, but do let me know if further info is needed :)

#1
I'm fairly sure, though, that something else is interfering here. Does the error go away if you disable Language Icons?
#2
I disabled adding icons in /admin/settings/language/configure/icons , where it says:
And un-ticked both, same thing happens. I forgot to mention that i have the Icon placement option here set to Replace, so I changed that to Before to see, but same thing happens.
While I was at it, I noticed that the nonsense it prints goes into the admin_menu module dir for some reason, so I went ahead and disabled the module just to see what happens, and in this case, the same thing happens, only this time i get just this as the title:
icon_usersOK, so last thing I should have checked before starting this issue, is to disable the Language Icons module, clear the cache, and see if I still get the error, which I did, and I still get the error,... so I completely deinstalled the module, and I still see the error, so perhaps this doesn't have to do with this module? If it's the case I'm sorry to cause alarm... don't know what's causing this though :S
Also, I have Users Picture support disabled, i enabled it, but same thing... any ideas?
#3
Sorry, I have no clue. :/ My guess as to your best bet would be to make a forum post and ask about it.
(Also, just for the record. When I said "disable Language Icons", I meant the module, not the icons on their own.)
#4
OK, thanks! and sorry again for the hassle, will ask around and see where the heck this is coming from -
#5
For the record, this doesn't have anything to do with this module, see the ongoing discussion about the issue here;
http://drupal.org/node/279767
There's temporal hack to fix this at the moment, see post http://drupal.org/node/279767#comment-990870
It seems to be menu_breadcrumb and local_menu that are causing the problem.
#6
Discussion about this problem en menu_breadcrumb issue:
http://drupal.org/node/329520