We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40212
    • 4 Posts
    I just had this PROBLEM!!!! My webhost had no idea what was up.

    This FIX worked!!!

    1) I opened the database with myphpadmin (or whatever it is called)

    2) I navigated to the modx_system_settings

    3) I CHANGED the boolean values of the keys of concern compress_js and compress_css (for good measure) to 0

    4) I deleted the cache file in the cache - core\cache\system_settings\config.cache.php

    Now my question - WHAT IS THE CAUSE OF THIS PROBLEM ... IT IS A MAJOR PROBLEM (lost 3 hours of time and missed a PRESS RELEASE DEADLINE AAAAAAAAAAAAH!!!!).



    -------
    • It's mostly a browser issue; if the browser doesn't like the compressed .js and .css files it won't use them.
        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
        • 31906
        • 26 Posts
        I don't think this is browser issue. Had this problem on hosting I use (on localhost it was OK). My host use symbolic links (symlink) or something like that. With phpinfo() I have seen different path from what MODX set in core/config/config.inc.php after I run setup to update my configuration after moving to production server. But it didn't update all paths some stays symlinks values in the config. Changed those to normal paths and it works immediately.
        Maybe this will help someone.