Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules not installing


pracing

Recommended Posts

Posted

I've read several threads, none have a solution and are very old.

 

I recently installed oscommerce. I now have thousands of products in my web store.

 

Everything seems fine. However, I cannot install moduels through Admin.

 

I click the Install button on all 3 (order total, shipping, payment) modules and nothing happens. Page reloads and the button reappears.

 

I am ready to release my store to customers but pointless without payment processing.

 

I plan to accept Mail payments, and use PayPal as paypal payment and as my credit card processor (I am subscribed for paypal payments pro).

 

Please help, anybody, this is very important right now.

 

I really appreicate it.

 

Thanks in advance,

Pathik

Posted

I had the same issue and I just fixed it on my store. Look at the exact path that it gives you. Then look in configure.php and make sure the path to modules is correct - I'm sure it's not.

 

On mine, I had to add includes/ to the path. Example:

 

Before, mine said:

 

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

 

and I had to change it to:

 

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

 

But you have to look at what your path indicates and adjust it accordingly.

Posted
I've read several threads, none have a solution and are very old.

 

I recently installed oscommerce. I now have thousands of products in my web store.

 

Everything seems fine. However, I cannot install moduels through Admin.

 

I click the Install button on all 3 (order total, shipping, payment) modules and nothing happens. Page reloads and the button reappears.

 

I am ready to release my store to customers but pointless without payment processing.

 

I plan to accept Mail payments, and use PayPal as paypal payment and as my credit card processor (I am subscribed for paypal payments pro).

 

Please help, anybody, this is very important right now.

 

I really appreicate it.

 

Thanks in advance,

Pathik

 

 

I'm having the same issue. My 'cart' was installed via an autoscript from the provider and it seems to be there etc except for the modules! I just get the path for the directory and a big 'install' button....but it won't install! I checked and the configure.php path seems to be correct......except it had double slashes between my domain and my shop directory. I changed that to single slashes, but it's still not working. Could the permissions be wrong on the modules directory?

 

Jeanne

Archived

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

×
×
  • Create New...