Quote Originally Posted by conor View Post
Hi Danielle,

I hope you have a backup of the database from before the upgrade?

It's also best to research into all the existing modules installed on a store before you upgrade the existing store...

Unfortunately you would have found out that you are upgrading the store wrongly.

You CANNOT use a subdirectory when upgrading a store that uses static URIs. You must use a subdomain for the temporary (new) store.. to be honest, that's the professional way to do things and you should have done that anyway.. a good lesson to learn now and use for the future, so probably good that this happened to you! :)

The module's documentation makes it very clear that you do indeed have to do that.

So what you need to do is:

1) Move the new store to a subdomain (e.g. test.yourclientssite.com) instead of a subdirectory.

2) Restore the ceon_uri_mapping database table(s).

Then you'll have a test site with working URIs.

All the best...

Conor
ceon
Great, thanks! I do have a backup of course :)