Hi,
I’m trying to backup an Evolution website to a local XAMPP install using the steps outlined here
http://www.codeistry.com/help/uploading-downloading-and-backing-up-modx-sites
But rather than just copy everything blindly over, I did a fresh unpack of Evolution 1.0.0
into XAMPP, pointed to "install" and selected the advanced option. I had already created a new database in MYSQL and poured the backed-up MODX database into it (successfully).
Specifying localhost, username and password and then selecting "test server connection" worked fine, bringing up the fields for the database. I made sure the database name, prefix, connection method and collation were the same as specified in the downloaded config.inc.php file from /manager/include (connection name only said "utf8" so I selected "utf8-general-ci").
Testing the selection works fine, with the database passing. So I take the next page’s default recommendations of installing everything except the sample site and select "Install".
Everything is okay up to the point where it is checking the table prefix. There, I get this message :
Checking table prefix `modx_`: FAILED! - Table prefix does not exist in this database!
Setup couldn't install into the selected database, as it does not contain existing tables with the prefix you specified to be upgraded. Please choose an existing table prefix, and run Setup again.
Can anyone point out what I am doing wrong? Looking at the database structure in MySQL’s admin program shows 43 tables, with every one of them beginning "modx_". There were no reported errors in the creation, download or importing of the backup database and the website doesn’t have anything funky in it - it’s just a sandbox for testing out chunks, snippets, etc. (In other words, I’m not using the MODx database to also hold other non-MODx info ...)
I did a search of the forums, but nothing came back that seemed relevant. Any help would be appreciated, as I’d like to have a relatively straightforward set of steps for transferring hosted <-> localhost.
Thanks!
Matt