Zen Cart Logo
Forums / Installing on a Windows Server / Site Copy looks for zc_install

Site Copy looks for zc_install

Locked

Views: 991

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Nov 2009, 4:12 PM
#1
jammin320 avatar

jammin320

Zen Follower

Join Date:
Mar 2007
Location:
Seattle, WA
Posts:
158
Plugin Contributions:
0

Site Copy looks for zc_install

This is probably really simple and I just need more coffee, however at the moment, I can't figure it out.

I am testing a module and so I have copied the entire production database and file tree to my local system. However, when I hit the Zencart directory, instead of loading the store front, it is looking for (and not finding as it doesn't exist) the zencart/zc_install/index.php file. Why does the store think it needs to reinstall?

15 Nov 2009, 5:32 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Site Copy looks for zc_install

Sounds like you may not have done all the edits needed to the configure.php files. So your site is looking for folders (such as the cache folder) at non-existent locations, not finding them, concluding that this must be a new installation and going to look for the installer.

I'd go back through this FAQ, and ensure that you have followed every step to the letter, and double check that you haven't done something that it doesn't tell you to do.

15 Nov 2009, 10:39 PM
#3
jammin320 avatar

jammin320

Zen Follower

Join Date:
Mar 2007
Location:
Seattle, WA
Posts:
158
Plugin Contributions:
0

Re: Site Copy looks for zc_install

Thanks - it is hard to tell what config I missed (there are several that I have adjusted that didn't fix it), but I didn't follow those instructions. That is a good resource, I appreciate it. Now I just need to quit being lazy and do things the right way.