Thank you so much! I did as you did. Here the reply I had:
Error
SQL query:
INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )
VALUES (
'Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL , NOW( ) , NULL , 'zen_cfg_select_option(array("rows", "columns"),'
);
MySQL said:
#1146 - Table 'health_zc2.configuration' doesn't exist
What happened???? and the "NULL , NOW( ) , NULL , " are red colored