I have an addon that I believe is immune to all published addon changes for V4.3.1.
Admin appears to work properly.
However, going to customer's home page ends up in redirect loop of 301 redirect on /index.php.
67.168.X.Y - - [20/May/2015:19:13:08 -0600] "GET /index.php HTTP/1.1" 301 - "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0" 67.168.X.Y - - [20/May/2015:19:13:08 -0600] "GET /index.php HTTP/1.1" 301 - "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0"[/font][/indent]
and repeats
Customer site forces https (but not sure whether this is done in cs-cart or above the .htaccess level).
The odd thing is that this addon has no customer components. No controllers/frontend (other than an addon specific one that displays the version), no theme templates, nothing. It uses two hooks (change_order_status and update_profile), neither of which would be touched on just accessing the home page.
If I disable the addon, the redirection problem goes away.
I've looked at the logs and see the 301 redirects (above). But I have no way of knowing what page is doing the redirection and/or where it might be coming from.
Anyone have any insight on how to diagnose this issue on this customer's production site? They have several other addons from several other developers installed. And there are other "admin only" addons from me that are NOT generating this issue.
I'm perplexed on how to proceed and would appreciate any insights you might have.