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
when you "search locally" it’ll look for transport packages (*.transport.zip) in \core\packages
verify this is your case.
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
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
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"??
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"??
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.
Thanks!!!! Now it’s OK!! only my lexicon changes aren’t on line.... why?
Thanks
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.