|
well you can install a test copy as long as its not web accessible. You would need to essentially clone your database and install your second copy into that database to get it running under the test url paths etc and then run an upgrade also from your last version because install will not update tables it finds. You will get lots of duplicate errors dont worry your playing with your copy not the real one which is why you cloned the database tables into a new database. You should then have an active test copy.
|