exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
59 stars 24 forks source link

New users are unable to complete checkout #1537

Closed BJKline03 closed 3 years ago

BJKline03 commented 3 years ago

When a new user to my site tries to complete the check-out process, they get stuck in a loop at the address entry screen. This site is running 2.6. The site url is https://buyplasmaparts.com/

exponentcms commented 3 years ago

Sorry, I've been really sick this past week, though COVID tests are negative (which apparently means nothing). I try to look at it in a few days if my head clears up.

BJKline03 commented 3 years ago

No worries. I was out sick today as well.

On Mon, Feb 1, 2021 at 5:39 PM Exponent CMS notifications@github.com wrote:

Sorry, I've been really sick this past week, though COVID tests are negative (which apparently means nothing). I try to look at it in a few days if my head clears up.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/exponentcms/exponent-cms/issues/1537#issuecomment-771209712, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPI6FGG7PVRIM5XNZFBKN3S44UT5ANCNFSM4WXNBRUA .

dleffler commented 3 years ago

I see where the issue occurs in the address record not being saved correctly however the code is correct and if I break the run and reload it saves the address record correctly. Will take more investigation.

exponentcms commented 3 years ago

What version PHP is the server running?

BJKline03 commented 3 years ago

It is using 7.3.24.

On Mon, Feb 22, 2021 at 1:30 PM Exponent CMS notifications@github.com wrote:

What version PHP is the server running?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/exponentcms/exponent-cms/issues/1537#issuecomment-783579462, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPI6FEX34L4X7NB3BYZHP3TAKPCVANCNFSM4WXNBRUA .

exponentcms commented 3 years ago

Just fixed a glaring coding error in the mysqli driver that's been there since last April. I'll have the fix pushed up soon, and hope to have the next patch out before the week is us....the fix is to edit /framework/core/subsystems/database/mysqli.php and delete line #945 which is 'break;'

exponentcms commented 3 years ago

v2.6.0patch1 has been release with this fix