Re: install the new version into a separate database
tahiti amin:
This is one of the first instructions listed in the zencart upgrade tutorial. Exactly what files am I supposed to load into the new database?
Every Zen Cart installation requires a set of files and a database.
The instructions probably mentioned "into a new database" because it means to NOT re-use the existing database where your live data is located.
I suppose you could replace the word "new" with "separate":
"Install a new copy of Zen Cart onto your server, making sure to use a different/new database which is not your current/existing database."
Re: install the new version into a separate database
Thanks for all the help. I am almost all the way through updating. I have been testing my "new site" every step of the way to make sure everything is right. When updating the two configure flies I replaced any of the mentions of _CATALOG with _DEMOCATALOG and tested the site afterwards and everything was working great. I browsed through the site I tried to place an order and all seemed to be working quite well. I put the new zencart folder in my "new site" and attempted to install but it will not allow me to upgrade. I read through the instructions and it said to check your configure files settings. I did that and I have everything set to 777. Does anyone know what I am doing wrong?
Re: install the new version into a separate database
one more thing I noticed. On my new version of the site everything seems to be working but I cannot access the admin folder. When I try to it takes me to the system set up required page.
Re: install the new version into a separate database
Okay I figured out that my configure files are not correctly formatted.
If I put the new version of my store under the folder testcatalog
and named my new database testcatalog
what should this configure file look like when I am done?
define('DIR_WS_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');