Geekmart beta 4c

katnip

New Member
This doesnt work on my 3.6.8 board.

But others may get it going,

it all displays fine, just when adding products it fails on a DB entry

HTML:
Database error in vBulletin 3.6.8:

Invalid SQL:
INSERT INTO gmart_product_items
					        	(productid, title, description, image, price, base_post, status, status_on_paid, vendorid, `mod`, ordinal, isactive,custom1,custom2) VALUES (
	                            3,
	                            'New Item',
	                            '',
	                            '',
	                            'i:0;',
	                            'i:0;',
	                            0,
                                20,
	                            1,
	                            '',
	                            100,
	                            0,
	                            '',
	                            ''
	                            );

MySQL Error  : Unknown column 'status_on_paid' in 'field list'
Error Number : 1054
Date         : Tuesday, October 16th 2007 @ 09:21:29 PM
Script       : xxxxxxxxxx/admincp/gmart_admin.php?do=saveproduct
Referrer     : xxxxxxxxx/admincp/gmart_admin.php?do=editproduct&id=3
IP Address   :xxx.xxx.x.x
Username     : xxxxxxxxxxx
Classname    : vb_database
 
Top