I get this error when I install the sql file. and the html area is not displaying in my categories.
SQL-query :
INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` )
VALUES (
'', 'Allow HTML AREA in debug mode', 'HTML_AREA_WYSIWYG_DEBUG', '0', 'Moniter Live-html, It updates as you type in a 2nd field below it.<p><b>0=disable debug<b><br>1=enable debug<br>(default=0)', 167, 7, now( ) , now( ) , 'tep_cfg_select_option(array('0', '1'),'
)
MySQL said:
Column count doesn't match value count at row 1