Hello,
I am posting in this tread as I am not sure the solution offered works. I am getting this error as well when trying to upgrade from V.1.4.1 to V.1.4.2:
2025-12-04 21:19:34 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `abdx_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /home/padufnnp/public_html/store/core/lib/package_manager.php on line 832
Here are the indexes I have in abdx_language_definitions:
PRIMARY
ac_lang_definition_idx
abdx_lang_definition_idx
I added the last one to solve the can't drop error, but that did not work. Is there perhaps another table where I need to add this index so that it can be dropped?
Thanks!
I am posting in this tread as I am not sure the solution offered works. I am getting this error as well when trying to upgrade from V.1.4.1 to V.1.4.2:
2025-12-04 21:19:34 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `abdx_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /home/padufnnp/public_html/store/core/lib/package_manager.php on line 832
Here are the indexes I have in abdx_language_definitions:
PRIMARY
ac_lang_definition_idx
abdx_lang_definition_idx
I added the last one to solve the can't drop error, but that did not work. Is there perhaps another table where I need to add this index so that it can be dropped?
Thanks!
