mmjaeger
Forum Replies Created
-
Thanks for replying – my uploads folder didn’t have read/write access – it’s working now – thanks again
don’t recall it at this point – I’ll let you know when it happens again – thanks
It’s unfortunate that I have to look for another plugin, isn’t it
Thanks for replying – I think using wp_generate_attachment_metadata would complicate things a lot – wp_read_image_metadata easily provides access to exif and iptc information so I can pick a few more to be added to the image_meta – I may have to look for a different plugin that does things differently – thanks again
Forum: Fixing WordPress
In reply to: Safari MacOS – console error ‘unhandled promise rejection’…contacted 1Password to get this fixed – it’s the only extension I’m running.
thanks again
Forum: Fixing WordPress
In reply to: Safari MacOS – console error ‘unhandled promise rejection’…yep, that did the trick – thanks
Forum: Fixing WordPress
In reply to: Safari MacOS – console error ‘unhandled promise rejection’…the error can be seen at [ redundant link removed ]
sorry about that- This reply was modified 2 years, 3 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: wp-includes/formatting.php on line 3908 errorThanks
Forum: Fixing WordPress
In reply to: wp-includes/formatting.php on line 3908 erroris there a way to get more detail in the log file – I’m only getting this:
[09-Jan-2022 00:05:16 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /Users/Marco/Sites/localhost/sites/mmjaeger.com/wp-includes/formatting.php on line 3903
[09-Jan-2022 00:05:16 UTC] PHP Warning: implode(): Invalid arguments passed in /Users/Marco/Sites/localhost/sites/mmjaeger.com/wp-includes/formatting.php on line 3908Forum: Fixing WordPress
In reply to: wp-includes/formatting.php on line 3908 errorI’ll check it – thank you
Forum: Fixing WordPress
In reply to: wp-includes/formatting.php on line 3908 errorit seems that when downgrading from PHP 8 to PHP 7 the issue goes away??
Forum: Fixing WordPress
In reply to: check parent category when checking child categorysorry for being unclear – when adding a post I’d like that the parent category would be included/excluded automatically upon saving the post when I have previously added/removed a child category
hope that clears what I’m after
Forum: Plugins
In reply to: [Genesis eNews Extended] Genesis Enews Extended CaptchaThe Mailchimp form code has something like this:
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"> <input type="text" name="b_677350726c855038144aabecd_6ab3c1617f" tabindex="-1" value=""> </div>
maybe this is missing in this plugin since I’m getting tons of weird subscriptions all the time?!
Thanks Craig – I’ll give that a try although I would have preferred to use some callback function to hook into
Forum: Plugins
In reply to: [Eventbrite API] Getting 404s on event detailsby the way, is there a way to only show events with registration “open” – I’d like to hide events that are not longer available for registration?
Thanks