We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3109 ☆ A M B ☆
    • 894 Posts
    As the title says, I upgraded this morning to 2.1.1 and first my wayfinder wasn’t working, solved that by installing it again, gallery wasn’t working, solved by installing gallery again it still has some formatting issues but at least it’s working, same situation with archivist but re-installing it didn’t fix it.

    So now I my archives and FURLs are not working, really surprised by this upgrade since every other upgrade I’ve done in the past was perfect.

    Any ideas on how to solve these issues?

    Thanks.
      Benjamin Marte
      Interactive Media Developer
      Follow Me on Twitter | Visit my site | Learn MODX
      • 18463
      • 121 Posts
      Martijn van Turnhout Reply #2, 15 years, 3 months ago
      I have had the exact same issue! I still think Archivist could use an upgrade, but besides that: check out my bug issue: http://bugs.modx.com/issues/4999.

      Basically: the source of my archived resources consisted of a getPage call wrapped around getResources. All the archived resources are hidden from menu. With 2.1.1 PL, it seems that getArchives refuses to show archived resources that are hidden from menu. Add a &showHidden=`1` parameter to getArchives. Let me know if it works.
        • 3109 ☆ A M B ☆
        • 894 Posts
        Quote from: Martijn at Jun 08, 2011, 06:52 AM

        I have had the exact same issue! I still think Archivist could use an upgrade, but besides that: check out my bug issue: http://bugs.modx.com/issues/4999.

        Basically: the source of my archived resources consisted of a getPage call wrapped around getResources. All the archived resources are hidden from menu. With 2.1.1 PL, it seems that getArchives refuses to show archived resources that are hidden from menu. Add a &showHidden=`1` parameter to getArchives. Let me know if it works.

        My getArchives call already has &showHidden=`1` and it’s still not working sad

        Thanks for the suggestion though wink
          Benjamin Marte
          Interactive Media Developer
          Follow Me on Twitter | Visit my site | Learn MODX
          • 18463
          • 121 Posts
          Martijn van Turnhout Reply #4, 15 years, 3 months ago
          Let’s see. Have you set the archived resources to uncached? And the Archive, have you tried turning it into a container? Just to see what it does.
            • 3109 ☆ A M B ☆
            • 894 Posts
            Quote from: Martijn at Jun 08, 2011, 10:46 AM

            Let’s see. Have you set the archived resources to uncached? And the Archive, have you tried turning it into a container? Just to see what it does.

            That doesn’t do anything I think the problem has to do with FURLs once that is working I’m quite sure the Archives will work again.

            Thanks again.
              Benjamin Marte
              Interactive Media Developer
              Follow Me on Twitter | Visit my site | Learn MODX
              • 3109 ☆ A M B ☆
              • 894 Posts
              Still trying to solve this issue anyone figure out how to fix this?

              Thanks.
                Benjamin Marte
                Interactive Media Developer
                Follow Me on Twitter | Visit my site | Learn MODX
                • 22303 MODX Staff
                • 10,725 Posts
                Is your issue with getArchives or your Friendly URLs? It’s not clear what the problem is here.
                  • 18463
                  • 121 Posts
                  Martijn van Turnhout Reply #8, 15 years, 3 months ago
                  I’m 90% sure it’s an getArchives issue Ben’s experiencing. I’ve had the exact same problem and had to modify the getArchives call.
                    • 22303 MODX Staff
                    • 10,725 Posts
                    getArchives probably does need an update for 2.1. I will look into it later today or tomorrow.
                      • 18463
                      • 121 Posts
                      Martijn van Turnhout Reply #10, 15 years, 3 months ago
                      Thanks!

                      Now that we’re on this Archivist topic, can I ask you something else?

                      Documentation on Archivist is a bit lacking, so here are a few questions:


                      • the archived resources have to be uncached, right? At least, that’s the only way to get the &setLocale parameter working.
                      • a getPage call in combination with Archivist has to use the extra "cache=`0`" parameter, right?