Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules Do Not Install


jligda

Recommended Posts

I'm trying to install the modules, payment & shipping. For payment it says, Module Directory: /usr/local/etc/httpd/htdocs/catalog/includes/modules/payment/

 

Whe I click the "install" link it does nothing. It returns to the same module page with the same message. Nothing installs. What am I doing wrong?

 

Jay

Link to comment
Share on other sites

I'm trying to install the modules, payment & shipping. For payment it says, Module Directory: /usr/local/etc/httpd/htdocs/catalog/includes/modules/payment/

 

Whe I click the "install" link it does nothing. It returns to the same module page with the same message. Nothing installs. What am I doing wrong?

 

Jay

 

 

Jay,

 

You are using an older version of osCommerce that is effected by the Modules Refresh Bug:

 

http://www.oscommerce.com/forums/index.php?sho...p;#entry1086031

 

Hope this helped you out,

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Jay,

 

You are using an older version of osCommerce that is effected by the Modules Refresh Bug:

 

http://www.oscommerce.com/forums/index.php?sho...p;#entry1086031

 

Hope this helped you out,

 

 

Thanks for the effort, but that is not the issue. My compatibility files already have the chosen code as it is the latest version. It probalby has to do with the fact that I installed the shopping cart in a directory "store" instead of "catalog" so it is looking in the wrong place for the install. If I can get in and change that somewhere I shoudl be in shape.

Link to comment
Share on other sites

The I figured it out. Change:

 

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

 

to

 

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

 

In the admin/includes/configure.php file

 

Jay

 

Glad you got it working but just so you know, osCommerce does not care whether you install it in the root of your directory or in a folder named "anything" that you want. It does not have to be in a folder named "catalog".

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...