Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No images in admin?


Preseren

Recommended Posts

Posted

Hy all...

 

My store is working and all, but while changing some of the products, I would like to get rid of a problem that Im having from the start.

 

My products and their images are working well in the catalog section, but I am not able to see them in the admin section. Why is that?

 

When I go and right click on the pic in admin area, I get, that the location of the pic should be in /admin/ Of course thats not the fact.

 

Im psting also my admin/includes/configure.php

 

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

define('HTTP_CATALOG_SERVER', 'http://www.hiskadobrot.com');

define('HTTPS_CATALOG_SERVER', 'http://www.hiskadobrot.com/');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT','/home/hiskad/domains/hiskadobrot.com/public_html/trgovina/ '); // where the pages are located on the server

define('DIR_WS_ADMIN', '/trgovina/blondrula/'); // absolute path required

define('DIR_FS_ADMIN', '/home/hiskad/domains/hiskadobrot.com/public_html/trgovina/blondrula/'); // absolute pate required

define('DIR_WS_CATALOG', '/trgovina/'); // absolute path required

define('DIR_FS_CATALOG', '/home/hiskad/domains/hiskadobrot.com/public_html/trgovina/'); // absolute path required

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

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

define('DIR_WS_CATALOG_IMAGES','/imagesa/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . '../includes/modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', '../includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', '../includes/languages/');

define('DIR_FS_CATALOG_IMAGES','../imagesa/');

define('DIR_FS_CATALOG_MODULES', '../includes/modules/');

define('DIR_FS_BACKUP', DIR_WS_ADMIN . 'backups/');

 

Any idea, what is wrong here?

 

Thanks

Archived

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

×
×
  • Create New...