On the WHMCS login/register page after I set up all my social logins I get this error message. The keys are all correct and function properly. I have double checked recaptcha as well.
Error We were unable to connect your account. Please contact your system administrator
When I switch to the default theme the error goes away.
After tons and tons of adding and removing and code fiddling, I narrowed it down to /js/scripts2.js and the fake preloader code
/* 04: Preloader
==============================================*/
$("#fakeLoader").fakeLoader({
timeToHide: 1000,
zIndex: 99999,
spinner: "spinner6"
});
Once I pull that out, which I don’t like in the first place, the error finally goes away and all seems to work well.
I’d rather you guys chime in and tell me if I am right or wrong, but this was how I solved the issue.
-
This topic was modified 6 years, 3 months ago by
matthew l king. Reason: spelling