Zen Cart Logo
Forums / Basic Configuration / Image Directory Mismatch

Image Directory Mismatch

Views: 1,118

Results 1 to 4 of 4
2 May 2012, 5:11 PM
#1
stevenmagnet avatar

stevenmagnet

New Zenner

Join Date:
Apr 2012
Posts:
13
Plugin Contributions:
0

Image Directory Mismatch

Whenever I upload an image through the admin panel, it uploads into the directory shop/images. However, the website for the store is looking for an images folder in the root directory. I figure something is wrong with my configure.php file, but no matter what I change, the problem still doesn't seem to be fixing itself. How do I change either the folder that the site pulls from or the folder that the images upload to?

2 May 2012, 5:26 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Image Directory Mismatch

In your shop/includes/configure.php file, what are the values for HTTP_SERVER, HTTPS_SERVER, DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG?

2 May 2012, 5:55 PM
#3
stevenmagnet avatar

stevenmagnet

New Zenner

Join Date:
Apr 2012
Posts:
13
Plugin Contributions:
0

Re: Image Directory Mismatch

HTTP_SERVER and HTTPS_SERVER are set to https://www.usboatgroup.com (the shop site)
DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG are '/shop/'

2 May 2012, 6:29 PM
#4
stevenmagnet avatar

stevenmagnet

New Zenner

Join Date:
Apr 2012
Posts:
13
Plugin Contributions:
0

Re: Image Directory Mismatch

Sorry about the double-post, can't seem to edit on here.

Turns out the problem was that the link I was given for the backend was for an old installation, whereas the shop site runs off a different installation that uses the same database. They decided not to remove the old installation because of... reasons.