UmbHost Limtied Posted October 15, 2021 Share Posted October 15, 2021 Since upgrading to 8.3 I am seeing a spinner in the footer of the homepage: 0 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted October 16, 2021 Share Posted October 16, 2021 same here, using blend or custom theme. 0 Quote Link to comment Share on other sites More sharing options...
SolaDrive Posted October 16, 2021 Share Posted October 16, 2021 Are you using CloudFlare or another CDN? Try adjusting your SSL settings, whitelisting all IP ranges and clearing all caches. 1 Quote Link to comment Share on other sites More sharing options...
VirtualHorror Posted October 17, 2021 Share Posted October 17, 2021 Seem to be facing the same issue on my WHMCS installation after upgrade to v8.3 in both admin and client area while using the default themes. @SolaDrive Yes, I do use Cloudflare for Security and Performance, did try clearing all cache, adjusting SSL settings, clearing WHMCS template cache, browser cache and cookies but none of them seemed to resolve it. I've gone ahead and opened a ticket regarding the same, will share the solution here if I manage to fix this. 0 Quote Link to comment Share on other sites More sharing options...
VirtualHorror Posted October 17, 2021 Share Posted October 17, 2021 Forgot to mention that I did try disabling all modules, hooks and anything else that could have been affecting the template since last time I had discovered a bug with the client area templated I was suggested to do this. 0 Quote Link to comment Share on other sites More sharing options...
SolaDrive Posted October 17, 2021 Share Posted October 17, 2021 (edited) @VirtualHorror If its happening with the default theme its most likely CloudFlare. Put it in developer mode to temporarily disable CF, clear all caches and then see if that resolves your issue. We had a similar issue with CF displaying the same loading circle, turned out to be a SSL cipher issue. But since this happened after a recent update its possible its WHMCS related. Edited October 17, 2021 by SolaDrive 0 Quote Link to comment Share on other sites More sharing options...
VirtualHorror Posted October 17, 2021 Share Posted October 17, 2021 Thank you for your response @SolaDrive I just enabled development mode on cloudflare to try if it fixes the issue but the loading box in the footer doesn't seem to go away. Could you kindly let me know what changes you tried with the SSL on Cloudflare to get it working so I could give that a shot. 0 Quote Link to comment Share on other sites More sharing options...
VirtualHorror Posted October 17, 2021 Share Posted October 17, 2021 Just heard back from one of the WHMCS team members, it looks like WHMCS websites running behind Cloudflare which have Rocket Loader enabled are facing this issue. I disabled it and the loading box is successfully gone now. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Stephen Posted October 17, 2021 WHMCS Technical Analyst II Share Posted October 17, 2021 Hello, Thanks all for contributing to this thread, appreciated. I can confirm that this issue does relate to the Cloudflare Rocket Loader service. I've checked out a couple of cases on our desk and disabling this service for your WHMCS installation looks to resolve this in every single case. You can identify if Rocket Loader is enabled by viewing the Page Source in your browser when navigating to your WHMCS installation then search for the line: rocket-loader.min.js This will be located in the footer area and gives you an indication that this service is indeed enabled for your WHMCS installation. 1 Quote Link to comment Share on other sites More sharing options...
zitu4life Posted October 17, 2021 Share Posted October 17, 2021 it works for my case ✔️ 0 Quote Link to comment Share on other sites More sharing options...
Troy Posted October 18, 2021 Share Posted October 18, 2021 Will WHMCS be resolving this in a better manner, i.e. allowing CloudFlare users to re-enable Rocket Loader in an update? I don't currently use CloudFlare, but I would think anything that can speed up WHMCS' page load/TTFB is something that WHMCS should not require one to disable. This discussion alone has me thinking about giving CloudFlare + Rocket Loader a try, but of course I will wait to see how this shakes out. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted October 18, 2021 WHMCS Support Manager Share Posted October 18, 2021 Hi all, Our core CSS and JS do use a unique v value based on the software version to try and force such caching systems recognize the file contents has changed after updating. For example: <link href="templates/blend/css/all.min.css?v=abc123" rel="stylesheet" /> <link href="templates/blend/css/theme.min.css?v=abc123" rel="stylesheet" /> <script type="text/javascript" src="templates/blend/js/vendor.min.js?v=abc123"></script> <script type="text/javascript" src="templates/blend/js/scripts.min.js?v=abc123"></script> Such optimisation, CDNs and caching tools are very powerful, but responsibility for managing the way in which files are delivered from your webserver to the visitor ultimately lies with the admin. I've located some resources which can help if you're still seeing old JS being loaded:https://community.cloudflare.com/t/when-does-rocket-loader-update-cached-files-in-localstorage/10255/5 0 Quote Link to comment Share on other sites More sharing options...
zooky Posted December 2, 2021 Share Posted December 2, 2021 Thanks All! Was freaking out what it was after updating. 0 Quote Link to comment Share on other sites More sharing options...
WebHostingPeople Posted April 27, 2022 Share Posted April 27, 2022 On 10/18/2021 at 4:20 AM, zitu4life said: it works for my case ✔️ Now Cloudflare has changed panel setting. Unable to find out your given above setting. Please guide. 0 Quote Link to comment Share on other sites More sharing options...
WebHostingPeople Posted April 27, 2022 Share Posted April 27, 2022 9 minutes ago, WebHostingPeople said: Now Cloudflare has changed panel setting. Unable to find out your given above setting. Please guide. Yes, I got it and issue also has fixed. 0 Quote Link to comment Share on other sites More sharing options...
positivemedium Posted July 3, 2022 Share Posted July 3, 2022 (edited) I am having this issue, but only at the bottom of the OAUTH login page. It's not showing up at the bottom of any other page. I've confirmed that Rocket Loader is disabled in CloudFlare (it was already disabled). Also tried Development Mode with no luck. UPDATE: I was able to work around this by editing the login.tpl file and adding this line at the bottom: <style>#lightbox { display:none!important; }</style> Edited July 3, 2022 by positivemedium 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.