
Originally Posted by
coopco
Hi Diva
Thanks again for replying. I did the reinstall in the test shop and it worked.
I then compared the two databases and found that the configuration_key IH_VERSION was missing from configuration.
I ran
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
(1455, 'IH version', 'IH_VERSION', '4.0', 'IH Version is stored but not shown on configuration menus', 0, 10000, '2012-06-01 12:04:15', '2012-06-01 12:04:15', NULL, NULL);
in the shop database, and Image Handler is now working.
I did ensure that 1455 was the next available configuration_id
Thanks once again for your time.