resqonline
Forum Replies Created
-
so sorry for not getting back to you! I’ve managed to import the settings from a different server and got it to work – Thank you for your support!
@treibalen Yes, I tested the SMTP settings and everything went well, there are no issues with the sending method. I’ve checked several of the email addresses which stopped sending and several of them haven’t responded (like opening or clicking the mail) for quite some time, so I guess it’s a kind of bounce management issue?
When setting the option to mark subscribers as inactive after some time, almost two third of the subscribers went to the inactive list – that cannot be right. We also had a few of them complaining then that they didn’t receive the newsletter, so we stopped with that setting. As mentioned before the whole system worked quite well until recently, so for me the logical thing was to check with you.
Regarding the SMTP we also checked with our hoster and they couldn’t find an issue with the server.unfortunately, I am getting the same error messages now:
Expected response code 354 but got code “503”, with message “503-All RCPT commands were rejected with this error: Unbearbeiteter Abonnent: (email address)I’ve checked for bounce settings, re-re-checked SMTP settings and everything, even set the sending frequency to recommended interval. We even asked our host if something came up on the server side, but no. The issue wasn’t there before I’ve updated to latest versions (including pro plugin), WP and all plugins are up-to-date.
Why is sending stopping because of this? Extremely annoying!Forum: Plugins
In reply to: [A-Z Listing] A-Z not going to specific alphabetsame here!
it works well in the first tab (Avada Theme), but not in the secondForum: Plugins
In reply to: [NM Gift Registry and Wishlist Lite] Error – undefined functioncouldn’t replicate the issue, seemed to be a one-time thing – marking the issue as solved now
Forum: Plugins
In reply to: [NM Gift Registry and Wishlist Lite] Small issue with translated strings@nmerii just a heads-up: there is a string, that’s not translatable: “No data available in table” – maybe you could change that in one of your next releases ??
Forum: Plugins
In reply to: [NM Gift Registry and Wishlist Lite] Small issue with translated stringsThank you, @nmerii, now it works like a charm! ??
Forum: Plugins
In reply to: [NM Gift Registry and Wishlist Lite] Small issue with translated strings@nmerii sorry, can’t seem to get it right – can you please elaborate on the filter? do you have an example on how I can set the title to capitalize for all strings?
Forum: Plugins
In reply to: [NM Gift Registry and Wishlist Lite] Small issue with translated stringsit’s not “regardless of context” – in German most nouns are written with a capital in front, so strings should be able to handle these translations ??
Thank you for the filter(s), checking them out.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Email ErrorThere is definitely an error when setting to SMTP. I am using both Mailpoet and WP Mail SMTP with the SMTP settings and both are fine, but EM is throwing a server error.
Switching to WP Mail seems to be working, but now WP Mail SMTP ist throwing the message, there is the recipient email missing, so it seems EM has an issue with the correct email setup for sending mails.
Here is what I got in the debug log:[18-Aug-2020 09:09:02 UTC] PHP Deprecated: class-phpmailer.php ist seit Version 5.5.0 <strong>veraltet</strong>! Benutze stattdessen wp-includes/PHPMailer/PHPMailer.php. The PHPMailer class has been moved to wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. in /wp-includes/functions.php on line 4963 [18-Aug-2020 09:09:02 UTC] PHP Deprecated: class-smtp.php ist seit Version 5.5.0 <strong>veraltet</strong>! Benutze stattdessen wp-includes/PHPMailer/SMTP.php. The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. in /wp-includes/functions.php on line 4963 [18-Aug-2020 09:09:02 UTC] PHP Fatal error: Cannot declare class PHPMailer\PHPMailer\SMTP, because the name is already in use in /wp-includes/PHPMailer/SMTP.php on line 30
- This reply was modified 4 years, 3 months ago by resqonline. Reason: debug log fatal error
Forum: Plugins
In reply to: [ACF User Role Field Setting] User roles not showing in Groups fieldI am using a custom class and the following code to just hide the field not supposed to be seen by the user role:
// CSS based on user role add_action( 'wp_enqueue_scripts', 'hide_from_author_users' ); function hide_from_author_users(){ if( in_array( 'author', (array) wp_get_current_user()->roles ) ){ echo '<style> .authorhide { display: none; } </style>'; } }
Forum: Plugins
In reply to: [ACF User Role Field Setting] User roles not showing in Groups fieldhm, that’s too bad! so I have to disable each group manually for certain user roles…
same thing happend to one of my sites today and it took me a while to figure it out! The whole site just through errors, of course, as the whole WP setup was removed from the config file!
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Line breaks within email@armourer1
Thank you so much for this! That solved my issue.Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Line breaks within emailSorry to say, that’s not it. Having the same issue with Gravity Forms and I tried both with and without formatting the mail content.
I am getting the same result as deanljbirch with<p><br></p> <br><title>My Email Subject which is hidden</title> <br><br><br>
This is way too many space and I believe <title> in this case should mean h1?