We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36549
    • 572 Posts
    Hi

    I am just going through one of the MIGXdb tutorials (https://rtfm.modx.com/extras/revo/migxdb/migxdb.tutorials/migxdb.manage-events-resources-in-a-cmp-with-help-of-migxdb) but get stuck right at the end with this:
    Create a menu to your CMP
    System -> Actions
    menu-tree:
    Components->MIGX->right-click->Place Action here
    Lexicon-key: Events Manager
    Action: migx-index
    parameters &configs=events
    click 'save'

    As i couldn't find the 'System > Actions' I instead went to 'Menus' and created a new item there but get an error after refreshing the page and clicking on the newly created top menu item "Events Manager":
    Could not find action file at: www/manager/controllers/default/index.php 

    I tried using a different action of 'index&namespace=migx' instead of the 'migx-index' as listed in the tutorial but still get the same message.
    I am using Modx 2.4.3 and MIGX 2.9.6

    Any ideas why this might be happening?

    Thanks

    This question has been answered by Bruno17. See the first response.

      www.9thwave.co.uk
         WEB | DESIGN | PRINT
    • discuss.answer
      • 4172
      • 5,888 Posts
      action: index
      namespace: migx
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 36549
        • 572 Posts
        Ah of course, thank you Bruno:-)

        I get this message now:
        Code: 200 OK
        {"success":false,"message":"could not find any of these processor-files:
        \/paas\/c4577\/www\/core\/components\/migxresourceevents\/processors\/mgr\/childresources\/getTVcombo.php
        \/paas\/c4577\/www\/core\/components\/migxresourceevents\/processors\/mgr\/default\/getTVcombo.php
        \/paas\/c4577\/www\/core\/components\/migx\/processors\/mgr\/childresources\/getTVcombo.php
        \/paas\/c4577\/www\/core\/components\/migx\/processors\/mgr\/default\/getTVcombo.php","total":0,"data":[],"object":[]}

        Do i need to add some files?
          www.9thwave.co.uk
             WEB | DESIGN | PRINT
          • 4172
          • 5,888 Posts
          seems this tutorial needs an update.

          you will need this package:
          https://github.com/Bruno17/migxchildresources/tree/master/packages
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
            • 4172
            • 5,888 Posts
              -------------------------------

              you can buy me a beer, if you like MIGX

              http://webcmsolutions.de/migx.html

              Thanks!
              • 36549
              • 572 Posts
              Thanks Bruno. I have had to change the directory from migxchildresources to migxresourceevents but no errors now so cheers for your help.
                www.9thwave.co.uk
                   WEB | DESIGN | PRINT
                • 54063
                • 14 Posts
                I'm also following this tutorial and managed to get it to work (yay). Is it possible to add a 'view' button on the CMP grid though so you could view the resource it's linked to?