1
General Support / Re: Help with Permissions Breakdown
« on: June 13, 2025, 08:54:07 AM »
just try to set 755 for directory home/heartpetsupply/public_html/admin/system/ and it's subdirectories via cPanel fileManager
Not all of us are dev's. There are many apps out there that provide both an easy upgrade, and a strong defense. We know because we have used them and upgrades are secure and seamless. These Abantecart upgrades have become intimidating and that should not happen. We just want to have the best products to present to our customers.
CREATE INDEX `ac_settings_idx` ON `ac_settings` (`value`(333) ASC);
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?