No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Fatal Error after UpdateHello,
thank you very much for this quick feedback. There were some files missing in the plugin release. I don’t know how this could happen yet but I’ll investigate this.
But now the important part:
I fixed the release, so 1.4.2 for normal updaters is available and stable.
If you are affected of a broken plugin version you have to uninstall the plugin and install it again.
If your backend is broken (white page) you have to login via FTP and delete wp-mail-logging from your wp-content/plugins directory.I’m very sorry that this maybe killed your WordPress backend. Feel free to contact me if you have problems getting it up and running again.
Kind Regards
No3xForum: Plugins
In reply to: [WP Mail Logging] incompatibility ?Hello,
thank you very much for this quick feedback. There were some files missing in the plugin release. I don’t know how this could happen yet but I’ll investigate this.
But now the important part:
I fixed the release, so 1.4.2 for normal updaters is available and stable.
If you are affected of a broken plugin version you have to uninstall the plugin and install it again.
If your backend is broken (white page) you have to login via FTP and delete wp-mail-logging from your wp-content/plugins directory.I’m very sorry that this maybe killed your WordPress backend. Feel free to contact me if you have problems getting it up and running again.
Kind Regards
No3xForum: Hacks
In reply to: Serve export fileI put the use case in a picture:Structure
So first the client selects items he wants to export. If he applies the option Export the data(id’s of the entries) is send by unknown method to an unknown location. The data is put into some sql and a xsl file is build. The the file is send to the client as download.Forum: Hacks
In reply to: Serve export fileI think you got me wrong. The point is how to get id’s from A to B (and process the SQL query in B – but that’s not the important part) and then send a file to the client. It’s more about the data flow and software design. I have to implement this in my plugin.
Forum: Plugins
In reply to: [WP Mail Logging] Cannot see email content/date/time, etc…Hi there,
at first we need to figure out if this is a display error or something else.
You can try to enable cleanup in the settings and then disable the pluin. Reactivate the plugin and see if the issue persist.
If this doesn’t help try to use a plugin to send a simple test email (this way we can make sure it doesn’t depent on the content of the logged mails)(Quick Mail or Check Email)
Have you also checked the php error log?
The next step depends on your background. Are you a developer or familiar with viewing SQL databases? The other way around would be to investigate the HTML generated for this list table.
Forum: Plugins
In reply to: [WP Mail Logging] Backup PossibilityResolved. See gh for further progress.
Forum: Plugins
In reply to: [WP Mail Logging] Can See Submission data*?Resolved
Forum: Plugins
In reply to: [WP Mail Logging] Cleanup by TimeHi zimbo,
the stepper has a granularity of 10, with min of 1.
Agree, integral multiples of 7 would be an even more common value.
Using the typed in custom number would be even better, but is not supported by the settings framework I’m using without further adaptation (maybe with a compiler hook).I might change the value to 7 in the next release at least.
https://github.com/No3x/wp-mail-logging/issues/26Forum: Plugins
In reply to: [WP Mail Logging] Can See Submission data*?Hi!
you can select which capability a user has to have to see the logged emails with this setting.manage_options is a widely used and solid cap if you want that only admins can see the data (should be selected as default).
Please have a look at Capability vs. Role Table
The image is not up to date. I will fix this asap.Forum: Plugins
In reply to: [WP Mail Logging] Backup PossibilityHi,
I think this is a useful feature. I’ll probably add this in the next release.
Follow this issue (gh-18) for updates.Forum: Reviews
In reply to: [WP Mail Logging] Nice, simple in-dashboard logging for wp-mailI appreciate any feedback if you test this feature over several days.
Forum: Reviews
In reply to: [WP Mail Logging] Nice, simple in-dashboard logging for wp-mailSince 1.4.0, December 22, 2014 there is a log rotation mechanism to control the amount of logged mails by several criteria.
Forum: Plugins
In reply to: [WP Mail Logging] National characted changed to ?Hello,
thanks for your post.
I’ve created a issue on github:
https://github.com/No3x/wp-mail-logging/issues/23Forum: Plugins
In reply to: [WP Mail Logging] Mandrill supportResolved. Fix in 1.4.0
Forum: Plugins
In reply to: [WP Mail Logging] Mandrill supportThanks anyway ..and also for your review! I think we will get this fixed sooner or later.