We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6228
    • 249 Posts
    Quote from: bmilton at Jun 15, 2011, 10:34 AM

    I’m running 2.1. I also have the frequent issue where when I use the "clear cache" option it runs for a second and the "ok" button becomes available but nothing really happens. The console window is completely blank. Then I just run it again and the console window displays the usual logs regarding cache cleanup. I’m pretty sure I was seeing this before 2.1, but it is more frequent now.

    I am experiencing the same thing on 2.1.1-pl. I’m also noticing that the text in the buttons overflows the buttons, which from what I understand is only an issue on FF 4.

    Mike

    FF 3.6.17
    PHP 5.2.13
    MySQL 5.1.45
      lo9on.com

      MODx Evolution/Revolution | Remote Desktop Training | Development
      • 22019
      • 390 Posts
      Already set to 604800 (again, the default). Do you literally mean transpose to 640800?

      Not a big issue for me, as I tend to run one-editor sites, but it’s a little weird.

      I’m also seeing occasional blank ’clear cache’ console logs. I just run it again if there’s an issue.
        Writer > E-consultant > MODx developer || Salesforce || modx 2.x || PHP 5.2.13 || MySQL client 5.0.86
        • 22019
        • 390 Posts
        In fact - I’ve just tried clearing the cache about 10 times (with no other action in between) - I had two blanks, and most others it didn’t seem to fire all the events (this may be normal). If it matters at all I’ve just manually set the Garbage Collection setting mentioned in another thread to 640800.
          Writer > E-consultant > MODx developer || Salesforce || modx 2.x || PHP 5.2.13 || MySQL client 5.0.86
          • 21838
          • 284 Posts
          cache_db no
          cache_db_expires 0
          cache_db_session no
          cache_db_session_lifetime 0

          session_cookie_domain NULL
          session_cookie_lifetime 604800
          path /
          secure no
          maxlifetime NULL
          class modSessionHandler
          name NULL


          NULL means nothing in there.
          I didn’t changed anything here except what you mentioned in bug report. I think there’s a problem with updating oder fresh setup in 2.1.1? Hope that can be solved. Currently I can’t use 2.1 for production due to such strange problems…
            MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
            • 26681 MODX Staff
            • 123 Posts
            I’m using 2.1 and have to clear the cache twice for it to work, but it usually does. Occasionally it doesn’t and I have to delete files manually - TBH I just wait until the next time I need to clear the cache and at that point it usually comes around. Maybe I’m too tolerant of these things undecided
              [sepiariver.com] (https://sepiariver.com/)
              • 22303 MODX Staff
              • 10,725 Posts
              Quote from: OpenGeek at Jun 16, 2011, 10:17 AM

              Try setting a value for session_gc_maxlifetime, something like 640800 (7 days), flush all sessions, and see if the issue goes away.
                • 6228
                • 249 Posts
                On two different 2.1.1 sites on different hosts, I updated the [tt]session_gc_maxlifetime[/tt] setting with a value of 640800.

                I can report that the blank cache page no longer appears - issue tentatively resolved smiley
                  lo9on.com

                  MODx Evolution/Revolution | Remote Desktop Training | Development
                  • 21838
                  • 284 Posts
                  Quote from: OpenGeek at Jun 16, 2011, 02:18 PM

                  Quote from: OpenGeek at Jun 16, 2011, 10:17 AM

                  Try setting a value for session_gc_maxlifetime, something like 640800 (7 days), flush all sessions, and see if the issue goes away.
                  Seems so. Can you offer a rc2 for users that don’t know about this?
                    MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)