View Full Version : AdminCP keeps on refreshing.. like there is some kind of bug
XYZ500
01-29-2015, 06:22 AM
I login to AdminCP and I can't do anything because it keeps on refreshing and refreshing. I tried different browsers, same result. Now I can't do anything in the adminCP because it just keeps refreshing.
Version is 4.2.2
Last time I logged in, it was fine. And now this.
Help please.
nerbert
01-29-2015, 07:07 AM
I have no idea what that could be but when things get really weird first thing to try is restarting your computer.
ForceHSS
01-29-2015, 08:16 AM
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files
Lynne
01-29-2015, 06:18 PM
Do you have Cloudflare enabled? Disable it.
psyhyatr
01-31-2015, 06:25 AM
its cloudflare
thetechgenius
01-31-2015, 11:22 AM
Yeah, its probably Cloudflare. In Cloudflare settings, turn off RocketLoader. Or setup a Page Rule for the AdminCP Directory, and make sure there are no Cloudflare Apps running with the AdminCP directory.
In the page rule settings for your cloudflare domain, set the Page Rule like this:
http://yourdomain.com/admincp/*
And set the CloudFlare Apps for that Page Rule to "Off".
Also, if you changed the name of your AdminCP, make sure you change the AdminCP Page Rule Directory with the correct name of your AdminCP.
It will take a few minutes to an hour for the Page Rule to be active on your domain.
I had this same exact problem for my vB Forum on Cloudflare. It took me awhile to pinpoint where the problem is coming from. And I found out how exactly to Keep CloudFlare active on my domain, and keep the AdminCP from going in a Redirect Loop. What you are doing, is basically disabling the CloudFlare Apps for ONLY the AdminCP, and keeping them active on the rest of the site.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.