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

    i'm working on 2.2.4pl with MIGX 2.2.0pl.
    I installed MIGX, and tried to created the schema from existing tables giving a proper package name first and the create schema from tables.
    That didn't work so after messing up quite a bit i uninstalled MIGX, removed the package and removed the 3 migx tables from the db.
    Now wheni try to reinstall MIGX the tables do not get recreated resulting in en
    [2012-07-11 16:25:19] (ERROR @ /manager/index.php)
    
    Error 42S02 executing statement: 
    Array
    (
        [0] => 42S02
        [1] => 1146
        [2] => Table 'lhm_test_modx.modx_migx_configs' doesn't exist
    )


    no way to get MIGX to work again.
    how can i fix this?
      • 4172
      • 5,888 Posts
      did you all installation-steps from here:
      http://rtfm.modx.com/display/ADDON/MIGX
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 24629
        • 370 Posts
        Hi,

        Yep i did after download and install in packagemanagement i did the steps for 'Create a new action' and 'Create a new menu' the error shows when i click on the 'MIGX' button under the components menu.

        When i check the database with navicat i can see the tables are not created. in the debug text it also says
        Notice: Undefined index: packageName in /var/www/vhosts/xxx.com/test3/core/components/migx/model/migx/migx.class.php on line 115 


          • 4172
          • 5,888 Posts
          can you set the system-setting 'debug' to 0 for now and try it again?

          [Edit]
          This step should create the tables:
          go to components -> migx -> setup-tab -> click 'setup'
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
            • 24629
            • 370 Posts
            Hi Bruno,

            Yes that did it...
              • 36704
              • 131 Posts
              Hi bruno,
              I got thesame error with rdaneeel.
              I set the system-setting 'debug' to 0
              but nothings appear any component on my menu
                • 4172
                • 5,888 Posts
                you did this?


                Create a new action

                System->Actions

                right-click 'migx' ->create Action here

                controller: index
                Create a new menu

                System->Actions

                right-click 'Components' ->Place Action here

                lexicon key: migx
                action: migx - index
                parameters: &configs=packagemanager||migxconfigs||setup

                to make sure the configuration-table is created and up to date,
                go to components -> migx -> setup-tab -> click 'setup'

                don't forget to reload your manager after adding the action!
                  -------------------------------

                  you can buy me a beer, if you like MIGX

                  http://webcmsolutions.de/migx.html

                  Thanks!
                • I had a bit of trouble at first, had to clear the cache and reload the manager page a couple of times before I figured out the correct sequence of events.
                    Studying MODX in the desert - http://sottwell.com
                    Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                    Join the Slack Community - http://modx.org
                    • 36704
                    • 131 Posts
                    Thanks bruno17, forgive me it was my first time to use this plugin.
                    Maybe i should give more time to read on the documentation and try more some test and with examples.

                    I wish i could find out more useful example using MIGX.
                    As of now i am using it on my NivoSlider and Fancybox for my simple image gallery webpage.

                    Thanks again!
                    • Check out the "doodles" CMP tutorial, it's well worth going through (especially if you've done the basic CMP "Doodles" tutorial!) http://rtfm.modx.com/display/ADDON/MIGXdb.Create+doodles+manager+with+help+of+MIGXdb
                        Studying MODX in the desert - http://sottwell.com
                        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                        Join the Slack Community - http://modx.org