We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26192
    • 91 Posts
    Hi! I’ve installed Revo on production server, that I’ve copyed in package folder the package from my local version

    using "search locally package" I show a list of package copyed

    but when I try to install I show "package not found"

    Where is it my problem?

    Thanks
      • 22295
      • 153 Posts
      when you "search locally" it’ll look for transport packages (*.transport.zip) in \core\packages

      verify this is your case.
        • 26192
        • 91 Posts
        I don’t know what I’ve to do!!

        I’ve copied my package files in core/package ... and with "search locally" it find the packages


        I’ve "core.transport.zip" file that I’ve create from /_build folder

        where is it my problem?


        Thanks
          • 26192
          • 91 Posts
          I think that the problem can be this:

          I’ve dropped the installed DB and import my local DB

          Can be that the packages informations (in DB tables) are wrong?

          Thanks
            • 22303 MODX Staff
            • 10,725 Posts
            Quote from: sarah_77 at Mar 30, 2010, 07:41 AM

            I’ve dropped the installed DB and import my local DB
            Don’t EVER do this! You should create and upload the local DB to the remote server, then run upgrade against that existing database. Never EVER install new, drop the database and import another one.
              • 26192
              • 91 Posts
              Right steps are:

              install new version with new DB
              now??

              I’ve "export" version of my local DB (the DB that I want to import)

              re-execute the setup with upgrade?? but my "local export DB"??

                • 26192
                • 91 Posts
                Please help me! I’ve read you reply but I don’t know what I’ve to do:

                I’ve installed new version with new DB

                now??

                I’ve an "export" version of my local DB (the DB that I want to import over new installation)

                I’ve to re-execute the setup with upgrade?? but my "local export DB"??
                  • 22295
                  • 153 Posts
                  1. export your local db to the production server
                  2. copy the installation files
                  3. run upgrade /setup

                  this should install modx but maintain your database.
                    • 26192
                    • 91 Posts
                    Thanks!!!! Now it’s OK!! only my lexicon changes aren’t on line.... why?

                    Thanks
                      • 22295
                      • 153 Posts
                      not sure why, but you can do a topic export in your local manager and then import to your production manager (it’s a per-topic only)
                      or simply take it directly from the mysql, it’s all in these tables:
                      modx_lexicon_entries
                      modx_lexicon_topics
                      modx_lexicon_languages (in case you added more languages)

                      don’t forget to clear-cache after.