We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40455
    • 4 Posts
    Hi Guys,

    I've just installed revolution 2.2.2 after trying 2.2.4 (same issue as the one i'm about to go into).

    It installs fine, logs in fine, manager comes up fine. As soon as you click on anything I get the screen that I have attached and that's pretty much it from there. Can't log out, navigate or do anything else. I've been running evolution and even one version of revolution on this service for years now with no issues.

    Does anybody know what could be causing this?

    Many thanks!!!!
    • Yes. You need to turn off the JS and CSS compression. You'll probably need to directly access the settings in the database in the system_settings table. The compress_css and compress_js fields need to be set to 0.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 40455
        • 4 Posts
        thanks, i've done this now, set both to 0. is there anything else I need to do now because it's still displaying as per the screenshot?

        thanks again!!
          • 40455
          • 4 Posts
          i also noticed this when i logged in to the db:

          Your PHP MySQL library version 5.0.90 differs from your MySQL server version 5.1.56. This may cause unpredictable behavior.
          • Manually remove all the folders under the core/cache folder (don't remove the core/cache folder itself!)

            MODx will rebuild its cache automatically, taking the settings from the database.

            You probably should also clear your browser cache and the cookies for the site.

            The different versions just means that the client was compiled from a different server version. It probably won't cause any trouble; the biggest issue was a few years ago when the password encryption method was changed and it wasn't compatible with older versions.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 40455
              • 4 Posts
              i just did a reinstall and is working perfectly. thank you so much for your help!