We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8942
    • 12 Posts
    I used BlueHost’s simple script update for my ModX site and got this instead of a home page:
    « MODx Parse Error »
    MODx encountered the following error while attempting to parse the requested resource:
    « PHP Parse Error »
     
    PHP error debug
      Error: 	Missing argument 13 for Qm::Qm(), called in /home3/nsborg/public_html/manager/includes/document.parser.class.inc.php(746) : eval()'d code on line 2 and defined	 
      Error type/ Nr.: 	Warning - 2	 
      File: 	/home3/nsborg/public_html/assets/plugins/qm/qm.inc.php	 
      Line: 	16	 
      Line 16 source: 	function Qm(&$modx, $jqpath, $loadmanagerjq, $loadfrontendjq, $noconflictjq, $loadtb, $tbwidth, $tbheight, $hidefields, $hidetabs, $hidesections, $addbutton, $tpltype, $tplid, $custombutton, $managerbutton, $logout) { 	 

    I got similar errors in place of the document tree and tab bar in the manager.

    For now I’ve reverted to 1.0.0, but I’d really like to be able to update. Any suggestions?
      • 15197
      • 65 Posts
      I’ve got the same error. Did you find the solution? I even tried a fresh install of 1.02, but the error came back after I imported my db.
        • 15197
        • 65 Posts
        I replaced the qm plugin files with the ones from 1.0.0 and everything works now. Everything else is 1.0.2 - what am I losing or risking by using the 1.0.0 qm files?
          • 16610
          • 634 Posts
          I strongly suggest to update also QM+.

          Try the latest version if that helps: http://modxcms.com/extras/package/541
            Mikko Lammi, Owner at Maagit
            • 8942
            • 12 Posts
            Thanks for the idea, I tried upgrading to the version of QM at http://modxcms.com/extras/package/541 after running the upgrade, but that seemed to make the problem worse, or at least didn’t seem to help at all.

            I didn’t try reverting to the 1.0 version of QM. How has that worked so far for you k4satin?
              • 15197
              • 65 Posts
              It seems to be working fine with the 1.0.0 qm files, but honestly I haven’t done much with it since I did the upgrade and tested it last week. Are the files at http://modxcms.com/extras/package/541 different from what’s included in the 1.0.2 download?
                • 2352
                • 1 Posts
                Concerning the QuickManager QM missing Parameter error...

                I made the following changes after the 1.0.2 upgrade, and my website works fine now:

                1. Checked and fixed the File Base Path and File Manager Path
                See this post: http://modxcms.com/forums/index.php/topic,39841.msg240808.html#msg240808

                2. Disabled the QuickEdit Plugin
                Elements->Manage Elements->Plugins
                Select QuickEdit->General: (check) Plugin Disabled, Save

                I assume the real issue was QuickEdit. A new installation of Modx 1.0.2 does not even contain QuickEdit as far as I can tell.
                  • 15197
                  • 65 Posts
                  That makes sense, but my site MODx install is relatively new (started at 1.0.0 ro 1.0.1) and doesn’t even have Quick Edit installed. I’ll try to compare the files one of these days when I have time to work on my own site again. Too busy with other people’s sites right now.