armed-smoking
 
Exclusive eBooks, Software Solutions, Quality Guaranteed
 
Web NukeBiz
Welcome to NukeBiz · Members
Bugger
 
of 6

 #9 » Installer error - column count
 Date Open: Jan 11, 2008 at 11:58:07    Last Update: Jan 17, 2008 at 03:06:30 Bugger Off: Jan 11, 2008 at 12:05:00 
 Description: Installer error
INSERT INTO cms_cart_payments_options_paypal VALUES ('email@noworky.LOL', 1, 'USD', 0)
Column count doesn't match value count at row 1
 Request: Bug
 Application: Module
 Module: storez
 Solution: line 559 of cpg_inst.php
$installer->add_query('INSERT', 'cart_payments_options_paypal', "'email@noworky.LOL', 1, 'USD', 0, ''");
 Bugger From: Alan
 Debugger: Phoenix
 Group Access: All Visitors
 DiscussIt Forum: Storez
 DiscussIt Topic: Installer error - column count
 Status: Done
 Priority: High
 Topic Replies:
 Phoenix
 Jan 11, 2008
 03:17:42
Many Thanks - damn, stupid comma missing in cpg_inst.php line 556
Should be
Code::
		sandbox TINYINT(1) DEFAULT 0 NOT NULL,

Main download fixed Smile
 alan
 Jan 11, 2008
 11:54:52
Another error on install...

Quote::
INSERT INTO cms_cart_payments_options_paypal VALUES ('email@noworky.LOL', 1, 'USD', 0)
Column count doesn't match value count at row 1

Just trying to help get the bugs out ...
 Phoenix
 Jan 11, 2008
 12:01:15
yep, I see what's wrong - line 559 now.
Code::
$installer->add_query('INSERT', 'cart_payments_options_paypal', "'email@noworky.LOL', 1, 'USD', 0, ''");
Just too many late nites Embarassed
 alan
 Jan 11, 2008
 14:32:55
It installed fine... now on to testing.
145 buggers listed, 107 buggered off, 29 declined, 8 on hold.