AbanteCart v1.4.2 is released.
Quote from: Ali Arslan on June 27, 2025, 09:31:33 AM
Thank you for the response earlier.
Just following up on this issue regarding the failed upgrade to v1.4.2 due to the DROP INDEX IF EXISTS syntax. As mentioned, our MySQL server version is 8.0.38, which supports this syntax yet the upgrade still fails with the SQL error referencing:
DROP INDEX IF EXISTS `ab_lang_definition_idx` ON `ab_language_definitions`
create index `ab_lang_definition_idx` on `ab_language_definitions` (language_value(500));
create index `ab_settings_idx` on `ab_settings` (value(500));