We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33968
    • 863 Posts
    I'm getting the same error:
     [2012-08-02 06:16:59] (ERROR @ /ovo/manager/index.php) Error 42S02 executing statement: 
    Array
    (
        [0] => 42S02
        [1] => 1146
        [2] => Table 'ovo.ovo_migx_configs' doesn't exist
    )
    

    Revo 2.2.4-pl, MIGX 2.2.3-pl.

    I've tested on a completely fresh Revo install and had the same issue. There is no 'migx' component added to the Components menu and no 'migx' actions available in the 'migx' namespace (Actions Page).

    The MIGX TV itself seems to work fine, but I get that error every time I edit a resource.
      • 4172
      • 5,888 Posts
      See: http://rtfm.modx.com/display/ADDON/MIGX

      you did this?


      Installation Package-Manager / MIGX-Configurator CMP
      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'
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 33968
        • 863 Posts
        Ahh - that did it. Sorry, I installed the package and didn't realise there was more to it after running the installer. Thanks Bruno!
        • Quote from: Bruno17 at Aug 02, 2012, 05:31 AM
          See: http://rtfm.modx.com/display/ADDON/MIGX

          you did this?


          Installation Package-Manager / MIGX-Configurator CMP
          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'

          Thanks, Bruno! This took care of this issue for me, too.
            Mike Reid - www.pixelchutes.com
            MODx Ambassador / Contributor
            [Module] MultiMedia Manager / [Module] SiteSearch / [Snippet] DocPassword / [Plugin] EditArea / We support FoxyCart
            ________________________________
            Where every pixel matters.
          • This caught me up the first couple of times I used MIGx as well!
              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
            • As I wrote at the beginning of this post I had a similar problem due to write permission,
              using my hosting tool: repair permission I solved the internal server error...

              After that I could follow the instructions of http://rtfm.modx.com/display/ADDON/MIGX [ed. note: tillilab last edited this post 11 years, 3 months ago.]
                TilliLab | MODX Ambassador
                website
                • 42625
                • 9 Posts
                I am getting the same error too.
                [2013-01-25 14:47:26] (ERROR @ /index.php) Error 42S02 executing statement: 
                Array
                (
                    [0] => 42S02
                    [1] => 1146
                    [2] => Table 'ccn.modx_migx_configs' doesn't exist
                )
                

                I try to resolve it doing this steps : http://rtfm.modx.com/display/ADDON/MIGX
                When I open the tab "components", an error occurs (see attachment).

                Is that this error is related to MIGX or so the problem is elsewhere?

                Thanks for help
                  • 42702
                  • 1 Posts
                  I also have the same problem, I just moved a site to a new server, everything is working well except the image uploading thing.

                  When i try to upload something via the template variables or other sections a loading migx pop up appears, then redirects to the homepage and closes itself.

                  and i get this error on the error log.
                  [2013-02-01 21:26:07] (ERROR @ /index.php) Error 42S02 executing statement: 
                  Array
                  (
                      [0] => 42S02
                      [1] => 1146
                      [2] => Table '_modu.upg_migx_configs' doesn't exist
                  )
                  
                  [2013-02-01 21:26:07] (ERROR @ /index.php) context for 3 is web
                  


                  I've tried reinstalling migx and also creating actions on components bar.After the component is created the same redirect occurs and i can't get anything done there.

                  i get this error at error log from cpanel
                  [Fri Feb 01 20:59:13 2013] [error] [client 182.50.65.67] SoftException in Application.cpp:601: Directory "/public_html/assets/components" is writeable by group, referer: /manager/?a=81&configs=packagemanager||migxconfigs||setup
                  


                  Is this a server problem. I've tried changing the components folder permission from 777 to 755 without any improvement.

                  Any help to fix this would be appreciated