We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37290
    • 5 Posts
    I am trying to do a clean install of 2.3.1 and the install is successful with no errors or warnings. When I login to the manager, it appears some of the css might be missing because somethings are on top of others and appear to be unformatted. The manager seems to work, but I can't get to all the menu items because of the overlap.

    In the console of firebug it repeated shows:
    "NetworkError: 404 Not Found - http://www.xxxxx.com/ff/connectors/system/registry/register.php"
    The connectors/system directory has only phpthumb.php in it; no subdirectories. I checked the install file that I downloaded as a zip and this is all it has also.

    This question has been answered by BobRay. See the first response.

    • discuss.answer
      • 3749
      • 24,544 Posts
      Check the connectors path and url in core/config/config.inc.php.

      Also, log out (if you can). In the modx_system_settings table in the db, turn off the compress_js and compress_css System Settings. Then delete all files in the core/cache directory and clear your browser cache and cookies before logging back in.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 37290
        • 5 Posts
        Quote from: BobRay at Aug 14, 2014, 10:28 PM
        Check the connectors path and url in core/config/config.inc.php.

        Also, log out (if you can). In the modx_system_settings table in the db, turn off the compress_js and compress_css System Settings. Then delete all files in the core/cache directory and clear your browser cache and cookies before logging back in.

        Did all the above and it worked. Thanks.
          • 3749
          • 24,544 Posts
          I'm glad it worked. Did you have to correct the connectors path?
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 37290
            • 5 Posts
            Bob,
            No the connectors path was correct. I didn't try one thing at a time so I can't tell you which worked.