kgraversen
Forum Replies Created
-
Hi @smakazmi15
Since you are able to say that it is on the LearnDash side that there is a problem, I kindly ask you to share the information that made you conclude this.
This way, I will have something specific to discuss with LearnDash and not have to start from scratch.Best
KenI disabled the two plugins as suggested and was able to access the logs.
I then enabled BuddyBoss and was still able to access logs. Then, I enabled LearnDash, and now the problem was back.
Both plugins have worked nicely with Post SMTP in the past, and I need both of them for my site to work.
Please advise.
Mailer: postsmtp
HostName: compliancecircle.dk
cURL Version: 8.2.1
OpenSSL Version: OpenSSL/1.1.1u
OS: Linux vip03.azehosting.net 3.10.0-962.3.2.lve1.5.80.el7.x86_64 #1 SMP Tue May 2 18:31:48 UTC 2023 x86_64
PHP: Linux 8.0.29 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes
WordPress: 6.3.1 en UTF-8
WordPress Theme: BuddyBoss Child
WordPress Plugins: Post SMTP, BuddyBoss Platform Pro, BuddyBoss Platform, Yoast Duplicate Post, Elementor Pro, Elementor, LearnDash Licensing & Management, Manage Notification E-mails, LoginWP (Formerly Peter’s Login Redirect), LearnDash LMS, SVG Support, Uncanny Toolkit for LearnDash, Uncanny Toolkit Pro for LearnDash, UpdraftPlus – Backup/Restore, Wordfence Security, Yoast SEO
WordPress wp_mail Owner: /home/timbedco/compliancecircle/compliancecircle.dk/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email, PostsmtpMailer->get_mail_args, famne_custom_to_admin_mailaddresses
WordPress wp_mail_from Filter(s): wordfence::fixWPMailFromAddress
Postman: 2.5.9.4
Postman Sender Domain (Envelope|Message): compliancecircle.dk | compliancecircle.dk
Postman Prevent Message Sender Override (Email|Name): Yes | Yes
Postman Active Transport: Mailgun API (https://api.eu.mailgun.net:443)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 394 | 1
Postman Stealth Mode: Yeshttps://drive.google.com/file/d/1yr-7ZAk0V5pfo_QhI0Sr6xGXnIVfoJi6/view?usp=drive_link
Shure – here it is.
- This reply was modified 1 year, 2 months ago by kgraversen.
Forum: Plugins
In reply to: [WP Crontrol] Cron job user/auth contextThanks – well explained ??
Forum: Plugins
In reply to: [WP Crontrol] Cron job user/auth contextThanks, John, but how does that actually work?
I guess you can simplify authorisation to 1) access to nothing, 2) access to specified or 3) access to everything. And if there is no defined user context (t specify authorisation), it must be either all or nothing, right?
Does that mean that a cron event has access to everything, but no user context to refer to (e.g., no current user)?
Thanks for going beyond. I couldn’t find anything on this topic.
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] Autocomplete Lesson IssueI have the same issue – autocompleting a lesson redirects to the final quiz (if such is present) or to the course page rather than to the next lesson in the progression.
1. I had Pro turned on, but turned it off to debug. It appears to be the Topics Autocomplete that is the culprit.
2. The lesson is marked complete as expected.
3. 3.4.2 (3.7 Pro)//Ken
Forum: Plugins
In reply to: [WP Crontrol] unable to save custom eventHi @johnbillion
I had this problem – that I could not Add New Cron Event.
I then tried to comment out the
define('DISALLOW_FILE_EDIT', true);
in the wp-config.php file.And now I can add new events.
Honestly – I don’t know if that is an actual requirement as I am a new user of WP Crontol. I hope it is not!
Best
KenForum: Plugins
In reply to: [Export and Import Users and Customers] UTF-8 support missingSorry, you are right ??
I can confirm that the plugin does indeed export characters in UTF-8.
Hi Kuba
It was the plugin MemberPress that took over and caused the override of the Notifications disable option.
MemberPress provided this little piece of sneaky code and it fixes the issue:
// Avoid unwanted password reset mail from MemberPress function mepr_remove_recipients($recipients, $subject, $message, $headers) { if(strpos($subject, '[NEO Compliance] Password Reset') !== false) { $recipients = array(); //remove all recipients } return $recipients; } add_filter('mepr-wp-mail-recipients', 'mepr_remove_recipients', 11, 4);
Hey Kuba, sure – thanks!
Site Title: NEO Compliance
Subject line: [NEO Compliance] Password Reset
Message: Someone requested to reset your password for [email protected] on NEO Compliance at https://neo.timbed.comTo reset your password visit the following address, otherwise just ignore this email and nothing will happen.
https://neo.timbed.com/?action=reset_password&mkey=abc0H1jyGNl9g8vL8s6qwe=email%40timbed.com
Forum: Plugins
In reply to: [Event Tickets and Registration] RSVP mail is not being sentApologize for disturbing
Local server issue
All fineForum: Plugins
In reply to: [Wordpress 2-step verification] Plugin appear to block ZapierForum: Plugins
In reply to: [Wordpress 2-step verification] ManageWP blockedHi @as247
Wow – amazing support! Thanks a lot for your prompt attention.
I have tried to apply the workaround to one of my sites, but unfortunately it is still not working.
I will try a couple of options and get back to you.
Best
KenThanks – excellent job – I just updated and it is working like a charm