No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Date and Time all the SameClosed due lack of information and inability to reproduce the behaviour.
Forum: Plugins
In reply to: [WP Mail Logging] Using Contact Form 7You see an x if the path to the file is not valid.
There is no icon if there was no attachment – this is ok and not the problem – right?So you could check that path by looking into the database table’s attachment column. (In my case the content is e.g. /uploads/wpcf7_uploads/1081872618/icon-128×128.png)
I’m able to reproduce this by changing the attachment path to an invalid path:
/uploads/wpcf7_uploads/0187938481/icon-128x128.png,\n/uploads/wpcf7_uploads/0058494489/icon-26x256.pngdirectly in the database.
(I replaced the first 5 of the second file name with x)Are you sending multiple files at once? (also works fine for me)
Forum: Plugins
In reply to: [WP Mail Logging] Using Contact Form 7Hi Jack All,
I looked into this and noticed that Contact Form 7 does not attach the files to the mail (mail header) automatically.
But you can do so:
http://contactform7.com/file-uploading-and-attachment/So I added the tag to “File Attachments” as described and everything works fine.
Kind Regards
No3xPlease rate!
Forum: Plugins
In reply to: [WP Mail Logging] Using Contact Form 7Hi Jack All,
thank you very much for the feedback.
The attachments feature works for files that are uploaded via WordPress Core Media Uploader only. It should say “Attachment %s is not present” at least in the attachment column!?
I used https://wordpress.org/plugins/quick-mail/ to implement/test this feature, I guess.
I don’t have much time to do this right now but everyone is welcome to contribute.
https://github.com/No3x/wp-mail-logging
https://github.com/No3x/wp-mail-logging/issues/34Forum: Plugins
In reply to: [WP Mail Logging] Date and Time all the SameHi sbillups,
do you have access to the database via gui (e.g. phpmyadmin or something like that)? I would like to see if the actual timestamps in the database are correct.
Forum: Plugins
In reply to: [WP Mail Logging] Date and Time all the SameWhat about the output with the other option set in the plugin settings? There is also a sample output (under the title of the option) of the current time formatted as set in the WordPress time settings. Looks this date valid?
With this I should be able to try fixing this. Although I don’t have a glue yet.Forum: Plugins
In reply to: [WP Mail Logging] Date and Time all the SamePlease use the plugin settings and post examples for both time formats. What is your WordPress time format?
What is your plugin version and WordPress version?Forum: Plugins
In reply to: [WP Mail Logging] Date and Time all the SameHi,
what is your location? Timezone server settings?
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorWinter is coming..
and so 4.4.
Is there any progress in a migration routine? I checked out that tweet, the link there and svn.Forum: Plugins
In reply to: [WP Mail Logging] Search does not workJust released 1.5.2 with a fix for this issue.
Thank you very much for reporting this!Would love to find some beta tester for 1.6.0.
Forum: Plugins
In reply to: [WP Mail Logging] Redux warning prohibits correct ajax requestsHi jsnd,
I already took concern of updating redux in my current development environment to bundle it with the next release. 🙂
Anyway I have some issues bundling it and I might switch over to use it with TMG (automated installation of redux with plugin installation, or require manual installation before my plugin will activate).
Possible workaround: try to install redux from the plugin repository – I never did it this way but it might overerrule my bundled version of reudx.
Are you familiar with REST in WordPress? I currently implemented a JSON printout when accessing a single mail. If you know how to implement an endpoint we should talk.
Forum: Plugins
In reply to: [WP Mail Logging] wp_mail filter prioritysee post above
Forum: Plugins
In reply to: [WP Mail Logging] wp_mail filter priorityForum: Plugins
In reply to: [WP Mail Logging] wp_mail filter priorityYou are totally right. It’s embarrassing I did not think about that.
functions with the same priority are executed in the order in which they were added to the filter.
– It’s kinda strange there were no big issues yet if you ask me.
Maybe my plugin is executed at the end because of alphabetical order ‘w’ – But I’m not sure if plugins are executed in alphabetical order.Thank you!
(I’m still looking for beta tester for my new plugin version that is not pushed to the plugin repository yet.)Forum: Plugins
In reply to: [WP Mail Logging] wp_mail filter priorityMakes much sense. I did not have this case yet. Do you run into such a priority problem? If yes with which plugin?
Do you want to beta test the current version?