Quote Originally Posted by Design75 View Post
See #1427 . This was fixed in the latest release of IH4 if remember correctly
Code:
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 ('IH version', 'IH_VERSION', '4.3.2', 'IH Version is stored but not shown on configuration menus', '6', '10000', NULL, '0001-01-01 00:00:00.000000', NULL, NULL);
Cheers Design75. I tried inserting that SQL (above) through the Zen Cart admin and got a 'WARNING: An Error occurred, please refresh the page and try again.' message.

Checking my logs it says that there is a syntax error in the SQL code? I'm not great with SQL syntax, is there an obvious error?

Also I am using Image Handler v4.3.2 - it seems to be the latest version?

Thanks for your help!