thephrase
Forum Replies Created
-
Yes, i checked, the mollie sea direct debit gateway is enabled.
I have disabled it, saved, and reenabled it, just to be sure. But still no change.
I will send a report to the support team.
Thank you, it worked for me!
That was quick!@elmerhendriks The error showing is not my biggest problem. The main problem is the payments are not working, because of the error.
@timboo The problem only occurs when both WooCommerce 7.5.1
and Mollie Payments for WooCommerce 7.3.6 are active. I have been switching on/off several plugins and this is what resulted.Deactivate one of the two and the error is gone.
@niklasinpsyde do you have some suggestions?
Thanks!
RenéSorry! I made a typo in the version. I’m using the latest v7.3.6
I have updated the text above. And also added another plugin that was not updated, but can be significant for this problem)In wp-config.php, the debug was ‘false’. I added a wp_debug_display and set it to ‘false’.
define( 'WP_DEBUG', false ); define( 'WP_DEBUG_DISPLAY', false );
But the error is still showing on the top of the wp-admin screen, just below the menu and above the sidemenu item “Dashboard”.
It’s not only the error, but also the complete payment system on the frontend doesn’t work anymore because of this update.thanks for the quick response!
I hope you can help me find a solution for this.
René- This reply was modified 1 year, 7 months ago by thephrase.
Hello Niklas
yes, as I wrote, the problem is only with the new version. I have tested it with the previous and the newest version That is why I cannot upgrade.
I hope a new version will fix this!
thank you!
rené
That worked!
(To the first line I added a no_message)
[restricted block_logged_in="Yes" no_message="Yes"]
It also works when you change the link into a button block.
So, thank you very much!
Forum: Plugins
In reply to: [Front End Users] [password] field in confirmation mailThanks
Forum: Plugins
In reply to: [Front End Users] [password] field in confirmation mailThanks for your answer!
To be clear I’m not asking what I can put in that email.
I wanted to know what workflow you thought of when Etoile programmed the [Add User] functionality (password included) into the admin pages. And how it related to the mail sent, when a user is created that way.
But apparently there is no such workflow. The [add user] button is just a loose functionality not really connected to the rest of the plugin it seems.I searched everywhere, but couldn’t find documentation on the subject so I hoped to find an answer here.
Too bad. Thanks.Forum: Plugins
In reply to: [Front End Users] [password] field in confirmation mailWell I would like to know the advised way when adding a user by the admin and sending the user a mail with information how to proceed.
Steps
1. Add user on the admin page
2. User is send a mailSo my questions are:
– What should I put in the mail?
– what should the user do?Is it advised to enter a user with a standard password and let the user reset their password via a link in the mail (2.)?
Thanks, René !
Forum: Plugins
In reply to: [Front End Users] [password] field in confirmation mailThank you for clearing that up!
So I’ve added a user to the list, the system will email this user to tell him/her how to log in.
what should I put in the email for the user?Thanks!
RenéForum: Plugins
In reply to: [Front End Users] newlines in user registration mail don’t workI figured it out: using
<br/>
did the trick!
(I also tried\n\r
, but that didn’t work either)bye
Forum: Plugins
In reply to: [Front End Users] Import users from spreadsheet does not send an emailNo problem, I added just a few lines of code to EWD_FEUP_Send_Email() and Add_FEUP_Users_From_Spreadsheet() and my version can send the correct mails.
It’s only a one-time action.In the meantime in the production version I suggest the call
EWD_FEUP_Send_Email(array(), array(), $User_ID)
in function Add_FEUP_Users_From_Spreadsheet()
is also a buggy line and it’s better removed.Thanks.
Forum: Plugins
In reply to: [Front End Users] Import users from spreadsheet does not send an emailOh, so sending mails is not part of the spreadsheet import. Ok. Why is there a call to EWD_FEUP_Send_Email() in Add_FEUP_Users_From_Spreadsheet()?
Notifying front end users
More importantly: If there is no mail send in the bulk upload from spreadsheet: What would you suggest would be the way my students (front end users) would be notified of the way they can login to the system?Shortcode
When I tick the FE Basic users option: ‘Should a shortcode bulider be added to the tinyMCE toolbar in the page editor?’ A shortcode builder menu item [ <>FE Users ] is added. If you choose the user-profile one, the user-profile-page is inserted. This is not a valid shortcode in my version.