We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 50441
    • 13 Posts
    nowhinjing1 Reply #1, 8 years ago
    Hi,

    New install of 2.5.0 pl gives no sidebar shown and manager not working, even if CSS JS compression is disabled.

    Install of 2.4.3 pl works as expected - upgrade in place to 2.5.0 also works.

    Any idead why this should be so ?

    This question has been answered by multiple community members. See the first response.

    • discuss.answer
      Possibly some files didn't make it all the way into the installation. I use this install.php script, which takes care of downloading and placing all the necessary files for you. https://github.com/sottwell/installer
        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
        • 50441
        • 13 Posts
        nowhinjing1 Reply #3, 8 years ago
        thank-you again, Susan.

        I will try it out and report back.

        Richard
          • 50441
          • 13 Posts
          nowhinjing1 Reply #4, 8 years ago
          That seems to have solved it, thank-you, I shall now use this script for all future new installs.

          Just two comments :
          - please update the readme to reflect that the permissions line is now 184, and I needed 0775.
          - I also changed line 205 to read mmkdir instead of mkdir.

          Richard
          • Thanks. Will make those corrections.
              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
              • 3749
              • 24,544 Posts
              You might also try UpgradeMODX for upgrades. It's a dashboard widget that's a convenient wrapper for the install.php script. It lets you upgrade MODX from within the Manager with a few clicks. It also handles sites with a moved and renamed core and a renamed Manager folder.
                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
                • 51927
                • 5 Posts
                Hi

                A new MODX user here. Same story.

                Basic installation fails like this... .... ... well.

                Better left unsaid.
                  • 51927
                  • 5 Posts
                  I must be really dumb. I deleted the 2.5.0 installation, removed tables from MySQL db, installed 2.4.4. Everything OK until login and bam: the manager directory is empty again.

                  I am getting frustrated.

                  I don't want to sun the install script provided above, because the db and site is shared with a wp installation, and I want to control where the files are placed.

                  Why isn't the manager getting installed at all ?
                    • 3749
                    • 24,544 Posts
                    Check the core/config/config.inc.php file and make sure the MODX_MANAGER_PATH and MODX_MANAGER_URL are correct.

                    You can always unzip the MODX traditional .zip file and place the manager directory where it belongs.
                      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
                      • 48696
                      • 41 Posts
                      Hello, I have similar problem - I made webdsite, all worked fine, except modx-2.5.0-pl in url, normaly I have site on my server, but client want to stay on his hosting, so people from hosting set up .htaccess and after that were unable login to manager.

                      After change RewriteEngine Off in manager/.htaccess it logs in, but no sidebar shown and manager is unlogging me after click on menu. Could be $modx_manager_path relative instead absolute defined by hosting path?