Skip Navigation

[Resolved] Toolset Views/Blocks issue with creating new user or resetting password in WP

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by Christian Cox 4 years, 6 months ago.

Assisted by: Christian Cox.

Author
Posts
#1448963

There is an issue when creating a new user in WordPress and when you try to change the password for an existing one. You can see the error when checking in the console when creating new user in WordPress. When you click on the show password it does not display. Also, users have been reporting they cannot update their new card details on their own account page.

I have tried to update the Toolset Views to the latest version and then to replace it with the new Toolset Blocks however this has not resolved the issue. I have tested with the plugin deactivated and the issue is no longer present.

If you need any further information please let me know.

#1449383

Hello, I just tested this on a couple of other sites but I was not able to see the same problem. I suspect there could be a plugin conflict or a conflict with your theme, but we should try some troubleshooting steps first. Do you have a staging environment set up where we can run tests?
- Temporarily deactivate all plugins except Types and Views or Types and Blocks.
- Temporarily activate a default theme like Twenty Twenty
- Test again
- If the problem is resolved, reactivate your theme and other plugins one by one until the problem returns
- If the problem is not resolved, I need to take a closer look

#1450473

Thank you for your reply.

I believe we may have found the issue. It is with this line of code:

self.ps_orig_id = ( _.contains( [ 'post-new.php', 'post.php' ], wpv_shortcodes_gui_texts.pagenow ) ) ? wpv_shortcodes_gui_texts.post_id : 0;

in the file:

wp-content/plugins/toolset-blocks/embedded/res/js/views_shortcodes_gui.js

When we have changed the _.contains to _.includes that issue resolved.

#1456153

Thanks for the analysis. I would like to be able to submit this problem to my 2nd tier support team and present your solution. To do that, I need to be able to reproduce the problem first. Can you set up the issue on a simple test site so I can make a clone of that site and escalate the problem? Or can I log into your live or staging site to make a clone of the site and reproduce the problem?

#1590847

Hello, I'm going through some older tickets and noticed that this ticket has not been updated in several months. I'm afraid the last comment somehow got overlooked. Has the problem been resolved since the ticket was opened, or shall we continue investigation? Please read my last comment and let me know how you would like to proceed.