Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images not showing in admin area


Guest

Recommended Posts

Hey guys/girls,

 

Just having a problem with my images not showing up in my admin window.

/link/admin/DIR_WS_CATALOGimages/file.jpg

 

for some reason.. its putting DIR_WS_CATALOG in the middle of the path to the pictures.

Its showing up fine on the main website .. just in the backend (admin area) the pictures dont appear in the catalog area.

 

Can someone tell me how to get rid of DIR_WS_CATALOG in the path area.

 

i think i screwed up something.......

maybe its in configure.php in /admin?

 

help me out please

 

thanks team

 

greg

Link to comment
Share on other sites

Hey guys/girls,

 

Just having a problem with my images not showing up in my admin window.

/link/admin/DIR_WS_CATALOGimages/file.jpg

 

for some reason.. its putting DIR_WS_CATALOG in the middle of the path to the pictures.

Its showing up fine on the main website .. just in the backend (admin area) the pictures dont appear in the catalog area.

 

Can someone tell me how to get rid of DIR_WS_CATALOG in the path area.

 

i think i screwed up something.......

maybe its in configure.php in /admin?

 

help me out please

 

thanks team

 

greg

Take a look in your catalog/admin/includes/configure.php

 

the standard install lines looks like this.

 

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

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

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Hrmm thanks for the reply.. but the configure.php already looks exactly like that in /admin

 

any other suggestions..

 

 

Please help me out

 

 

ta

 

greg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...