Jack Arturo
Forum Replies Created
-
Hi all, this was fixed in yesterday’s 3.47.11.1 update. Apologies again for the inconvenience and thanks for your patience.
Edit: still something not rightβ working on it now.
Edit: All good, it was just a caching issue on a couple of our test sites π«‘
- This reply was modified 3 weeks, 6 days ago by Jack Arturo.
- This reply was modified 3 weeks, 6 days ago by Jack Arturo.
Thanks @lbonomo and especially for the PR! We don’t like to ship releases on Fridays *just* in case some bug ruins someone’s weekend… but we’ll get this merged and sent out Monday π
Best
JackForum: Reviews
In reply to: [Fatal Error Notify] You need the Pro versionThanks @li-an !
It’s a good point. EXIF warnings like that are pretty common and don’t usually indicate a problem.
We’ll add some extra logic to the next update to filter out “noise” notifications like that.
In the meantime you can suppress this error notification on your site using the
fen_ignore_errorfilter. Either add this code to your theme’s functions.php, or with a snippet manager:add_filter( 'fen_ignore_error', function( $ignore, $error ) { if ( empty( $error['type'] ) || empty( $error['message'] ) ) { return $ignore; } // Ignore common noisy EXIF warning from malformed APP1 metadata. if ( E_WARNING === (int) $error['type'] && false !== strpos( $error['message'], 'exif_read_data(' ) && false !== strpos( $error['message'], 'Incorrect APP1 Exif Identifier Code' ) ) { return true; } return $ignore; }, 10, 2 );More info and examples are at https://fatalerrornotify.com/documentation/developer/hooks-and-filters/
Forum: Reviews
In reply to: [Fatal Error Notify] You need the Pro version@li-an What if I told you: if you told meβ what notifications are you getting exactly? And what EXIF problems?
And what if we fixed those for you completely for free?
Hello? π
Thank you so much for the kind words @hhenrytac !! ππ§‘
Forum: Plugins
In reply to: [Fatal Error Notify] The Plugin “Fatal Error Notify” appears to be abandoned@miikkamakela fair enough, I guess it has been a while π
Just released v1.5.4 with 6.9.1 support and a few fixes/enhancements we’d been sitting on. Thanks for the heads up!
Forum: Plugins
In reply to: [Fatal Error Notify] Function missing: fatal_error_notify_test_error_functionHey @joshkern ,
Yup thatβs the idea π
The function doesnβt exist, so it triggers a fatal error. This should send a notification. Did the notification arrive? If so then everything is working.
Jack
Thanks @felipegar π
Forum: Plugins
In reply to: [Fatal Error Notify] php 8.4 incompatibilityOh wow, 8.4 already π³
Thanks @jeremyjsimmons , fixed for thw next release β
Thanks for the kind words Dawn! π
Forum: Plugins
In reply to: [Fatal Error Notify] Plugin updateWe do have an update planned that adds a couple of small new features, but we don’t want to fill this up with a bunch of extra clutter, integrations, etc.
It’s designed to be a really simple, fast, no-fuss plugin.
It still works fine. We use it every day, on every site we own.
It works with the latest versions of WordPress. But yes, we will have an update out sometime within the next month.
Ok that’s likely the problem… can you try updating to the latest 3.46.3.1 and see if that fixes it?
Hey @bernardberry646 ,
This should have been fixed in v3.45.8 at the end of April. Are you running the latest version, 3.46.3.1? If so can you let me know your WordPress version? We will see if we can reproduce it. So far we haven’t had any reports of this problem since we released the fix.
Thanks
JackThanks @brian225 ! π
Hey Natascha,
It’s not possible to change the post’s actual status (like “private”) when a tag is deleted or added. However you can control whether or not users can access a post based on their tags. We have a guide on that here https://wpfusion.com/documentation/getting-started/access-control/
Let me know if that answers your question π
Jack