No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Error: Undefined index: REMOTE_ADDRI hope the patched worked for your? Anyway it will be patched in the next version of the plugin. The problem was resolved in the mentioned library.
Forum: Plugins
In reply to: [WP Mail Logging] Error: Undefined index: REMOTE_ADDRHi @kdelsimone,
the patch is suggested by lkraav in the GitHub issue.
In plugins/wp-mail-logging/lib/vendor/redux-framework/inc/class.redux_helpers.php on line 69 modify the line to
return ( ! isset( $_SERVER['REMOTE_ADDR'] ) || $_SERVER['REMOTE_ADDR'] === '127.0.0.1' || $_SERVER['REMOTE_ADDR'] === 'localhost' ) ? 1 : 0;
If your cron is running via curl and the request goes through your webserver, then the REMOTE_ADDR should be set.Forum: Plugins
In reply to: [WP Mail Logging] GDPRThanks for your feedback!
I have just released 1.8.5.Forum: Plugins
In reply to: [WP Mail Logging] Error: Undefined index: REMOTE_ADDRHi @kdelsimone,
I’m aware of the issue but it is produced by a library. We have to wait for a update from there.
Otherwise you can patch this manually (but you need to do after each upgrade)
You can read about it here: https://github.com/No3x/wp-mail-logging/issues/72Forum: Plugins
In reply to: [WP Mail Logging] GDPRThanks for the feedback.
> The only problem is that a confirmation mail is sent after data deletion and this mail is logged.
I have noticed this too – thanks for your advice. I fixed this – would be great if you could test it again.
Btw
Is the policy content text okay?Forum: Plugins
In reply to: [WP Mail Logging] GDPRBy inspecting you WP.org profile I guess you are familiar with development. I have just pushed a privacy branch to repository https://github.com/No3x/wp-mail-logging/tree/privacy.
It would be nice if you could check this out. Please let me know if you need further instructions or a zip with the plugin or something.
Forum: Plugins
In reply to: [WP Mail Logging] GDPRHi @ajoah,
I have worked on the policy content, exporter and eraser.
Would you like to have a look at, give feedback it or test it?
Forum: Plugins
In reply to: [WP Mail Logging] Resend not workingError log showing a message
which error log? Where does this error come from?
I can’t reproduce this. There must be something special about your mail that causes this issue. Without knowing what it is I can’t reproduce it and look closer at it.
- This reply was modified 7 years, 9 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] Possible bug – undefined indexFixed
Hi @brianmcculloh,
I’m developer of another plugin and a user reported the same issue. I came here by google. Can you explain how you fixed the problem? A quick diff between 1.3.1 and 1.4 did not reveal the fix apparently.
Hopefully nobody uses such an old WordPress version. If you increase to 4.0 then you should also replace the deprecated (in version 3.3.0)
get_user_by_email($id_or_email)byget_user_by('email', $id_or_email);.I’m looking forward to your new release.
- This reply was modified 8 years ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] GDPRThe mails are stored in your database only and are not transfered/shared in any way with another service or party.
Forum: Plugins
In reply to: [WP Mail Logging] Suddenly stopped logging emailsHi @swath,
try to send yourself a mail trough WordPress via a plugin (Quickmail or similar). Then:
1) Did you receive this mail?
2) Was the mail logged?Forum: Plugins
In reply to: [WP Mail Logging] Resend not workingThen it was very likely sent like the other one. Try to compare them and see if the recipient match.
Forum: Plugins
In reply to: [WP Mail Logging] Resend not workingDoes the mail appear in the log then?