
Originally Posted by
delia
What version of zen cart?
delia,
When I try to install this SQL directly into phpMyAdmin:
Code:
SELECT @gid:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= ' Tabbed Products Pro - Config ';
INSERT INTO configuration
VALUES (
NULL , 'TPP ñ Extra Product Fields Tab', ' TPP_GLOBAL_EXTRA_FIELDS_ON_TAB ', '1', 'Set this to 1 if you want to enable the extra fields on your products', @gid, 1, NOW( ) , NOW( ) , NULL , 'zen_cfg_select_option(array(''0'', ''1''),'
)
phpMyAdmin gave me this error:
Code:
Error
SQL query: Documentation
INSERT INTO configuration
VALUES (
NULL , 'TPP ñ Extra Product Fields Tab', ' TPP_GLOBAL_EXTRA_FIELDS_ON_TAB ', '1', 'Set this to 1 if you want to enable the extra fields on your products', @gid, 1, NOW( ) , NOW( ) , NULL , 'zen_cfg_select_option(array(''0'', ''1''),'
)
MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
What am I missing?
Bookmarks