scotch33 Posted May 22, 2007 Posted May 22, 2007 Hi there, I am trying to get MVS1.0 working on my shop. I have installed all the files and done the sql - however, I can't get the module pages to work - they can't see the database tables - e.g. application top in admin is causing this on all pages... 1146 - Table 'gatesdirect.TABLE_VENDOR_CONFIGURATION' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from TABLE_VENDOR_CONFIGURATION [TEP STOP] I have looked at the database and the table exists - 'vendor_configuration' - can anyone help me as to where the install may have gone wrong? Thanks! Quote
scotch33 Posted May 22, 2007 Author Posted May 22, 2007 Ok - I have found the problem - looks like it is an issue in the instructions! - for a hand install, the instructions in for /admin/includes/database_tables.php below are not right. I got past the problem by using the info in instrctions for /includes/database tables. hope someone else finds this helpful ================================================================================ ================ ================================================================================ ================ admin/includes/database_tables.php =================================== ============== Find Line 5-8 ============== osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce ============== Replace With: ============== Modified for MVS V1.0 2006/03/25 JCK/CWG osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2006 osCommerce ============= Find Line 57 ============= define('TABLE_ZONES', 'zones'); ============================================ Add After Line 57 and before the closing ?> ============================================ //MVS Start define('TABLE_HEADING_PRODUCTS_VENDOR', 'Vendor'); define('TABLE_HEADING_QUANTITY', 'Qty'); define('TABLE_HEADING_VENDORS_SHIP', 'Shipper'); define('TABLE_HEADING_SHIPPING_METHOD', 'Method'); define('TABLE_HEADING_SHIPPING_COST', 'Ship Cost'); define('VENDOR_ORDER_SENT', 'Order Sent to '); //MVS End Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.