Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

standard payment and shipping modules won't install


Guest

Recommended Posts

Posted

Please help.

 

I have just installed oscommerce 2.2. I have used a conribution to not require registration and I have done some fairly significant modifications to the look and feel (although I can't see how this would affect the back end)

 

Now I have tried to install the payment and shipping modules so I can set them up and when I click install nothing happens.

 

The path it shows on the install page in the admin area is correct and I really can't see what might have gone wrong.

 

My admin/includes/configure.php file looks like this:

 

<?php

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', '');

define('HTTP_CATALOG_SERVER', '');

define('HTTPS_CATALOG_SERVER', '');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT);

define('DIR_WS_ADMIN', '/catalog/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

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

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

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_MODULES', DIR_FS_CATALOG . 'includes/modules/');

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

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

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

 

// define our database connection

define('DB_SERVER', '********');

define('DB_SERVER_USERNAME', '*********');

define('DB_SERVER_PASSWORD', '*********');

define('DB_DATABASE', '*******');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', '');

?>

 

I did have to change the definition of the images folder to iron out another problem but that is sorted now. I can't figure out what has gone wrong.

 

Please help. :(

Posted
define('HTTP_SERVER', '');

define('HTTP_CATALOG_SERVER', '');

define('HTTPS_CATALOG_SERVER', '');

why the above variables are empty?

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

why the above variables are empty?

 

 

I don't know. What should be in them?

Archived

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

×
×
  • Create New...