Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment module doesn't seem to install


Guest

Recommended Posts

Posted

Hi,

 

I'm another newbie to osCommerce. I've been able to install the product. But, after navigating to the Payment module screen, and hitting the Install button, nothing changes in the admin panel. This is all of the text I get:

 

Payment Modules

Modules Sort Order Action

Module Directory: c:/easyphp1-8/www/includes/modules/payment/ +Install Module

 

And, no credit cards section shows up either.

 

Any helpful comments would be greatly appreciated.

 

Sincerely,

 

Mike A.

Posted

Ah well...

 

It looks like the problem was caused when I installed. I changed the following lines in configure.php from:

 

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/');

 

to:

 

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

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

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

 

And, it solved the problem.

 

Good luck to others with this problem!

Archived

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

×
×
  • Create New...