Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configure.php error


Guest

Recommended Posts

Posted

Hi everyone.

 

I have a problem when I am adding products to my shop. I have my image catalog on http://www.mypage.com/images

 

When I add products in the admin pages, I see a perfect preview on the product image, but when I look into my webshop, no image exists.

 

Can anybody please tell me where in the configure.php either in catalog or admin I can change this so everything appears perfect?

Posted

Check the path to the shop and images directory in both configuration files.

 

Guess your admin file is correct and other is not

 

define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://localhost');

define('DIR_WS_ADMIN', '/dev/catalog/admin/'); // absolute path required

define('DIR_WS_CATALOG', '/dev/catalog/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...