16
Template Support / Re: Embedding HTML Block SEO Keyword URL
« on: June 02, 2025, 04:58:38 AM »
we are already first platform 
And people got our code for free

And people got our code for free

Hello,
I just wanna know if it's possible to do something to embed a specific html block with a unique url link to share outside of website in 3rd parties webpages and apps.
is that possible?
You may have the same issue I had.Nope, this it database index related issue, not webserver
The webserver wouldn't serve index.php as the default index file, so any call to javascript would return 404, which was the wrong file type since it was expecting javascript, and it would get blocked.
The solution was go to the .htaccess file in the root folder of your AbanteCart installation and add this line:
DirectoryIndex index.php
CREATE INDEX `ac_lang_definition_idx` ON `ac_language_definitions` (`language_value`(500) ASC);
Hi Core Devs,
I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.
Was this intentional?
I am also working through problems with upgrade (1.4.2), permissions, as well as ftp unable to log on etc. Abantecart needs to create a better system for upgrading through hosting sites (A2webhosting) if I find anything substantial I will post again....in the mean-time I am also stuck in the ditch....
Hello,
I tired to upgrading from V.1.4.1 to V. 1.4.2 but i couldn't and got next error log and screenshot.
2025-05-02 19:54:07 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `fuw2_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /core/lib/package_manager.php on line 832
What shall I do in my case?
Sorry if I'm missing something but I have permissions set properly according to that article.
php files set to 644
folders set to 755
Should I just turn off message notifications? Or is there actually something incorrect about my permission settings?