We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21768
    • 7 Posts
    Hi! I’ve successfully installed MODx 2.0.0 RC2. But when I login into manager, the left pane (Resources/Elements/Files) is completely empty, and when I try to add new resource, I’m stuck on "Saving..." and nothing happens. System Settings table is empty too. I’m using Firefox 3.6.3 on Win7 with no add-ons installed and here is what I found in its Error Console:
    Error: g is undefined
    Source File: http://mysite.com/manager/assets/ext3/ext-all.js
    Line: 7

    Error: missing ) in parenthetical
    Source File: http://mysite.com/manager/assets/ext3/ext-all.js
    Line: 101
    Source Code:
    PHP: Zend Optimaizer, GD, zlib, mbstring, mysqli, mcrypt и др.</a></div></td></tr></table></div></div></div>)

    Just in case, phpinfo() output can be found here.

    Is it MODx bug or something I can fix myself?
      • 28215
      • 4,149 Posts
      - PHP/MySQL version?

      Try setting the settings: compress_js, compress_css and concat_js to 0 in the modx_system_settings table, then empty the core/cache/ directory.
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 21768
        • 7 Posts
        Quote from: splittingred at Jun 18, 2010, 04:08 PM

        - PHP/MySQL version?
        I’ve updated my post with phpinfo() output. It’s from another website, but on the very same server.

        Quote from: splittingred at Jun 18, 2010, 04:08 PM

        Try setting the settings: compress_js, compress_css and concat_js to 0 in the modx_system_settings table, then empty the core/cache/ directory.
        Done, no effect. Getting the same errors.
          • 28215
          • 4,149 Posts
          - Does this happen on any browser?
          - Do you get any errors in core/cache/logs/error.log or other relevant log files?

          Does turning magic_quotes_gpc off in your php.ini help?
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
            • 21768
            • 7 Posts
            Quote from: splittingred at Jun 18, 2010, 04:24 PM

            - Does this happen on any browser?
            Yes, at least on Chrome 5.0.375.55 and IE 8. I’ve been clearing browser cache and core/cache/ directory every time to exclude caching problems. IE also indicates error on line 7 of ext-all.js.

            Quote from: splittingred at Jun 18, 2010, 04:24 PM

            - Do you get any errors in core/cache/logs/error.log or other relevant log files?
            Nope. In fact there were no log files at all.

            Quote from: splittingred at Jun 18, 2010, 04:24 PM

            Does turning magic_quotes_gpc off in your php.ini help?
            Disabling magic quotes didn’t help either.
              • 28215
              • 4,149 Posts
              IE is not a great alternative to test; can you test Firefox?

              That said, is this a fresh install? Upgrade? Any other relevant details we should know?

              Sounds to me like a file’s missing. If you uploaded, check to make sure you uploaded everything. Is this a traditional or advanced distribution?
                shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
                • 21768
                • 7 Posts
                Quote from: splittingred at Jun 18, 2010, 05:07 PM

                IE is not a great alternative to test; can you test Firefox?
                Tested Firefox 3.5.9, 3.6.3 and 3.7a5, all with new profiles. No result.

                Quote from: splittingred at Jun 18, 2010, 05:07 PM

                That said, is this a fresh install? Upgrade? Any other relevant details we should know?
                Fresh install. Nothing special.

                Quote from: splittingred at Jun 18, 2010, 05:07 PM

                Sounds to me like a file’s missing. If you uploaded, check to make sure you uploaded everything. Is this a traditional or advanced distribution?
                To be sure, I’ve reset my hosting account, reuploaded via FTP and reinstalled. Didn’t help. All 2948 files from original ZIP were there. I’m using traditional distribution. Can not use advanced with my hosting plan.
                  • 2364
                  • 73 Posts
                  I was have the similar problem described here, but nobody did not answer me (root is undefined error when ext loaded in debug mode). So I just used predefined Ext store for MODx.grid.Grid and call it refresh directly by name.
                    • 3499
                    • 20 Posts
                    Hi! I’m having the same problem with MODx Revolution 2.0.0-pl. I want to use the new modx version for future projects, but if I won’t find a solution for this, I’ll be forced not to do it sad
                    I just installed Revolution and "vuala". I had the same thing with RC and betas, but hoped on release... =)
                    Is there people, who are having problem with this, too? I think, that this situation should be common for modx rev. users. Don’t whant to be on my own grin
                      • 3499
                      • 20 Posts
                      The thing is, the problem isn’t in the ext-all.js file.
                      Message: Syntax error
                      Line: 1
                      Char: 1
                      Code: 0
                      URI: XXX/manager/assets/modext/build/widgets/element/modx.panel.plugin-min.js
                      When I removed all ’\n’ symbols from all strings in a file - the errors has gone.