I want to use two interspire shopping cart in the same web hosting account.
One use for current online sell use.
One use for testing for myself.
The shopping cart which current online sell use
locate in root directory.
The shopping cart which testing for myself
locate in a folder called newsite
But I don't know why my testing shopping cart also loaded root directory file?
Such as that load root directory /lib/init.php
But I expect system will load /newsite/lib/init.php
Why do occur this problem.
And how to solve.
Because if I cannot separate two shopping cart setting. I cannot finish of my project.
Thank for your help!
two interspire shopping cart in the same web hosting account
-
- Posts: 744
- Joined: Thu Jun 18, 2009 8:59 am
Re: two interspire shopping cart in the same web hosting account
I take it you have a development license for the "newsite" - if so just stick everything in there, copy the database so that you can work with that, and amend settings in the config file to show /newsite/ - that's all. I did this for out 5.5.2 install, worked a treat
Re: two interspire shopping cart in the same web hosting account
I've had 2 copies running under the same hosting account aswell. One for testing and one for selling. This always worked without exception. After a while I deleted the old 'test cart' and re-uploaded a new one (a new version 5.5.4 and I did this before in the same way). Since then I can't install the 'new testcart' anymore. I keep getting internal 500 errors
when I try to install the cart.
Does anyone have any clue on how to fix this? I do have an test account with ISC.
Thanks for your help.

Does anyone have any clue on how to fix this? I do have an test account with ISC.
Thanks for your help.
ISC v6
-
- Posts: 744
- Joined: Thu Jun 18, 2009 8:59 am
Re: two interspire shopping cart in the same web hosting account
Have you gone in and edited the config files to reflect the different home directory?
Re: two interspire shopping cart in the same web hosting account
Tony,
I assume you meant the files in the /config/ map? What exactely do I have to change then? I tried several things but I still get the 500 error.
Any help?
I assume you meant the files in the /config/ map? What exactely do I have to change then? I tried several things but I still get the 500 error.
Any help?
ISC v6
-
- Posts: 744
- Joined: Thu Jun 18, 2009 8:59 am
Re: two interspire shopping cart in the same web hosting account
Just making sure that the store location is http://www.mystore.com and not something like http://www.mystore.com/teststore in config/config.php
Re: two interspire shopping cart in the same web hosting account
Tony,
Thanks for your reply.... Can you be more specific in the way I have to alter the config file?? My test store is at www.mystore.com/dev and my live store is at www.mystore.com. Does this have something to do with it? Now i'm in a position where neither my host nor ISC have a clue where the fault could be!!?
Do you have any thoughts on this?
Anyway thanks for your reply
Thanks for your reply.... Can you be more specific in the way I have to alter the config file?? My test store is at www.mystore.com/dev and my live store is at www.mystore.com. Does this have something to do with it? Now i'm in a position where neither my host nor ISC have a clue where the fault could be!!?
Do you have any thoughts on this?
Anyway thanks for your reply
ISC v6
-
- Posts: 744
- Joined: Thu Jun 18, 2009 8:59 am
Re: two interspire shopping cart in the same web hosting account
In config/config.php ~line 30, your existing site should be:
and the test site should be$GLOBALS['ISC_CFG']["ShopPath"] = 'http://www.mystore.com';
I'd be shocked if ISC couldn't help you with this though - so I guess it is already set correctly?$GLOBALS['ISC_CFG']["ShopPath"] = 'http://www.mystore.com/dev';
Re: two interspire shopping cart in the same web hosting account
Tony,
Thanks again for your reply. I tried that before but that didn't help
ISC said that some settings in the .htaccess were wrong. Tried that but that also didn't work. My host says all the settings are correct etc. So I'm back to the beginning. I'll open a new ticket, but I doubt that will help. Maybe you have another suggestion?
Anyway thanks for your help so far
Thanks again for your reply. I tried that before but that didn't help

Anyway thanks for your help so far
ISC v6
-
- Posts: 744
- Joined: Thu Jun 18, 2009 8:59 am
Re: two interspire shopping cart in the same web hosting account
Sorry, it's at the "poke it with a stick" stage for me!