dblinks
Forum Replies Created
-
Worked perfectly. Avada would not look into my ticket and I guess in fairness it is UM but simply choosing WordPress lazy load worked instantly (after messing around for 3+ days). Glad I found this thread it really is the only one that addressed the issue and worked !!
Thanks again @nsinelnikov?@missveronicatv !!
Different but too close not to mention. This one is strange, because another site with an identical setup on the same server is not experiencing this problem which makes it difficult to understand why UM/Avada is breaking with a function with 2.8.1
With all plugins deactivated on this site except “Ultimate Member” the user can upload photos, cover images, any png or jpeg/jpg etc. on the front end (in 2023 or 2024 theme) on their user profile, activity feeds and groups (see attachement). When Avada theme or even just the Avada builder plugin activated the submit button ceases to work which led me to do this conflict test.
I am not getting any php errors. In a chrome console I get this warning:
Uncaught TypeError: Cannot read properties of undefined (reading 'scaleX') at n.getData (cropper.min.js?ver=1.6.1:10:25897) at HTMLAnchorElement.<anonymous> (um-modal.min.js?ver=2.8.1:1:1666) at HTMLDocument.dispatch (jquery.min.js?ver=3.7.1:2:40035) at v.handle (jquery.min.js?ver=3.7.1:2:38006) I also get "Label" warnings which I'm not familiar with.
Glad I found this thread I worked on it for too long already.
thanks
stu
This worked perfectly. [resolved]
I replaced the definer with my DB user. DOH. Now the db uploaded fine. Hopefully this is resolved I will report back.
Stu
Hi Jonas,
This worked perfectly. Thanks for taking the time to sort it out so efficiently & accurately.
Have a great weekend.
Stuart
Actually it’s a bit deeperUpdate: While using the Sendgrid API we can send from any [email protected] using the Post-SMTP plugin from mydomain.com. It appears the Notification plugin only honors the admin email. I ran a set of tests on another domain of mine and in fact when I changed the admin email to the desired (from) email we set up in Post-SMTP it started sending notifications as expected. This is important information for your plugin users who may use the Notification Plugin from @kubitomakita
Update: While using the Sendgrid API we can send from any [email protected] using the Post-SMTP plugin from mydomain.com. It appears the Notification plugin only honors the admin email. I ran a set of tests on another domain of mine and in fact when I changed the admin email to the desired (from) email we set up in Post-SMTP it started sending notifications as expected. This is important information for your plugin users.
The other plugin author is looking into this. His plugin has a checkbox to “Allow to configure email headers” That was conflicting with Post-SMTP plugin. I turned it off and there is no more error.
Marked Resolved
thanks
stuThanks Kuba.
I finally got an email to send correctly (Post pending review using your wizard).
I unchecked the “Allow to configure email headers”. When that is checked I believe you are injecting something into the header and that is what breaks it?
My client will decide now to test and move forward with her user base. I really like your plugin, most WordPress email plugins to send mail to WP Users are complicated and just don’t work the way a regular site owner expects.
As far as the destruction of the Sendgrid API key I have not come to terms with the reason. There is only one place in the post-smtp plugin that I unchecked while troubleshooting. It says Prevent plugins and themes from changing this for the email from address and name. Not certain but it is the only other setting in that plugin I had toggled while testing. I am the only user with access to her sendgrid acct and I’ve never seen an API key fail. The only reason was that immediately seeing that notice I tried a straight test email from the post smtp plugin which failed. When I regenerated the key it worked. That is all I know.
You can mark this as resolved, hoping with bigger mailings things will go smoothly. I also appreciate that you answered me quickly. 5 stars.
Thanks,
Stu—
I have a session transcript of the past failure but since the mail was not actually sent I cant read the recipient header.
I’ve removed the sensitive data from this transcript.
Session Transcript
This is the conversation between Postman and the mail server. It can be useful for diagnosing problems. DO NOT post it on-line, it may contain your account password. https://api.sendgrid.com:443 Header keys cannot contain non-ASCII characters and empty spaces. --Raw message follows-- SendGridMailMail Object ( [from:SendGridMailMail:private] => SendGridMailFrom Object ( [name:SendGridMailEmailAddress:private] => Inspired to Paint [email:SendGridMailEmailAddress:private] => [email protected] [substitutions:SendGridMailEmailAddress:private] => [subject:SendGridMailEmailAddress:private] => ) [subject:SendGridMailMail:private] => SendGridMailSubject Object ( [subject:SendGridMailSubject:private] => Post Updated ) [contents:SendGridMailMail:private] => Array ( [0] => SendGridMailContent Object ( [type:SendGridMailContent:private] => text/html [value:SendGridMailContent:private] => <p>Critiques April 2021</p> <p>test</p> ) ) [attachments:SendGridMailMail:private] => [template_id:SendGridMailMail:private] => [sections:SendGridMailMail:private] => [headers:SendGridMailMail:private] => [categories:SendGridMailMail:private] => [custom_args:SendGridMailMail:private] => [substitutions:SendGridMailMail:private] => [send_at:SendGridMailMail:private] => [batch_id:SendGridMailMail:private] => [asm:SendGridMailMail:private] => [ip_pool_name:SendGridMailMail:private] => [mail_settings:SendGridMailMail:private] => [tracking_settings:SendGridMailMail:private] => [reply_to:SendGridMailMail:private] => SendGridMailReplyTo Object ( [name:SendGridMailEmailAddress:private] => [email:SendGridMailEmailAddress:private] => [email protected] [substitutions:SendGridMailEmailAddress:private] => [subject:SendGridMailEmailAddress:private] => ) [personalization:SendGridMailMail:private] => Array ( [0] => SendGridMailPersonalization Object ( [tos:SendGridMailPersonalization:private] => Array ( [0] => SendGridMailTo Object ( [name:SendGridMailEmailAddress:private] => [email:SendGridMailEmailAddress:private] => [email protected] [substitutions:SendGridMailEmailAddress:private] => [subject:SendGridMailEmailAddress:private] => ) ) [ccs:SendGridMailPersonalization:private] => [bccs:SendGridMailPersonalization:private] => [subject:SendGridMailPersonalization:private] => [headers:SendGridMailPersonalization:private] => Array ( [] => [message-id] => [email protected] ) [substitutions:SendGridMailPersonalization:private] => [dynamic_template_data:SendGridMailPersonalization:private] => [has_dynamic_template:SendGridMailPersonalization:private] => [custom_args:SendGridMailPersonalization:private] => [send_at:SendGridMailPersonalization:private] => ) ) )
- This reply was modified 3 years, 6 months ago by dblinks.
Thanks Tim! @tneville
Php 7.4.16
There are 3 posts now covering this, my bad. I found the solution by adding to the wp-config file using debug code:
define( ‘WP_DEBUG’, false ); // or true if you are ACTIVELY debugging
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );This was brought up by the author (I think) in the other post. I’ve used WP for 12 years never seen the LOG or DISPLAY values used. Pretty cool
thanks!
stuI started a fresh thread along the same lines. With all plugins deactivated and using the WP 2020 theme it’s definitely an error. Weird is that I have this installed on 20 sites with my same set up and there is no error. The new site I just spun up today and bam, it breaks when activated.
New thread: https://www.ads-software.com/support/topic/error-when-activating-plugn/
Thanks @cryptex_vinci !!
I fixed this with a Plugin (Plugin Filter) to stop jetpack-sharing on your AMP pages. This appears to be the best stable solution.
thx
stuForum: Plugins
In reply to: [Plugin Load Filter] Jetpack Social ShareI used “amp” alone in the expression and it worked perfectly (no slash) !!
thx
stu