No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Get error 502 and ERR_CONNECTION_REFUSED on chromeClosing due lack of feedback.
Forum: Plugins
In reply to: [WP Mail Logging] Suggest email tracking pixel to track opened emailHi @tobias_conrad,
tracking and advanced delivery checks / configuration checks are not part of the plans for the plugin.
They could go into a paid version in future. But no plans about this yet.
Thanks for your feedback / suggestion anyway.
Forum: Plugins
In reply to: [WP Mail Logging] Woocommerce E-mails Not SendingSo it’s basically Woocommerce behaviour and nothing wrong with the logging?
Thanks for your feedback!
Forum: Plugins
In reply to: [WP Mail Logging] Suggestion: Add option to disable sending the email.Hi @louiswalch,
thank you for your suggestion. The plugin is about logging. There are dedicated plugins to disable actually sending the mail. I don’t like plugins doing too much. Why not mix them if you have the freedom to do so?
Setting the smtp to something invalid in dev should be sufficient to stop the mail from actually being sent. Or installing a plugin to disable the sending. They should be compatible with the plugin because I guess they swap the phpmailer implementation with some kind of mock. e.g. https://de.wordpress.org/plugins/disable-emails/ (I have not tested the compatibility)
- This reply was modified 9 years, 2 months ago by No3x.
Forum: Reviews
In reply to: [WP Mail Logging] Almost perfectHi @maigret,
Thanks for your feedback! We have made translations available to translate.wordpress.org today.
I’m looking forward to merge your translation in the next release!
Please consider making a donation if you like the plugin.Forum: Plugins
In reply to: [WP Mail Logging] Data not correctOh gosh!
sorry for that but there is nothing I can do. No glue where this could come from. Never seen this.
Try isolating the plugin from others in a testing env.Hi,
This is not a incompatibility. The membership plugin probably sends an email out when you change a membership. Unfortunately the send process of the mail fails and triggers this function in my plugin to log the details of the error. Somehow the mail was not logged in the first place but this function of the plugin assumes this. What SMTP/Mail plugin do you use in WordPress?
Kind regards
Christian ZöllerForum: Plugins
In reply to: [WP Mail Logging] “Open” trackingHi @ngrudev,
there are currently no plans for this feature on my part. However everyone is welcome to contribute to the plugin.
Forum: Plugins
In reply to: [WP Mail Logging] 500 Fatal error on updating user-edit.phpHi @bigneno! Someone tries to send a mail during update of an user that is so incomplete it crashes my plugin.
Although a 500 error is not cool and I should intercept it: I suggest searching for the reason why someone would send such an email.
With someone I mean a plugin or snippet / action in you WordPress installation.Did you recently change something in the edit user page or a dependent action/filter of it? – this should explain the root cause of the problem.
Forum: Reviews
In reply to: [WP Mail Logging] Does exactly what it shouldThank you so much for your generous donation! The support means a lot to me.
Forum: Reviews
In reply to: [WP Mail Logging] Does exactly what it shouldHi @netplusnagano,
Thanks for your kind feedback!
Please consider making a donation if you like the plugin.Forum: Plugins
In reply to: [WP Mail Logging] Get error 502 and ERR_CONNECTION_REFUSED on chromeThis can have various reasons. It’s likely a configuration issue of your server. It should be easy to fix if you find the error reason in the logs.
Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’Hi,
there are always installs this error occurs on updates. I have tested the upgrade on 3 WordPress installs with different plugin versions to 1.8.0 and everything worked fine. So I’m actually puzzled why this happens.
Fortunately this is simple to fix:
Quick fix: Deactivate then activate the plugin. (Make sure to enable cleanup in the settings). -> loss of logs
Better fix: The schema looks fine but the plugin version was not updated to the actual version. Set the option WPML_installed_version to 1.8.0.
Alternative fix: Drop the wpml table from the database.This is not really the job of your hosting provider (as long you do not have special conditions for this kind of support), it is yours!
Hi, @zanderlise. It is very likely a problem with your server configuration or file permissions on filesystem level or the configuration of the plugin saving files somewhere in wp-uploads or a “security plugin” changing the file access. The file is there, otherwise it would return a 404 – file not found so the job of WP Mail Logging is done properly!
The option “Can see submission data” is for viewing the listtable only – it is definitely not related to your problem.
- This reply was modified 9 years, 4 months ago by No3x.