No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] #Illegal string offset ‘to’ warningSome plugin is using the wp_mail function terribly wrong.
Forum: Plugins
In reply to: [WP Mail Logging] WordPress DB Error – Unknown COlumnSeems like the upgrade from a previous version was not successful.
The easiest way is to drop the wp_mails table if it’s acceptable to loose the logs. If not please tell me.
Forum: Plugins
In reply to: [WP Mail Logging] Disable Redux ads / banners / widgetsPlease tell me how to do it with embedded redux mode and with WP_DEBUG enabled.
There is a version on the way with redux removed (no release plan yet), since there are so many complains about it. It will look like shit but I don’t care.
- This reply was modified 7 years, 7 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] Log on ErrorHi @deffedefect
I have created a new issue on GitHub. Currently there are no plans to implement it but the plugin is open source.
Forum: Plugins
In reply to: [WP Mail Logging] Log Rotation cleanup not workingAre there any updates?
Forum: Plugins
In reply to: [WP Mail Logging] Not all emails in logI don’t use woocommerce. Probably they changed something? There are other plugins for mail logging – does it work with them?
Forum: Plugins
In reply to: [WP Mail Logging] Check mails that not have been sentHi @bmcinternet,
the plugin just saves the error message from the pluggable mail implementation which is default phpmailer. Depending on your plugins this might be even swapped out.
Phpmailer covers the way from your server to your mail server – if there is any error it will be returned as error from phpmailer and logged by the plugin.
All mails that were send (successfully or not) should appear in the log.
Forum: Plugins
In reply to: [WP Mail Logging] Log Rotation cleanup not workingI just verified the log rotation methods are actually called when the cron run. That is the case on my environment.
I assume you enabled log rotation in the plugin settings.Forum: Plugins
In reply to: [WP Mail Logging] Log Rotation cleanup not workingPlease read this:
https://www.wpbeginner.com/plugins/how-to-view-and-control-wordpress-cron-jobs/Verify that there is a cronjob of wp mail logging listed. The name should be “wpml_log_rotation”.
Forum: Plugins
In reply to: [WP Mail Logging] Log Rotation cleanup not workingI can’t reproduce this. Make sure cron is working. Try to disable and then enable the plugin again.
Forum: Plugins
In reply to: [WP Mail Logging] Download WP Mail LogsHi,
you can easily export the entries with phpmyadmin, if present. Alternatively find a plugin to export database tables.
Forum: Reviews
In reply to: [WP Mail Logging] Helpful for testingHi @stevengliebe,
Thanks for your kind feedback!
Please consider making a donation if you like the plugin.Forum: Plugins
In reply to: [WP Mail Logging] Error Message MeaningHi @klmd,
the plugin just saves the error message from the mail-provider which is default phpmailer. Depending on your plugins this might be even swapped out.It seems like there is a issue with your server that can’t send mails.
Please look into details with “phpmailer Could Not Instantiate Mail Function.”
E.g.
https://stackoverflow.com/questions/1944631/could-not-instantiate-mail-function-why-this-error-occurringThere is nothing more I can do because it’s beyond the scope of this plugin.
How did you update the plugin?
The main plugin-file changed:wp-mail-logging.php references src/inc/redux/admin-init.php now on line 98.
https://plugins.trac.wordpress.org/browser/wp-mail-logging/tags/1.8.5/wp-mail-logging.php#L98And the file is there as you can see:
src/inc/redux/admin-init.php https://plugins.trac.wordpress.org/browser/wp-mail-logging/tags/1.8.5/src/inc/redux/admin-init.phpI checked the files and they are ok. See svn links.
I think your wp-mail-logging.php was not updated somehow.
For further information please share a ls -laishR wp-mail-logging and the content of wp-mail-logging.php- This reply was modified 7 years, 8 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] Error: Undefined index: REMOTE_ADDRYou are welcome