Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules not showing


cayugadan

Recommended Posts

When I go to setup the Modules in admin none show up

 

The message:

Module Directory: /catalog/includes/modules/payment/ appears

 

the modules are in that location on the server

 

I'm guessing this is another conigure.php problem :rolleyes: Is there ANY documentation on what the file should look like?

 

PS I'm on a Windows platform machine

 

Thanks in advance for any help :thumbsup:

Link to comment
Share on other sites

OK, I solved this by changing the admin configure.php from:

 

define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT);

 

to:

 

define('DIR_FS_DOCUMENT_ROOT', 'X:/directory_name/directory_name/directory_name/');

 

where X is the actual drive letter on the server machine

 

followed by the actual directory path

 

 

As this is a Windows machine, if you are a Windows user note that the code uses X:/directory instead of X:\directory

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...