samjansen97
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Wrong payment status in Woocommercehello, when I click on the link it redirects me to the homepage. Do I need to be logged in? Will it show a form than?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Wrong payment status in Woocommercehttps://privatebin.syde.com/?d4628bf287296477#9n76VASmmXwArtsGzhoyZ4F1y1SXoQDmkt5CDB7g4hDv
This is the log file.
This a order from today: https://ibb.co/37yGKb0
As you can see we had to manually change the order status.
I believe the order status problem is only with Ideal and not with bank transfer (sepa) optionForum: Fixing WordPress
In reply to: Password reset not working correctlyThe redirect hook fired to early that after password reset that was the problem.
No it is fixed with this code:function auto_login_after_password_reset($user, $new_pass) {
wp_set_current_user($user->ID);
wp_set_auth_cookie($user->ID, true);
wp_safe_redirect('websuteurl/');
exit;}
add_action(‘after_password_reset’, ‘auto_login_after_password_reset’, 10, 2);Forum: Fixing WordPress
In reply to: Password reset not working correctlyThat password reset page is not what I am talking about. I am talking about the WordPress page where you can generate a password. I tried with disabling all plugins/themes except for the form plugin that creates the user and let WordPress sent the password reset link. It worked indeed but there was no auto login after setting the password. So maybe because of the auto login the password is not set?
See here screencast with the problem:
https://somup.com/cZleYwJLFQForum: Fixing WordPress
In reply to: Password reset not working correctlyIt is not really custom I believe. I just customized the password reset page with some css. But it is WordPress that sents the email to reset the password. Can you try the link to fill in the form?
Forum: Fixing WordPress
In reply to: Password reset not working correctlyI found it our myself. It happens when the password is through the automatic password reset link. For example if I choose 1234 as password and save the password. I am logged in automatically. But when I try to loggin again it with that same password it says pasword incorrect
You can try it yourselve through this page:
https://bevrijdingsbediening.nl/plan-je-gesprek/
after you filled in the form you will receive a link to set your password from wordpress
Add Perfmatters plugin to disable CSS and JS in comibination with Litespeed. Also you could add a CDN and Redis Object cache if installed on your server. But what I see from the PageSpeed Inisight is your webhosting server not that good
Forum: Everything else WordPress
In reply to: Background tasks not being executed wordpressI dont see anything wrong at site health
Forum: Everything else WordPress
In reply to: Background tasks not being executed wordpressI am receiving this error:
While trying to spawn a call to the WP-Cron system, the following error occurred:
cURL error 28: Operation timed out after 3000 milliseconds with 0 bytes receivedThis message has been sent from https://www.revive.nl by the WP-Cron Status Checker plugin. You can change the email address in your WordPress admin section under Settings -> WP Cron Status. Only one email will be mailed every 24 hours.
Forum: Everything else WordPress
In reply to: Error restoring connection to database–
- This reply was modified 3 years, 3 months ago by samjansen97.
Forum: Everything else WordPress
In reply to: Error restoring connection to databaseFrom the multisite
Forum: Everything else WordPress
In reply to: Error restoring connection to database{
"pma_version": "5.2.0",
"browser_name": "CHROME",
"browser_version": "110.0.0.0",
"user_os": "Win",
"server_software": "Apache/2",
"user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36",
"locale": "en",
"configuration_storage": "disabled",
"php_version": "7.4.33",
"script_name": "index.php",
"exception_type": "js",
"exception": {
"mode": "stack",
"name": "NotSupportedError",
"message": "Failed to execute 'define' on 'CustomElementRegistry': the name \"amino-inspect\" has already been used with this registry",
"stack": [
{
"func": "5a74",
"line": "7",
"column": "87178",
"context": "",
"uri": "index.php?",
"scriptname": "index.php"
},
{
"func": "n",
"line": "1",
"column": "110",
"context": "",
"uri": "index.php?",
"scriptname": "index.php"
}
],
"uri": "index.php?route=%2Fserver%2Fsql"
}
}I am getting error in the database
Forum: Everything else WordPress
In reply to: Error restoring connection to databaseIs it possible that I can contact you privately and send you some logfiles?
Forum: Everything else WordPress
In reply to: Error restoring connection to databaseCould the Redis error cause this database problem?
Forum: Everything else WordPress
In reply to: Error restoring connection to databaseCould the database be corrupted? That is what I found online about the error. We are also thinking about switching to a differant hosting because there is not much support.