hicham538
Forum Replies Created
-
Hi,
I cleared the WordPress cache. I reinstalled the plugin. I also replaced all the files and folders of the WordPress installation with those of another installation. But the error continue appearing once I enable the plugin. Seams related with something in the database.
The only solution I found to remove the error while using the plugin, was to disable the new block editor for widgets:// deactivate new block editor function phi_theme_support() { remove_theme_support( 'widgets-block-editor' ); } add_action( 'after_setup_theme', 'phi_theme_support' );Thank you
Here is the screenshort. forgot about this method 🙂
Hi,
Thank you for the answer. The error appears in the top of the Widgets admin page (only if the plugin is activated).
I want to send you a screenshot but I’m not able to do it here. Please tell me where could i send it.
Thank you
HichamHi Champ,
Thank you so much for your attention and help.
I did what you told me. I even made a new wordpress installation and put only the plugin ultimate member, but I got the same issue. Then I knew that it wasn’t quesiton of incompatibility or conflict with other plugins
Finally I descovered what was the problem:
Really I was making the tests wrongly: After oploading the images and enter an existing user email then I got error of “Email already existe”, after I open the admin panel (in other navigator tab) and remove this user, then I return to the form and re-submit it, the form is submitted correctly but the images aren’t saved. I think what happen in this case is that the images are saved in the tmp folder, and in the first submit they are affected to the ID of the existing user. When the user is deleted and re-created it get a new ID but the images remain linked to the old ID.
In the real case that would not happen, because in case the email exists, the user will enter a different one, and in this case the images are saved correctly.
Thank you so much and I congratulat you for this fantastic plugin, one of the best plugins of wordpress.
Hicham