We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28676
    • 136 Posts
    Just downloaded the latest version and it has the testing code on it

    Array
    (
    [code_name] => rev 1005<br /> [version] => 0.9<br /> [small_version] => 2<br /> [patch_level] => 1<br /> [full_appname] => MODx 0.9.2.1 (rev 1005)<br />)<br />
      I made my first site with modx
      ------------------------
      http://www.shop-bright.com | Uk shopping blog
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: straty at Nov 18, 2006, 03:18 PM

      Just downloaded the latest version and it has the testing code on it

      Array
      (
      [code_name] => rev 1005<br /> [version] => 0.9<br /> [small_version] => 2<br /> [patch_level] => 1<br /> [full_appname] => MODx 0.9.2.1 (rev 1005)<br />)<br />[/quote]<br />This is a result of a problem with Wayfinder. Get the latest from the repo or see here... http://modxcms.com/forums/index.php/topic,8726.msg61394.html#msg61394
        • 28676
        • 136 Posts
        Hmmm I did just download the latest wayfinder? or did you mean upgrade modx?

        using modx version MODx 0.9.2.1 (rev 1005)

        Do I need to apply that code change in the snippet code in the manager or the other one inside the snippet folder?
          I made my first site with modx
          ------------------------
          http://www.shop-bright.com | Uk shopping blog
          • 25663 MODX Staff
          • 12,272 Posts
          Both places, yes.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 28676
            • 136 Posts
            change

                    if (substr($this->modxVersion['code_name'],-4) >= 1392) {with these two lines:


            to


                    $revision= substr($this->modxVersion['code_name'],-4);
                    if ($revision >= 1392 && $revision != 1923) {


            I cant even find those lines in my wayfinder?
              I made my first site with modx
              ------------------------
              http://www.shop-bright.com | Uk shopping blog