Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
General Support / Re: Help with Permissions Breakdown
« Last post by JessieSager on June 20, 2025, 06:59:18 PM »
I am being told that my permissions are set to 755 and I keep getting errors. Cannot even update the version of abantecarte as I get these errors:

72
Ali works for me.

We have not used any third-party logins.

You can check yourself at www.AromeCity.com/shop
73
However, the issue still persists the login completes, but the redirection loops back to the login page instead of proceeding to the account dashboard.

one of such unexpected deleting of session can be 3d-party login extensions.
Try to uninstall them completely if presents.
74
Installation and Configuration / Re: AbanteCart Cart Extension Nightmare
« Last post by Basara on June 19, 2025, 09:31:06 AM »
Hello.
Really appreciate your thoughtful suggestions 👍

Just to share a bit of common practice that might help in the meantime: it’s usually a good idea to run any AbanteCart upgrade first on a test or cloned site. That way, you can spot any issues or extension warnings before going live.
Also, in terms of extension compatibility, if you go to the extension’s page on the AbanteCart Marketplace, you’ll usually see which versions of AbanteCart it’s officially compatible with.
75
Installation and Configuration / AbanteCart Cart Extension Nightmare
« Last post by AromeCity on June 19, 2025, 07:38:49 AM »
I would like to help Abantecart development community along with 2 of my programmers that I have hired to support Abantecart for our businesses (as I love Abantecart) and to figure out a good solution in relevance to Extension development and the Market Place.

@Ali Arslan - is One of my programmers currently discussing some technical matters with you in a different thread.

I have pointed out this before as the developers releases new versions of Abantecart, we currently have no mechanism in place to verify what extensions will continue to work, what will need an update from the extension developers and so on not until upgrade is done. On top there is no proper mechanism in place to get the updated version extension version from the extension developer besides re buy the extension all over again? may be I am wrong but this is what I am seeing for extensions I have purchased previously. No upgrade option available.

It appears the extension developers and code developers doesn't have a common discussion group where a co-ordination is happening between developers/Extension developers and where most popular extensions are first updated before the release of the new Abantecart code gets released to the public.

We also need a feature while doing software update where the abantecart notifies admin what extensions will no longer will remain compatible if they upgrade to new release prior to doing the upgrade.

Furthermore, we have dead, and really old extensions still in market place and they need to be removed.

Based on my experience working with few extension developers, the support is not top notch. You get piece part responses and very vague replies when you run into issues.

OUR GOALS

1. How do we establish a proper synergy between extension developers and core code developers?
2. How do we make extension developers accountable to provide proper support?
3. How do we automate extension update process more cleaner for the users.

Above are just suggestions not a criticism towards anyone.
76
Thank you for the suggestion.

We’ve checked our extensions and we’ve already switched back to the default extension (replacing the existing one). However, the issue still persists the login completes, but the redirection loops back to the login page instead of proceeding to the account dashboard.

My Observation on this issue !

During the login process, we observed the following behavior:

Credential Submission:
When valid login credentials are submitted via the login form, a POST request is initiated to the login route.

Initial Response

Unexpected Session Deletion:
Upon redirection to the /account page, the server immediately deletes the customer session cookie, as seen in the response headers. This results in the authenticated session being dropped unexpectedly.

Second Redirection (Loop Back to Login):
Because the session is no longer valid, the system interprets the user as unauthenticated and redirects them back to the login page. This creates a loop, preventing access to the account area even with valid credentials.
77
yes, structure is correct.

Do you have some old incompatible extensions installed? Can you try disable them?

78
The table already exists in the database. I'm attaching a screenshot of the customer_session fields. Is the table structure okay?
79
please check this sql-request of upgrade script.
https://github.com/abantecart/abantecart-src/blob/1.4.1/public_html/install/abantecart_database_upgrade.sql#L87

Be sure table customer_sessions presents in the database
80
Hi Community,

I’m experiencing a persistent issue with AbanteCart v1.4.1 on a live deployment. After submitting the login form, the user is redirected to the expected account/account URL, but then immediately redirected back to the login page without any error message.

Observed Behavior:
Login form submits via POST to account/login with valid credentials.

The response returns 302 Found to account/account (as expected).

Then the browser is redirected again with 302 back to login page.

Final status is 200 OK on the login page – but the user is never authenticated.

No errors appear in AbanteCart logs or server logs.

The customer cookie is issued after login, but gets immediately deleted in the next request.
Pages: 1 ... 6 7 [8] 9 10

Powered by SMFPacks Social Login Mod