Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images visible in frontend but not in admin


boetje

Recommended Posts

Posted

Hey folks,

 

The problem I have is the following.

 

When I populated the store (catalog) with easy populate I get to see the product images in the frontend of the store, though in the admin section I get the error: image does not exist.

Nor the categories or flag images show up in the admin section.

 

Can anybody help me to solve my problem?

 

Cheers,

 

Boetje

Posted

are these values set correctly in your configure file in catalog/admin/includes/configure.php?

 

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

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

 

Make sure that those valuse point to where your image and icons folder is located on your server.

Andrew Yuen

osCommerce, Community Team

Posted
are these values set correctly in your configure file in catalog/admin/includes/configure.php?

 

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

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

 

Make sure that those valuse point to where your image and icons folder is located on your server.

 

Dear Andyy15,

 

Thanks for your reply.The imagepath in the config file admin/includes was wrong.

My mistake.

 

Cheers,

 

Boetje :D

Archived

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

×
×
  • Create New...