Jack Arturo
Forum Replies Created
-
Hey @famarast π, that’s a weird one π
Does the error trace go any farther back?
And is this when you click the auto-login link in the email?
Or when the email is actually sent?
What happens if you visit an auto-login link manually in your browser? I just tried https://www.miosito.com/?cid=123 and didn’t get an error, but of course that’s not a real Mailchimp contact ID.
And, are you using any custom code to modify WP Fusion?
Basically, how it works is, someone visits the link like
https://www.miosito.com/?cid=123, and WP Fusion takes this ID123and uses it to connect to Mailchimp to load the person’s tags.In your case, something is replacing this ID with a
WP_Error, which causes the tags to fail to load. But that shouldn’t be possible out of the box with WP Fusion… so something is either messing with the URL, or overwriting the API call to Mailchimp. It’s very unusual.Looking forward to your response. Best
JackHey @ilwoody π
It sounds like your user doesn’t have a contact record in FluentCRM.
When you install WP Fusion, it begins syncing new user registrations to FluentCRM, but it doesn’t automatically export all your existing users.
If you’d like to do that, you can go to Settings >> WP Fusion >> Advanced and run an Export Users operation one time. This will ensure all your users are in FluentCRM and they can be tagged π
Forum: Reviews
In reply to: [Fatal Error Notify] Life Saver!!Thanks @kyle204 π€©
Great! π
A review here would be awesome https://ww.wp.xz.cn/plugins/fatal-error-notify/#reviews, thanks!! π
Can you check your spam folder? They often get blocked the first time since they look suspicious.
Also, if the email didnβt come inβ¦ where did you see this message? And was the site actually put into recovery mode? We havenβt seen that happen before so there may still be some kind of conflict.
Hey @kyle204 ,
This is the error notification youβd get if you clicked the Send Test button on the pluginβs settings page.
We simulate a fatal error so you can make sure the notification is coming through π
If you encountered this message somewhere else, please let us know which steps you took to reproduce it, and also if youβre using any other error monitoring services (for example Sucuri is know to block you from installing plugins which are capable of generating errors like this). Thanks!
Forum: Plugins
In reply to: [Fatal Error Notify] Monitor woocommerce errors log?This is a great idea! π
We’ll add it, but probably in the Pro version.
In the meantime, the action you would want is
woocommerce_logger_add_message, and then you can trigger Fatal Error Notify like this$error = array( 'message' => $message, 'user' => get_current_user_id(), ); fatal_error_notify()->public->send_notifications( $error );- This reply was modified 3 years, 4 months ago by Jack Arturo.
Forum: Reviews
In reply to: [Fatal Error Notify] Helpful!Thanks @lcf! π</img>
Hey @calsnoboarder π</img>
Yes, you can change the object type that WP Fusion uses using a filter: https://wpfusion.com/documentation/filters/wpf_crm_object_type/. There’s an example there for changing Salesforce to use Leads.
I can’t talk about Elementor Forms specifically because that’s part of the pro plugin, and we’re not supposed to provide premium support here on the free forums (it’s a ww.wp.xz.cn policy).
However if you contact us via our support desk at https://wpfusion.com/contact/ we’d love to help you out further π
Jack
Cool! I hadn’t seen this.
I checked it out and WPF was already mostly compatible, we’ve fixed a few things and added declared HPOS support. That will go out in today’s update of the main plugin, and in the next updates of the Abandoned Cart and Enhanced Ecommerce addons as well.
Thanks for the heads up!
Forum: Reviews
In reply to: [Fatal Error Notify] Awesome helperThanks!! π
Thanks @mrmaxdomains !!! π
Hey @vinifrozi ,
Just letting you know we have just added Mautic OAuth support to WP Fusion. It’s available now in the full version (https://wpfusion.com) and will be released in the next Lite update as well.
Cheers
JackThanks @saballison !! π€©
Hi @robertad92 ,
Unfortunately we can’t provide that level of support for free users, all support has to go through these public forums.
You can enable HTTP API logging in the WP Fusion settings: https://wpfusion.com/documentation/getting-started/activity-logs/#http-api-logging
This will show you all API calls and their responses.
If you can catch the error happening, please post a screenshot here of the logs (with any personal information removed) and I can let you know if anything comes to mind.
Best
Jack