Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules are missing


Guest

Recommended Posts

Posted

Yesterday the ordering process for 2.2 was working fine. Today the Modules area in the Admin section are showing:

 

Module Directory: /home/e-smith/files/ibays/herit_final/html/catalog/includes/modules/order_total/

Module Directory: /home/e-smith/files/ibays/herit_final/html/catalog/includes/modules/payment/

Module Directory: /home/e-smith/files/ibays/herit_final/html/catalog/includes/modules/shipping/

 

The files are in the directories, but they don't appear to be loading. Conditional statements within OScommerce that check for the existance of the modules are returning false. When the conditional statements are by-passed the variables are still not defined. Does anyone know how to verify the integerity of a module? Any ideas on what is going on?

Posted

Had the same problem last week

look in your admin/includes/configure.php

look for 'DIR_FS_CATALOG_MODULES', in your path the word catalog has propably dissapear

Posted

The constant string in the config.php file is not the problem. Any other suggestions?

Posted

The problem is in the database, thanks so much for addressing the problem. It looks like the production database has some issues but they all look to be recoverable. Thanks again!!

Posted

Hi, I'm the developer trying to resolve this issue. I found the MODULE_ORDER_TOTAL_INSTALLED, MODULE_SHIPPING_INSTALLED. I've updated these with the file names of all php entries for the modules. If I try to run something, like the checkout system, MODULE_ORDER_TOTAL_INSTALLED is still returning false. As was mentioned before if I try to look at the modules through the admin section these enties return to NULL. Any ideas would help, I'm loosing far to much hair.

Posted

there has to be a mistake in admin configure. It is either the:

define('DIR_FS_CATALOG',

or

define('DIR_FS_CATALOG_MODULES',

 

make sure there are right. otherwise everytime you open a module by the admin you will lose the database info

Posted

Thanks for the idea. All the module defines statements are correct within '/includes/configure.php'.

Archived

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

×
×
  • Create New...