-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9.2: Infinite loop in Plugin/Tax/Config.php caused by getActive() #79
Comments
Ran into this too! For some reason, disabling the plugin didn't work, so I resorted to returning early;
@reense thanks for confirming I wasn't going out my mind 😂 |
@peterjaap The solution you're providing is the 'solution' we've implemented as well, I'm sorry I should've cleared that up in my comment 🙂 |
HI @peterjaap and @reense , We are happy to share that we've just released the new 1.9.3 version with a fix for this issue. We are closing this issue now but please feel free to reopen the issue if this still occurs. |
@Frank-Magmodules thank you! |
Hello,
We've upgraded the module from 1.7.0 to 1.9.2. However, when loading the checkout, PHP gets trapped in an infinite loop.
The problem is caused by
Plugin/Tax/Config.php
, specifically line 78. Getting the active cart causes an infinite loop. Here is the stack (from the initial Config.php call to the next one):I've solved this problem for now by disabling this plugin. However, that is purely a temporary fix for the 26th of October.
I've tested this on Magento 2.4.2, 2.4.3 and 2.4.3-p1.
The text was updated successfully, but these errors were encountered: