Installation fails if Admin is not in English.
I have a shop with Finnish language pack installed (English completely uninstalled).
In file admin/includes/init_includes/init_image_handler.php there is a SQL for installation:
$sql = "SELECT configuration_group_id FROM ".TABLE_CONFIGURATION_GROUP." WHERE configuration_group_title='".BOX_CONFIGURATION_IMAGES."' LIMIT 1";
With Finnish translation string BOX_CONFIGURATION_IMAGES is "Kuvat", while in database configuration_group_title is "Images"
Thus the installation fails as it doesn't find the right group.
Also, the configuration_title field in the configuration table is left blank (need to have the language files present in Finnish during the install?)
Bookmarks