V2.2.12 Content Manager 'blank' (REDUX) + side menus fail

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
User avatar
Lew
Forum Members
Forum Members
Posts: 12
Joined: Wed Dec 05, 2007 2:44 pm

V2.2.12 Content Manager 'blank' (REDUX) + side menus fail

Post by Lew »

Original post locked, so adding new topic with more information and another solution method.

Had same 2.2.12 behavior: Content Manager blank, admin sidebar menus wouldn't open, etc.

Was using Chrome, so hit PF12 to bring up Chrome DevTools ... refreshing the admin page it hit a Javascript error (I think in "standard.js") saying "$.cookie is not a function".

Researching that error on StackOverflow suggested that it is because the JQuery cookie plugin was not being loaded, and/or JQuery was getting loaded a second time which would lose all the previously loaded plugins.

On a hunch, went to DevTools Network tab, and discovered that if I checked the "Disable cache" setting at the top (just below the tabs), then went back to the admin browser page and hit Refresh, suddenly all the functions worked as expected. Going back to the Network tab and unchecking "Disable cache" again, then refreshing the admin page still worked.

Further research suggested that the browser was using an old cached version of "standard.js" that is part of the OneEleven theme - the new version seem to no longer even have the call to $.cookie that was failing.

As the original poster found (by turning Javascript on and off -- which presumably cleared its cache?) it seems to be a Javascript caching problem.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1815
Joined: Wed Feb 25, 2009 4:25 am

Re: V2.2.12 Content Manager 'blank' (REDUX) + side menus fai

Post by DIGI3 »

You can usually clear old scripts from your browser cache with a force refresh (ctrl-f5 on windows). I'm not sure there's any need for anything more elaborate.
Not getting the answer you need? CMSMS support options
Locked

Return to “CMSMS Core”