Rafa_Arjonilla
Forum Replies Created
-
I have had the same problem and, with the help of Google’s search AI, I have come to this temporary solution. Below are the technical details of the bug found:
Technical Bug Report:
Description of the issue:
After updating to version 10.5, the website experiences a persistent fatal error due to infinite recursion, exhausting the memory stack (zend.max_allowed_stack_size). This prevents access to both the frontend and the WordPress admin dashboard.Stack Trace Analysis:
The infinite loop originates within themaybe_migrate_payment_methods_from_db_to_pmc()function. When the plugin attempts to migrate payment methods (specifically when existing Amazon Pay configurations are detected), the constructor for theWC_Stripe_UPE_Payment_Method_Amazon_Payclass triggers the migration check again, creating a circular dependency loop:maybe_migrate_payment_methods_from_db_to_pmc()- Calls
get_upe_enabled_payment_method_ids() - Instantiates
WC_Stripe_UPE_Payment_Method_Amazon_Pay - The constructor re-triggers the migration logic… (resulting in infinite recursion).
Temporary Hotfix Applied:
To restore site operations, areturn;statement has been manually added at the beginning of themaybe_migrate_payment_methods_from_db_to_pmcfunction in the following file:includes/class-wc-stripe-payment-method-configurations.php(Line ~424).Request to Support:
Please investigate the migration logic in version 10.5 to prevent this recursion when UPE payment methods (especially Amazon Pay) are already present in the database. A fix in the next minor release (e.g., 10.5.1) is urgently needed for sites with existing payment configurations.I’ve the same problem too.
Thank you @elnath78. Yep, I do the same with wpforms, but It’s a pity having this newsletter block and have to do it in that way. It would be great an update including this checkbox.
Hi there! Do you know something new about it? In the meantime, is there any way to add the required checkbox in the newsletter block?
Thanks in advance!Hi!
I tried it but still doesn’t load the scripts when user accept.
As I told you in my first message I have even deactivated the plugin. Even more, I have deleted all the files and folders that wprocket created. And I cleaned htaccess too.Can I try something more?
Forum: Plugins
In reply to: [Menu Item Visibility Control] WordPress customizer disappear when activatedHi! I realized that the problem was to have two almost identical menus created. Even not using one of them.
The solution: I deleted one of them and now is working well again.
Thank you anyway.Forum: Plugins
In reply to: [Easy Affiliate Links] Export links gives a 404 ErroHi @brechtvds! Do you know something about this? Cheers.
Forum: Plugins
In reply to: [Easy Affiliate Links] Export links gives a 404 ErroMy website is rafarjonilla.com
And this is the link that load the 404 page: https://rafarjonilla.com/wp-content/plugins/easy-affiliate-links/templates/admin/menu/manage/export.phpForum: Plugins
In reply to: [Keap Official Opt-in Forms] Footer Text FieldWould be perfect if Consent Text allow html too.
Thank you miss!!
I have the same question. Could you please tell us about?