ultimatemember / ultimatemember

The easiest way to create powerful online communities and beautiful user profiles with WordPress
https://ultimatemember.com/
GNU General Public License v3.0
249 stars 185 forks source link

2.6.8 broke everything #1258

Closed MrEAlderson closed 1 year ago

MrEAlderson commented 1 year ago

Expected behavior There to be login / register / account / user or any form whatsoever

Describe the bug Nobody is able to login, logout, register, manage their account or do anything ever since I updated to 2.6.8. I had to downgrade to 2.6.7 to make it work again. There were no warnings or errors, the forms literally only output blank. image

To Reproduce Steps to reproduce the behavior:

  1. Update to 2.6.8

Expected behavior Forms to appear. image (2.6.7)

Do you use UM extensions?

nikitasinelnikov commented 1 year ago

Hi @MrEAlderson

Could you try to add this line inside your functions.php file in theme/child-theme when 2.6.8 version is active

add_filter( 'um_ultimatemember_shortcode_disable_singleton', '__return_true' );

Please let me know how it works, Best Regards!

MrEAlderson commented 1 year ago

Hello,

thank you for your quick response. This has actually fixed the login and register pages. However, the account page isn't affected and is still malfunctioning. I use the "[ultimatemember_account]" tag on that page

nikitasinelnikov commented 1 year ago

Hi @MrEAlderson

Please check this PR with the recent hotfixes: https://github.com/ultimatemember/ultimatemember/pull/1252

Let me know if that works, Best Regards!

MissVeronica commented 1 year ago

@nikitasinelnikov

Yes, I can verify that my test with the Elementor page builder the User Account page now works OK when replacing the class-account.php file.