DeBAAT
Forum Replies Created
-
Sorry net, it took some time.
Just found out it is caused by the Freemius SDK which is beyond my control.
The Freemius SDK has a call for _load_textdomain triggered by the action plugins_loaded. When I change that to action init, a lot of debug messages are gone, but not all of them. Will ask the Freemius team to have a look.
Forum: Plugins
In reply to: [WP Media Category Management] Cannot access offset of type string on stringHai TheTallone,
Thanks for reporting this to me so quickly.
Just uploaded a new version with a fix, silly mistake.
Hope things will work fine again.
Forum: Plugins
In reply to: [WP Media Category Management] No go with ARI Stream QuizHai, sorry to read the same issue returned. However, could you elaborate a bit more on which issue?
In my dev environment, I can still add an image using the MCM filters. I have to admit I’m using WP 6.7.1 and php 8.2.3.
- This reply was modified 1 year, 5 months ago by DeBAAT. Reason: Added WP 6.7.1
Forum: Plugins
In reply to: [WP Media Category Management] No go with ARI Stream QuizI see what you mean. However, this behavior is the same as when adding an image when uploading it when editing a post. Then the MCM category also can only be added afterwards. So I can agree it might be desirable but I don’t consider it a bug.
And just a thought viewing your screenshot: shouldn’t the last category be “Jerommeke” instead of “Jommeke”?
Forum: Plugins
In reply to: [WP Media Category Management] No go with ARI Stream QuizHai,
I can understand this might be something you might expect. However, it is functionality which I also don’t see when uploading an image when editing a post. I’ll think about how to make it happen. But no promises…
In the mean time maybe you could use the default category used when uploading? It is part of the settings.
Forum: Plugins
In reply to: [WP Media Category Management] No go with ARI Stream QuizHai,
Sorry to hear you have an issue again.
Unfortunately I do not quite understand what you mean? Can you eleborate a bit more? What are the steps I need to replicate the issue? Can you share two screenshots one showing the faulty situation and one showing the expected screen?
Forum: Plugins
In reply to: [WP Media Category Management] Version 2.3.0 doesn’t workSorry but I cannot reproduce this error.
Can you check with the new version 2.3.2? And if it still persists, can you then provide some more background info on how to reproduce this error?
Forum: Plugins
In reply to: [WP Media Category Management] No go with ARI Stream QuizSorry it took some time, was difficult to find…
Hope it works now with 2.3.2.
Forum: Plugins
In reply to: [WP Media Category Management] Stopped working since WP 6.5.2Should be fixed with V2.3.1.
Forum: Plugins
In reply to: [WP Media Category Management] Version 2.3.0 doesn’t workShould be fixed with V2.3.1.
Forum: Plugins
In reply to: [WP Media Category Management] Version 2.3.0 doesn’t workWorking on the issue.
In the meantime, you could try and tick the box for option “Use Gutenberg Filter“. If this option box is ticked, it might just work.
I’ll keep on working on a fix and hope to release it soon.
Forum: Plugins
In reply to: [WP Media Category Management] Can I sort categories by name?Hello, I’m not quite sure what you mean. The list of categories is ordered by name? Where do you want to sort the categories?
When you are using the shortcode, you could try to add the “orderby” parameter to order the list by some other attribute.
Hope this helps.
Forum: Plugins
In reply to: [WP Media Category Management] Stopped working since WP 6.5.2Sorry to read this. Did it work for the previous WP version?
I’ll plan an update coming weekend.
Forum: Plugins
In reply to: [WP Media Category Management] Error after UpdateHai Andreas,
Sorry the update doesn’t work.
Analysis shows that the error is caused by a function I started using which is part of PHP 8. Since WordPress claims to be backwards compatible, I was under the impression I could use this function as well. And it looks like WordPress has indeed a compat.php file which does just that.
The function is supported from WordPress version 5.9.0. The debug information shows you are using version 5.8.8. So I think the fastest way to solve this issue for you is to upgrade WordPress to 5.9 or later.
Hope this helps.
Best regards,
Jan
Forum: Plugins
In reply to: [WP Media Category Management] Fatal Error After Last UpdateThanks for the testing and reporting.
I think I found the issue. In short: it is rediculous to search for an attachment when listing posts. So now I only search for attachments when not on an admin page.
Would you be so kind as to test again and close the issue when it works?
Thanks!