New users are unable to complete checkout
BJKline03 opened this issue · 7 comments
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/
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.
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.
What version PHP is the server running?
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;'
v2.6.0patch1 has been release with this fix