1
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: May 13, 2025, 04:18:39 AM »
if index does not exists just run this sql and start upgrade process again.
Do not forget replace ac_ prefix in the names with yours before.
Code: [Select]
CREATE INDEX `ac_lang_definition_idx` ON `ac_language_definitions` (`language_value`(500) ASC);
Do not forget replace ac_ prefix in the names with yours before.