cre8tive Posted November 14, 2017 Share Posted November 14, 2017 Hey guys, After we updated WHMCS to version 7.3.0 we noticed that when we click the reload widget button to reload content of the widget we see the reload button spinning and spinning, for ever! We found out from the .js file that each widget calls a url: /widget/display/toggle/+n, where +n is the number of the widget. So, if for instance we browse the page: /widget/display/toggle/4 we get a json message saying: {"success":true} And when we reload the admin page we see that the widget was succesfully updated. I figured to inspect element at the console when we click the button for any javascript errors and voila: TypeError: WHMCS.adminUtils is undefined scripts.min.js:1:10438 So I guess there is an error in the .js file. We use cloudflare cache that minifies .js and .css files. We disabled Cloudflare for this domain to be sure, but still the error is there. Any thoughts? Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 17, 2017 WHMCS Support Manager Share Posted November 17, 2017 Hi, There are two solutions to this: Switch to the Blend admin area template via the "My Account" page in your WHMCS Admin. Apply the 7.4 update Link to comment Share on other sites More sharing options...
cre8tive Posted November 18, 2017 Author Share Posted November 18, 2017 15 hours ago, WHMCS John said: Hi, There are two solutions to this: Switch to the Blend admin area template via the "My Account" page in your WHMCS Admin. Apply the 7.4.0 update I updated to 7.4.1. Problem solved. Thanks for the help. 1 Link to comment Share on other sites More sharing options...
Recommended Posts