We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    Is there by any chance one of the various caching schemes, like eAccelerator or XCache, on the server? Those can really mess up a dynamic, AJAX-driven site like MODx.

      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
      • 36604
      • 268 Posts
      hmm.. I really don't know this.

      Where this could be checked ? I use another same kind of hosting plan for another Revo and there's not such a $$% pb.
      (OVH, 100 Pro mutualized)

      Thank you
        • 22303 MODX Staff
        • 10,725 Posts
        Quote from: sottwell at Sep 01, 2012, 07:35 AM
        Is there by any chance one of the various caching schemes, like eAccelerator or XCache, on the server? Those can really mess up a dynamic, AJAX-driven site like MODx.

        While certain configurations of these op-code cache systems with certain versions of PHP can break because of some of the object-oriented architecture of MODX Revolution (usually because it's pushing the limits of what has been tested with the op-code cache), and certain bugs in certain versions of MODX Revolution have exacerbated that in conjunction with some less-than-robust error-handling in the AJAX connectors, I would definitely not say as a blanket statement that these systems are a problem. In fact, IMO, working configurations (I prefer APC) are almost essential for improving the performance of MODX Revolution sites.

        There are a number of other issues, namely the use of on-demand minification for the CSS and Javascript in the manager, that are also related to these issues.

        2.2.5-pl, due out very soon, will hopefully cut down the number of these issues people are experiencing even more.
          • 36604
          • 268 Posts
          well, but I need it Monday...
          However I have another Revo 224 running in the same OVH 100pro plan.

          I already turned off the compression for js and css. [ed. note: elz064 last edited this post 14 years ago.]
            • 40985
            • 7 Posts
            Hi everybody!

            Thanks a lot for your replies!

            Still having this issue.. No cache systems like Varnish or what so ever.. I have been done reinstallation on various platforms, on RHEL 6.3, on Ubuntu 12.04, on my hosting company who is using Redhat..

            Same problem just start occuring.. I never use ftp, only ssh and sftp.

            Like i said on my postings, this is my first Revolution project, and completely a volontary hobby project for me. But if i do not find a solution, i have to move to another CMS and start everything from the beginning again... That would not be nice in any way, like u may understand.

            Really hoping that 2.2.5 release will address these issues!! Or if just find another solution..

            Again, any help would be really appreciated! Thanks!
              • 28042 ☆ A M B ☆
              • 24,524 Posts
              Are these two installations using totally different domains? Browser caching of .js, .css and other files as well as cookies could be getting mixed up.
                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
                • 40985
                • 7 Posts
                Hi!

                The two development environments on the same "localhost" on my laptop, and two on my hosting company, another starting there as www.... another wwwdev... And actually now both of the first ones also on my another laptop.

                I always clear my browser from all cookies, cache, etc.. when closing.. And when trying to manager again, no luck.. ;(
                  • 40985
                  • 7 Posts
                  Quote from: greyskymedia at Aug 31, 2012, 09:53 AM
                  Do you see the expand link to open the resource tree at all? If so, open it, then refresh... just a shot in the dark, but give it a go.

                  Thanks for the shot, but nothing comes up. After logging in, i see the upper header part, "undefined" and modx news feed plus who's online. No recourse tree.. If i clik what ever link, i just get the header part and the rest of the page is blank ie. white....

                  Firefox's error console then shows those javascript errors i mentioned earlier..
                    • 40985
                    • 7 Posts
                    Hi everybody,

                    So, my project is not going on at all.. No solution found. I just would like to use Modx for fast website development, not for debugging manager problems.. The positive part is that i have got some new partners and content providers, but i wish i could provide them the possibility to colloborate and provide content asap..

                    This morning i anyway grabbed the 2.2.5 dev from github, and checked if any change. I cleared the cache files throught ssh/rm, cleared browser and run the setup in upgrade mode.

                    Well, logged into the manager and "undefined" was my result..

                    Same javascript errors on firefox error console as earlier.

                    And yes, the compress_js and compress_css are set to 0.

                    I would really appreciate your help!