No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Bulk deleteHi @madamadari,
please check the “cleanup” option in the plugins settings and then disable the plugin to remove the table.
Optionally just drop the whole table with phpmyadmin, mysql cli or a similar tool.Forum: Reviews
In reply to: [WP Mail Logging] Great PluginHi @dmitrychuba,
Thanks for your kind feedback!
Please consider making a donation if you like the plugin.Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’Do you have some kind of staging-WordPress or any other instance of WordPress using the the same database?
Where would this version number come from?
If you have changed this version number in the database manually it can only be set to 1.4.2 by a 1.4.2 version of the plugin.
Please also check the version in the wp-mail-logging.php file. It should contain this highlighted version number like there: https://github.com/No3x/wp-mail-logging/blob/release/1.8.1/wp-mail-logging.php#L6
- This reply was modified 8 years, 11 months ago by No3x.
- This reply was modified 8 years, 11 months ago by No3x.
- This reply was modified 8 years, 11 months ago by No3x.
- This reply was modified 8 years, 11 months ago by No3x.
- This reply was modified 8 years, 11 months ago by No3x.
- This reply was modified 8 years, 11 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’Please make sure to delete all WPML_ prefixed options in the wp_options table. Before trying a “fresh install”.
Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’Did you try to check the “cleanup” option in the plugin settings and then disable the plugin?
Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’The simplest one is to delete the whole table. Is this acceptable to you?
Forum: Plugins
In reply to: [WP Mail Logging] WordPress database error Duplicate column name ‘error’Hi @tecreasey
just delete the error column with phpmyadmin. After this the upgrade should work.
Forum: Plugins
In reply to: [WP Mail Logging] Does not register Buddypress emailsHi @maijabrazen,
did you find out about the bp_email() filter?
Forum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeOh wow, they have access to your webserver?
I’m happy you could verify my statement about this from a 3rd party.
Forum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeIt’s an established pattern for service based OOP and dependency injection.
Please refer to http://pimple.sensiolabs.org/Please send me a hash of the file to verify integrity. Maybe someone really put malicious code in there.
But I don’t think that’s the reason: Please refer to a similar topic https://wordpress.org/support/topic/security-risk-vaultpress/
Forum: Plugins
In reply to: [SMTP Mailing Queue] No mail sent since 4.7.2I have also noticed this behavior (non-empty queue is not worked through).
Workaround (as mentioned by @johansenit): Checking the “do not use cronjob” in the settings and adding another system cronjob periodically calling the designated (plugin generated) url for processing the queue manually fixed it.
I think spotting the bug and reproduce this behavior is hard as it occurred spontaneously.
- This reply was modified 8 years, 11 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] Does not register Buddypress emailsHi @maijabrazen,
Thanks for your feedback and kind words. I will look into this soon.
But I guess they call wp_mail under the hood. So I think it is more likely a configuration issue.
How do you send mails in WordPress? Smtp-plugin? Sendmail? Configured PHP mail?Forum: Plugins
In reply to: [WP Mail Logging] RetroactiveHi @neilm04,
no it does not.
Forum: Plugins
In reply to: [WP Mail Logging] function set_errorThis is fixed in 1.8.1
Forum: Plugins
In reply to: [WP Mail Logging] What does the error mean?Hi @djenk,
depending on your WordPress mail configuration additional error messages can be stored with the mail. If there were error messages you can hover over this icon or find the details in the detail view of a mail.
Not all mail plugins provide this error details because of poor integration. But the plugins listed here do: https://wordpress.org/plugins/wp-mail-logging/#installation
This is a list (subset) of errors that can occur:
SMTP Error: Could not authenticate.
SMTP Error: Could not connect to SMTP host.
SMTP Error: data not accepted.
Message body empty
Unknown encoding:
Could not execute:
Could not access file:
File Error: Could not open file:
The following From address failed:
Could not instantiate mail function.
Invalid address:
mailer is not supported.
You must provide at least one recipient email address.
SMTP Error: The following recipients failed:
Signing Error:
SMTP connect() failed.
SMTP server error:
Cannot set or reset variable:
Extension missing: