No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Attachment Error StatusThank you! Add a \ before mime_content_type in WPML_Utils.php on line 83 as quick fix. I will put this in the next release.
Forum: Reviews
In reply to: [WP Mail Logging] Amazing!Hi @benbodhi!
I don’t think this should go into core because WordPress is the thing it is by it’s extensibility.Thanks for your kind feedback!
Please consider making a donation if you like the plugin.Forum: Plugins
In reply to: [WP Mail Logging] Fatal Error on ActivationThey did a lot of performance tweaks on php. Sorry for breaking the site for you and forcing you for upgrade php but on the other hand it’s overdue.
Forum: Plugins
In reply to: [WP Mail Logging] Fatal Error on ActivationHi, 5.3 is required for namespaces but I use some other features that need 5.4. The plugin should activate fine with 5.3 but throw a message saying you need to run with 5.4 without php errors at least.
The php version on cli is not always the php version used to process .php files. You could check this with a simple phpinfo().Forum: Plugins
In reply to: [WP Mail Logging] Fatal Error on ActivationAre you sure? Do you have multiple instances of php installed? If the error appears with 5.4.28 I don’t have a answer.
Forum: Plugins
In reply to: [WP Mail Logging] Fatal Error on ActivationHi,
what php version are you running? The linenumber indicates the usage of namespaces. Namespaces are supported since php 5.3.
- This reply was modified 9 years, 9 months ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] Can't see the from email address? Only the from name.Hi jodamo5,
specifying this header is done by the sender or caller of wp_mail. The caller does not set the From header the way you would like.
What plugin is sending this mail? I could look at the code and spot the issue.
Forum: Plugins
In reply to: [WP Mail Logging] Redux warning prohibits correct ajax requestsSorry but please prove your concerns. Please look at the log files for errors.
I just updated to 4.6 to check for issues. But everything is fine.
Forum: Plugins
In reply to: [WP Mail Logging] Unable to delete emailsHi maggy_th,
I can confirm this. I changed a lot under the hood from 1.5 to 1.6 and did not test old functionality well. But the fix is trivial.
I will push an update in the next few hours.
Forum: Plugins
In reply to: [WP Mail Logging] Unable to delete emailsThis issue can’t be related to the update as I changed nothing there. Just checked on a site with 1.6.1.
I had similar behaviour on a site I updated the plugin – it was a caching problem of the JS for the modal, that changed. Just cleared cache for the site and it worked. On other sites there were no issue at all.Please give it a try.
Forum: Plugins
In reply to: [WP Mail Logging] Unable to delete emailsNice. You are welcome!
Make sure to write an review.Forum: Plugins
In reply to: [WP Mail Logging] Unable to delete emails1.6.1 is out and should fix this.
Please check and mark as resolved if so.Forum: Plugins
In reply to: [WP Mail Logging] Unable to delete emailsWhoops! Thank you very much for the report. I will push an update in the next few hours.
Forum: Plugins
In reply to: [WP Mail Logging] PHP 7Did it resolve the errors?
Edit: ah just noticed you marked as “resolved”
Thanks for the hintForum: Plugins
In reply to: [WP Mail Logging] PHP 7Hi rassom,
all of the errors are caused by Redux Framework.
I updated this library today. I don’t know if they support php70 already.
Give it a try.