Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules not working correctly in Admin?


petiot

Recommended Posts

I go to the modules page but all that is there is the path and the install button

 

Module Directory: /var/www/html/mysite.com/includes/modules/shipping/

 

 

the module path is generated in the /var/www/html/mysite.com/admin/includes/configure.php page, and there are files in the module directory, so is something else wrong? I searched and was unable to find a clear answer to this problem.

 

 

files in /var/www/html/mysite.com/includes/modules/shipping/

CVS folder

flat.php

free.php

item.php

minimum.php

table.php

ups.php

usps.php

zones.php

 

 

 

Thanks

Link to comment
Share on other sites

I go to the modules page but all that is there is the path and the install button

 

Module Directory: /var/www/html/mysite.com/includes/modules/shipping/

 

 

the module path is generated in the /var/www/html/mysite.com/admin/includes/configure.php page, and there are files in the module directory, so is something else wrong? I searched and was unable to find a clear answer to this problem.

 

 

files in /var/www/html/mysite.com/includes/modules/shipping/

CVS folder

flat.php

free.php

item.php

minimum.php

table.php

ups.php

usps.php

zones.php

 

 

 

Thanks

 

 

 

 

On the live server go to the Admin page, then into Tools > Server Info.

 

searched for "DOCUMENT_ROOT" then copy and paste the value for that field into

 

admin/includes/configure.php and add the catalog directory onto the end of it.

 

define('DIR_FS_CATALOG', '/home2/www/public_html/catalog/');

 

cheers..

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...