I am intermittenitly receiving errors from Firefox (see below) when trying to access front_page through the Home link in the breadcrumbs when using the Override Home Breadcrumb feature.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Comments
Comment #1
Dublin Drupaller commentedThat error message suggests that you have a redirect on top of a redirect.
can you post up the following?
front page redirect link (anon):
front page redirect link (auth):
front page homebreadcrumb link (anon):
..and I'll try and recreate the problem you're having.
Dub
Comment #2
pr1001 commentedfront page redirect link (anon)
front page redirect link (auth)
Same as anon.
front page homebreadcrumb link (anon)
front_pageIs that what you need?
Comment #3
Dublin Drupaller commentedyep. Thanks.
the problem is that you're redirecting the front_page to the front_page with the breadcrumb override.
In other words, when a HOME link is clicked, it tries to display the front_page, but, it can't, because you're redirecting the front_page to the front_page. It will just get stuck in an infinite loop constantly being redirected to the front_page.
I hope that makes sense. You don't need to use the breadcrumb override....
I'll put in some form of check into the module to stop others making the same mistake.
Dub
Comment #4
Dublin Drupaller commentedclosing this.