Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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!

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...