We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 43703
    • 3 Posts
    I have a number of Editor users who like to use the Quick Manager front end menu to create or edit resources rather using the manager view and the site tree.

    Since upgrading to 1.0.14 both the "create resource here" and "edit resource" buttons load a blank screen. The manager and log out options still work.

    The only problem I had with the upgrade was in FTP'ing the file assets/plugins/managermanager/js/jsquery-1.9.1.min.js Everything else went completely smoothly.

    The webserver is Microsoft IIS 6.0 and PHP 5.3.5 MYSQL 5

    Any help will be much appreciated.





    [ed. note: bishopweb last edited this post 9 years, 8 months ago.]
      • 9995
      • 1,613 Posts
      did you check the Quickmanager config settings?
      maybe some conflict or version problem?




        Evolution user, I like the back-end speed and simplicity smiley
        • 43703
        • 3 Posts
        Quote from: fourroses666 at Jul 09, 2014, 10:10 AM
        did you check the Quickmanager config settings?
        maybe some conflict or version problem?





        Thanks for the suggestions.

        I have been through the config and can't find anything that relates. It is easy to turn on/off the Manager and Logout menu options but there is nothing in the documentation about Edit Resource or Create Resource Here.

        I have been wondering whether to delete and re-install from scratch which might deal with any versioning issues.

          • 9995
          • 1,613 Posts
          if I where you I would try re-installing first.
          or first reupload only folder /assets/plugins/qm/

          if that doesn't help both, downgrade first to previous version, then update everything except for qm.
            Evolution user, I like the back-end speed and simplicity smiley
            • 43703
            • 3 Posts
            Quote from: fourroses666 at Jul 09, 2014, 03:17 PM
            if I where you I would try re-installing first.
            or first reupload only folder /assets/plugins/qm/

            if that doesn't help both, downgrade first to previous version, then update everything except for qm.

            Thanks. I'll give that a go.
            • I have reinstalled. I have checked all js settings and tried variations of all of them. I have checked that all the right boxes are checked in the system events and that the plugins are loading in the right execution order. This is a problem for me on 20+ websites.

              http://www.maagit.fi/modx/quickmanager-plus/docs


              my error is this:

              Uncaught ReferenceError: jQuery is not defined and it points to this section:


              <form name="mutate" id="mutate" class="content" method="post" enctype="multipart/form-data" action="index.php">
              <script type="text/javascript">document.body.style.display="none";</script><script type="text/javascript">var $j = jQuery.noConflict(); $j(document).ready(function($){$("#actions").hide();
              var controls = "<div style=\"padding:4px 0;position:fixed;top:10px;right:-10px;z-index:1000\" id=\"qmcontrols\" class=\"actionButtons\"><ul><li><a href=\"#\" onclick=\"documentDirty=false;document.mutate.save.click();return false;\"><img src=\"media/style/MODxRE/images/icons/save.png\" />Save</a></li><li><a href=\"#\" onclick=\"parent.location.href='http://www.schaefercompany.com/index.html'; return false;\"><img src=\"media/style/MODxRE/images/icons/stop.png\"/>Cancel</a></li></ul></div>";
              $("body").prepend(controls);
              


              even though jquery is loading.

              I'm going to go check now that it isnt being loaded by 12 plugins.
                ________

                Anne
                Toad-in-Chief
                Red Toad Media - Web Design, Louisville KY
                Hear me tweet: http://www.twitter.com/redtoadmedia
                "Bring on the imperialistic condiments." - Rory Gilmore
              • ps. who or whom is doing the new evo updates? can I help?
                  ________

                  Anne
                  Toad-in-Chief
                  Red Toad Media - Web Design, Louisville KY
                  Hear me tweet: http://www.twitter.com/redtoadmedia
                  "Bring on the imperialistic condiments." - Rory Gilmore
                  • 4041
                  • 788 Posts
                  Quote from: redtoad at Aug 20, 2014, 10:55 PM
                  ps. who or whom is doing the new evo updates? can I help?
                  I'm pretty sure the development is here:
                  https://github.com/modxcms/evolution

                  Maybe unrelated to your issue but I have a script that uses managermanager and referenced the current doc using $id, well in 1.0.14 something changed so I had to change to $_REQUEST['id']. just fyi.
                    xforum
                    http://frsbuilders.net (under construction) forum for evolution
                    • 16610
                    • 634 Posts
                    I think blank window would indicate that the problem is related to jQuery. Try removing jQuery from your template if you are using it and after that set "Load jQuery in front-end" = "true" from QM+ configuration settings.

                    Also Breezer's point is noteworthy, this could be some PHP problem too.
                      Mikko Lammi, Owner at Maagit
                    • @lammiko yes my thought too which is why I tried all that already. thanks though.

                      @breezer I will check that thank you.
                        ________

                        Anne
                        Toad-in-Chief
                        Red Toad Media - Web Design, Louisville KY
                        Hear me tweet: http://www.twitter.com/redtoadmedia
                        "Bring on the imperialistic condiments." - Rory Gilmore