We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38318
    • 128 Posts
    I did, although the same problem with gallery is on a new domain so the install of 2.2.6 was fresh, no upgrade. I've just emptied the cache manually but no solution. I go to the gallery drop down under components, it goes to the page but a window pops up titled syntax error and displays the home page (probably my 404 page as Paulp said)
      • 22840
      • 1,572 Posts
      probably my 404 page as Paulp said

      Or could be a 500 internal server error :/i'll have to have a look later tonight and see if I can get to the bottom of it
        • 37984
        • 215 Posts
        evegate94 - did you install the new domain on the same hosting package? Just trying to find common elements, as I've never seen anything like the error you're sharing.
          Jesse Couch
          MODX Aficionado, Front-End Designer & Developer
          http://www.designcouch.com
          • 38318
          • 128 Posts
          Yes, they're both using the same host. Could be the problem but I wouldn't know what to get them to check. I know they have upgraded their servers recently which did cause some problems but were all sorted.
            • 38318
            • 128 Posts
            When I look at the error console in Google Chrome I see the following

            POST http://domain/assets/components/gallery/connector.php?action=mgr/album/getNodes&id=root 404 (Not Found)

            I assume this will be why the gallery isn't working. But what does it mean? [ed. note: evegate94 last edited this post 11 years, 1 month ago.]
              • 38318
              • 128 Posts
              WIth my other website and the article probelms I get:

              POST http://domain/assets/components/quip/connector.php 404 (Not Found) ext-base.js:7
              POST http://domain/assets/components/articles/connector.php 404 (Not Found) ext-base.js:7
              Uncaught SyntaxError: Unexpected token < [ed. note: evegate94 last edited this post 11 years, 1 month ago.]
                • 38318
                • 128 Posts
                All sorted!
                I found a solution on another post.

                The solution was the permissions. The folders were set to 644, the main culprit being the connector.php being set to 644. Once I'd changed the permissions to 755 right back to the assets folder for these components it all works.

                Hope this helps others.
                  • 22840
                  • 1,572 Posts
                  Absolutely spot on smiley

                  My assets was set to 777, changing that to 755 and everything under it resolved the problem.

                  Thanks for the fix, that drove me mad when I was trying to find a fix smiley
                    • 36803
                    • 6 Posts
                    Fixed my problem.

                    Articles were not showing in manager after upgrade. The error reported from ext.base.js was assets/components/articles/connector.php not found.

                    I granted 755 to connector.php for Articles.
                    Then similar errors appeared for Quip connector.php.
                    Changed permissions there too
                    That fixed it

                    Many thanks for the fix.