Recent Posts

Pages: [1] 2 3 ... 10
1
Support / Re: 403 error only for the settings area
« Last post by barricademan on Today at 09:08:00 AM »
I did find and fix the problem. It was in fact a false positive between Abantecart and Mod_Security.

There were three wrong permissions,
  • Index.php inside the root directory
  • Vendor Folder
  • System/config.php

All three had permissions of 755 which in fact is the wrong setting. All three are supposed to be set to 555.

The permissions could not be reset with ftp, they had to be changed using the Terminal.

Although I'm happy that I fixed it, maybe this post will help someone in the future, I've decided to delete Abantecart due to the lack of resources available for free. I feel that Abantecart would have been so more popular if the resources were more widely available as they are for other shopping cart platforms.
2
Support / Re: 403 error only for the settings area
« Last post by Basara on Today at 02:29:24 AM »
Hello.
Based on your description, it does sound like a Web Application Firewall (WAF) configuration issue. Most often, it is related to ModSecurity or similar server-side security rules.
Temporarily disable ModSecurity again, and this time wait at least 1 hour before testing the admin settings area.
If the issue still persists after that, it’s best to reach out to your hosting provider’s support team.
3
Support / 403 error only for the settings area
« Last post by barricademan on June 23, 2025, 01:24:22 PM »
I'm getting a 403 error (forbidden) only when editing the settings inside the admin area.
I checked the .htaccess, everything seems to ok.
Turned off Mod_Security - did not fix it, turned it back on
changed php version to 8.2 instead of 8.4, did not fix the problem

within the error message, it also states this: Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.

This is a new install

I can't be the only person experiencing this.

Any help would be greatly appreciated.
4
How-to questions / Re: SALE
« Last post by Basara on June 23, 2025, 09:57:02 AM »
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.
Hello.
Yes, you’re absolutely right, this is a known issue. This bug has already been reported to the development team, and they’re aware of the problem.
5
How-to questions / Re: SALE
« Last post by Nuno Neff on June 23, 2025, 09:52:04 AM »
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.
6
But after redirection to account/account, session seems wiped.

You can play  with controllers to exclude extensions effect at all.
Just open controller pages/account/account and comment two rows with hooks call
i mean lines with
//$this->extensions->UpdateData();
and
//$this->extensions->InitData();

After that no one extension hooks will run. And you will be sure problem in the server configuration or in php-code.

Just add two slashes // before call.
7
Support / Re: Ratings on NOVATOR V.1.4.2
« Last post by G. O. on June 23, 2025, 06:09:07 AM »
the ratings filter on the category pages
It is a bug, please subscribe to the GitHub issue for updates on its resolution.
https://github.com/abantecart/abantecart-src/issues/1735

hello Team,

When we can expect the fix for this bug please?
8
I had previously posted regarding the persistent login loop issue in AbanteCart v1.4.1 on my live store. I received some suggestions (thanks to the contributors!) and have now tried several of those recommendations, but unfortunately, the problem still persists.

What I've Tried So Far:
Checked Session Creation
Session is successfully created after login (verified in debug logs and $_SESSION array).
customer_id, zone_id, etc. are set correctly.

Secure Cookie Handling
Set a secure, HTTP-only customer cookie using setcookie() inside ControllerPagesAccountLogin.
Cookie is visible in browser, path and domain are correct.

Session Loss After Redirection
On next request after login, session appears to be reset  user is redirected back to login.
We checked .htaccess, index.php, and ensured no session reset is triggered in code.

But after redirection to account/account, session seems wiped.
9
Support / Re: Updating/Inserting images (JPG, PNG ...) via CSV file
« Last post by Basara on June 23, 2025, 05:17:31 AM »
Do you have any alternative solution for this. If any one have then please suggest.
Thanks
Have you tried using the Import Wizard format? It might help simplify the process
https://abantecart.atlassian.net/wiki/spaces/AD/pages/16777227/Import+Wizard#Products-import-example
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod