Drupal 7 Pages Keep loading
I'm having a problem with a Drupal 7 install where pages keep loading.
The page will load and then repeat itself over and over until Chrome suggests killing the page.
It seems to happen at random times开发者_高级运维 and there are no JS errors being reported or errors retrieving the page.
Anyone else had similar issues?
Modules include:
- Panels
- Views
- Ctools
- etc
This is usually caused by url aliases and/or url redirects doing some sort of circular definition. I've also seen this caused by login tobogin module setting up a circular redirect with something in the url redirect module. Find out which page is doing it and check your alieses and redirects for circular definition. It will probably be tricky to catch as it is usually two steps a -> b then b-> a, or something like that.
精彩评论