I’ve run across the following problem:
After installing MadBoxr and following the instructions to replace the /manager/media/script/mootools/mootools.js script with the latest version from the the mootools website (version 1.2), I logged back in to the Manager to discover that my Document Tree had suddenly disappeared, although the pages were still loading in the web browser.
I replaced the newer mootools script with the old again to see if that fixed the problem, and it did immediately.
So, to fix the issue I have gone into the plugin code for MadBoxr and edited the following line:
$modx->regClientStartupScript('manager/media/script/mootools/mootools.js');
replacing it with:
$modx->regClientStartupScript('manager/media/script/mootools/mootools-12.js');
I then had to upload the new mootools javascript file to the same location as the old one, only changing it’s filename to ’mootools-12.js’.
Everything works like a charm now! Thanks for the plugin madmage!