Installing 2 sites

Permalink
Hello,

I need to duplicate an existing C5 website. Each site will be on an individual domain and needs to be separate.

When I copy the database and files from one site to another the new site works, however when I connect to the community again, the site thinks its the old one (first version) . I need this site to have a separate project in the projects section for its own addon downloads etc.

Can any one shed some light as to how to achieve this please...?

 
JohntheFish replied on at Permalink Reply
JohntheFish
Make sure you have backups before doing this as it is a database hack that I have not tried on 5.5.1 and am repeating from memory without testing.

use phpMyAdmin,
find the table 'Config'
delete the rows:
MARKETPLACE_SITE_TOKEN
MARKETPLACE_SITE_URL_TOKEN

Now go to the dashboard and change your site name (or while in phpMyAdmin hack the Config/SITE data)

When you next go to the C5 dashboard and connect to the marketplace, it should start again from scratch asking for your account & project details etc.
obaudains replied on at Permalink Reply
Star than you.

Its not a 5.5 version. its 5.4.
I will give it a go and let you know how I get on.

Thanks for your help.