We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2175
    • 5 Posts
    Downloaded the newest Modx Revolution yesterday and everything seems to work (at least with the first page) from chunk to template, except for one thing: Package Management.

    I am unable to add a new package nor add a provider. When clicking on Add New Package, Download Extras, or Add Providers (selecting info), nothing does after saving any selection. E.g.

    1) Click on Add New package + select Search Locally for Packages -> click on Next
    2) Pop up window.. click on Yes. Then it closes and back to 1). It doesn’t go next but loop.

    Or,

    Click on Add New Provider -> Enter information -> Click on Save.. "please wait" then stay in Add New Provider popup window. Click on "Save" repeatedly, nothing acts.

    Then, installed cURL or sockets on my web server. Done. Still the same problem.

    Please advise. It looks like a wonderful cms/cmf and I look forward to using it. Thanks.




      • 3749
      • 24,544 Posts
      Did you install over an existing version?

      If not, it sounds like a corrupted file in the download or upload (or an unsupported browser).
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 21872
        • 95 Posts
        I just came here to post the same problem. It also doesn’t detect manually downloaded packages, e.g. wayfinder, in /core/packages

        I’ve tried a few betas and encountered some strange behavior with things failing to appear before, but this is the first time I’ve not been able to see any packages.

        This was a clean installation.
          • 28215
          • 4,149 Posts
          From the bold, sticky post in this forum, "BEFORE YOU POST HERE: READ THIS (ESPECIALLY YOU BUG REPORTERS)":


          3. If you’re posting about a bug, please state all of your Environment information in your post: Server OS, Server Version, PHP Version, MySQL Version (client and server), is pdo_mysql installed, your Browser type and version, and any other environment data we should know.

          Thanks!
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
            • 21872
            • 95 Posts
            Sorry. One thing that’s different, I switched to a local environment for testing, so it may be a compatibility thing.

            MODx Revolution 2.0.0-rc-1 rev6614
            
            Environment: Windows 7 64bit running Xampp 1.7.3, which includes:
            Apache 2.2.14 (Win32)
            PHP 5.3.1
            pdo_mysql version: 5.1.41
            mySQL client version: 5.1.41 
            mySQL server version: 5.1.41
            PHP extension: mysqli
            
            User Agent: Firefox 3.6.2 (build 20100316074819)
            Also tried in Chrome 4.1.249.1042 with the same results.
            

            Additionally, here is the response I get when requesting a package listing:
            {"success":false,"message":"An error occurred while connecting to the provider: MODx received a blank response from the provider. Please double check your service URL and make sure the provider is a valid provider.","total":0,"data":[],"object":[]}


            Which seems clear enough.

            Here is the service URL from the Providers tab: http://rest.modxcms.com/extras/

            and here is the result of a local search ({"total":"0","results":[]})

            I may have done something wrong trying to install wayfinder manually, I extracted wayfinder-2.1.1-rc1 into /core/packages/wayfinder-2.1.1-rc1 is that incorrect?

            I think that’s everything you requested.

            Thank you.
              • 28215
              • 4,149 Posts
              You shouldnt have to extract wayfinder; Revo will do that for you.

              As for the cannot connect to provider - are you behind a proxy? Do you have safe_mode on?
                shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
                • 21872
                • 95 Posts
                I am not behind a proxy and safe_mod is definitely off.

                There’s something odd, though. I just installed it on remote server and package management works fine.
                  • 28215
                  • 4,149 Posts
                  Do you get any JS errors?

                  Does this occur if you load Package Management in, say, Chrome or Safari? (dont even try IE, i can tell you now it wont work.)

                  If it does, can you give me more information about your environment? (Like a phpinfo())
                    shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
                    • 21872
                    • 95 Posts
                    Sure. It does not work in Chrome, I have but did not try Opera and IE. Attached is a printout of phpinfo() It’s not a big deal, for me at any rate, and is probably just me misconfiguration something without realizing it.
                      • 28215
                      • 4,149 Posts
                      cURL doesnt seem to be installed. Sockets is - and that should allow it to work - but I can’t figure out why. I’ll have to debug more later next week.
                        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com