Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

payment modules and some images not showing in admin.


janice171

Recommended Posts

Posted

Hi,

 

none of the payment modules are displaying in my administration panel after making a couple of changes to my configure.php file.

There is also a an error at the top of admin on some of the pages saying:

Catalog images directory does not exist: /home/bohd_1698/public_html/examples/shop/images/

 

here's my configure file from admin if anyone can help me out...

 

 define('HTTP_SERVER', 'http://mywebsite.co.uk'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
 define('HTTP_CATALOG_SERVER', '');
 define('HTTPS_CATALOG_SERVER', '');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/home/bohd1698/public_html/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)
 define('DIR_WS_ADMIN', '/examples/shop/admin/');
 define('DIR_FS_ADMIN', '/home/bohd_1698/public_html/examples/shop/admin/');
 define('DIR_WS_CATALOG', '/examples/shop/');
 define('DIR_FS_CATALOG', '/home/bohd_1698/public_html/examples/shop/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
 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 . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
 define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
 define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
 define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

  • 3 weeks later...
Posted
PROBLEM RESOLVED.

 

I just had some of the paths wrong!!!

 

Hi There,

I've also similar problem. I solved the image problem but I'm stuck with mapyment module.

 

Could you copy paste your working configure.php file (admin side) here please.

 

cheers

Archived

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

×
×
  • Create New...