Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« Last post by abolabo on June 05, 2025, 06:03:14 AM »
probably same issue can be with table settings

Code: [Select]
CREATE INDEX `ac_settings_idx` ON `ac_settings` (`value`(333) ASC);
42
We are currently in the process of upgrading our AbanteCart installation from version 1.4.0 to 1.4.2.

However, during the upgrade process, we encountered the following error:

2025-06-02 13:57:56 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR:
"array (
  'error_text' => 'Can\'t DROP \'isgt_lang_definition_idx\'; check that column/key exists',
  'errno' => 1091,
)"
in /core/lib/package_manager.php on line 832

This error suggests that the upgrade script is trying to drop the index isgt_lang_definition_idx, but it does not actually exist in our database. To further investigate, I attempted to manually drop the index using a SQL query, but MySQL returned the same error 1091, confirming that the index is not present in the current schema.

It seems the upgrade script may be assuming the presence of this index without verifying its existence first.

We would greatly appreciate any insights or solutions from the AbanteCart community or developers on the following points:

Is this a known issue in the upgrade process from v1.4.0 or v1.4.1 to v1.4.2?

Any support to help us proceed with a clean and successful upgrade would be sincerely appreciated.
43
hi everyone, im happy to join this discussion
44
Which is better, WordPress or AbanteCart for e-commerce?           

WordPress offers more flexibility and plugins, while AbanteCart is simpler and built specifically for e-commerce. Choose based on your tech skills and how complex your store needs to be.
45
Upgrade / Re: Missing login form after the upgrade from 1.3.4 to 1.4.0
« Last post by danielmese76 on June 03, 2025, 10:05:39 PM »
Hey everyone, just wanted to chime in — I had the same issue with the login form missing after updating from 1.3.4 to 1.4.0. Switching back to the default theme (not Bootstrap 5) fixed it for me too.
46
Tips and Tricks / Re: Database Performance for a lot of Products
« Last post by Burlesque on June 02, 2025, 05:07:25 PM »
With over 6,000 products, it’s not surprising the admin side gets heavy sometimes. One thing I’ve seen help is optimizing your database indexes and making sure you’re not loading too much data at once when editing products. Also, caching some queries or using a separate database server could really ease the load.
47
General Support / Re: Receiving Error Trying to Import Products
« Last post by Basara on June 02, 2025, 09:56:07 AM »
Where do I set these permissions?
Hello.
You can set file permissions for your AbanteCart files directly through your hosting control panel (like cPanel) or via an FTP client (such as FileZilla).
48
General Support / Re: Receiving Error Trying to Import Products
« Last post by JessieSager on June 02, 2025, 09:44:36 AM »
Where do I set these permissions?
49
Templates / Re: Categories and sub-categories contains cannot be found on V.1.4.1
« Last post by Basara on June 02, 2025, 06:01:15 AM »
I just tested on my end and can confirm the issue when trying to scroll to some sub-categories like eShops from a PC. It seems like the submenu doesn’t fully load or respond properly to the mouse scroll.
Hello.
Can you please check if you’re running the latest AbanteCart version (v1.4.2)? If you are already on v1.4.2, could you share a link to the affected site (you can a d d spaces if URLs aren’t allowed) and a screenshot showing the submenu issue?
50
Template Support / Re: Embedding HTML Block SEO Keyword URL
« Last post by abolabo on June 02, 2025, 04:58:38 AM »
we are already first platform 8)
And people got our code for free ;)
Pages: 1 ... 3 4 [5] 6 7 ... 10

Powered by SMFPacks Social Login Mod