Guest Posted November 13, 2002 Posted November 13, 2002 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?
Guest Posted November 13, 2002 Posted November 13, 2002 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
Guest Posted November 13, 2002 Posted November 13, 2002 The constant string in the config.php file is not the problem. Any other suggestions?
Guest Posted November 13, 2002 Posted November 13, 2002 Have you changed your database lately? Does your database have the shipping, orders_total and payment rows? Have a look at this, to see if it's your problem as well: http://www.oscommerce.com/forums/viewtopic.php...7046&highlight= Hope this helps ChrisM
Guest Posted November 13, 2002 Posted November 13, 2002 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!!
richardkipp Posted November 14, 2002 Posted November 14, 2002 Try clicking on the modules in the Admin, after you've repaired the database. You than probably will loose the modules again.
Guest Posted November 14, 2002 Posted November 14, 2002 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.
richardkipp Posted November 14, 2002 Posted November 14, 2002 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
Guest Posted November 14, 2002 Posted November 14, 2002 Thanks for the idea. All the module defines statements are correct within '/includes/configure.php'.
richardkipp Posted November 14, 2002 Posted November 14, 2002 Hope you've checked admin/includes/configure.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.