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

    Like the topic states: Upgraded but version is not updated.

    How to reproduce:

    0. First I've emptied the core/cache/*
    1. wget https://modx.com/download/direct?id=modx-2.5.4-pl.zip
    2. unzip direct?id=modx-2.5.4-pl.zip
    3. cp -rf modx-2.5.4-pl/* . (I'm in web root folder)
    4. https://mysite/setup
    5. choose upgrade
    6. no warnings, no errors
    7. deleted setup folder and logged in;
    8. version still shows 2.5.2
    9. Emptied browser cache, but no change!

    What am I missing?
    Thanks!

    Grts,
    John

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

      ~~||[ Simplicity is everything ]||~~
    • discuss.answer
      • 38783
      • 571 Posts
      What version do you see if you go to modx_system_settings > settings_version?

      If that also reads 2.5.2 it might be worth checking the file /core/docs/version.inc.php and seeing what version is listed there.

      See line 5:

      $v['minor_version']= '4'; // Current minor version.
      


        If I help you out on these forums I would be very grateful if you would consider rating me on Trustpilot: https://uk.trustpilot.com/review/andytough.com

        email: [email protected] | website: https://andytough.com
        • 14547
        • 58 Posts
        Quote from: andytough at Jan 19, 2017, 01:46 AM
        What version do you see if you go to modx_system_settings > settings_version?

        If that also reads 2.5.2 it might be worth checking the file /core/docs/version.inc.php and seeing what version is listed there.

        See line 5:

        $v['minor_version']= '4'; // Current minor version.
        



        Hi Andy, you're right. It shows '2'. This file was not overwritten/updated.
        Thanks for the pointer!

        Greetings,
        John
          ~~||[ Simplicity is everything ]||~~
        • discuss.answer
          • 14547
          • 58 Posts
          cp -rf does not overwrite files.
          Solved by uploading all files via sFTP.
            ~~||[ Simplicity is everything ]||~~