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

    I just updated on a "testdomain" a copy of my website from 1.0.5(patched) to 1.0.6 via the documented update process (unzip while overwriting, running install/index.php). install-process states success in all steps. Great!

    ...while I logged in to the manager I realized its still stating 1.0.5 in the upmost right corner.
    I found version.inc.php $modx_version = '1.0.6';, thus ... is it a caching problem somewhere (cleard cache and shift-reloaded)

    Have I missed something, is it a bug?
    Could I check the modx-version somethere else in manager and/or on file level?

    BR and THANKS for your effort!
    Disky
    • Reports > System Info will also show you the MODX version (first line).
      My upgrade test 1.0.5 > 1.0.6 properly shows 1.0.6 in the upper right - not sure what could be causing that.
        Mike Schell
        Lead Developer, MODX Cloud
        Email: [email protected]
        GitHub: https://github.com/netProphET/
        Twitter: @mkschell
      • Most likely some kind of server or proxy caching. The $modx_version variable is loaded directly from the version.inc.php file.
          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
          • 38243
          • 9 Posts
          I re-checked - SORRY!
          It seems that I missed sth for overwriting (tried "mv -f mod-x-1.0.6/* /var/www").
          A "cp -rf" instead does the job perfectly!

          BR - Henning