Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

modules not showing up


marianama

Recommended Posts

Posted

Hi there,

 

I got a problem that none of the ready set or newly made modules showing in admin nor front end. I deleted the all the payment modules file and then add a paypal standard add-on while leave the shipping and order total parts fresh with lots of relavant files in the folders. However nothing showing up. The "+install" button on the admin cpanel does not work neither ending up a 500 error.

 

Have searched the forum and tried to look into the configure.php but did not fix it. I didn't rename any of the folders and it seems that the path in configure.php is correct.

 

Anyone please help? Thank you so much!

 

Codes as below:

 

/admin/includes/configure.php

 

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

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

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

/includes/configure.php

 

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

And here's what shows up at the admin cpanel:

 

TEXT_MODULE_DIRECTORY /home/www/wh2599.freehostia.com/os/includes/modules/payment/

 

 

Mariana

Posted

Your previous post removed important details that can help this forum help you.

 

Repost your configure.php files WITHOUT the database section. If you don't want to post your url, use www.domain.com

Archived

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

×
×
  • Create New...