DeBAAT
Forum Replies Created
-
Hai laimwg,
The issue you described, I still cannot reproduce. However, the error that you show does ring a bell when looking at the other issue on this forum. So I do have a strong feeling it might be solved with the latest version.
Would you be so kind as to test again? Thanks!
Sorry liamwg to read the plugin shows an error.
Unfortunately, I cannot reproduce the issue on my dev site. Could you please provide some more details on the media you are trying to upload?
Another thing you could try is check the setting for “Use Default Category”. If it is checked, the plugin tries to assign the default category to the uploaded media. The value it uses is defined in “Default Media Category”. Could you do some tests:
1. Uncheck the setting “Use Default Category”.
2. Check the setting “Use Default Category” but use another value for “Default Media Category”.
Do these still generate the error?
Hope to hear from you to solve this issue.
Forum: Plugins
In reply to: [WP Media Category Management] Fatal Error After Last UpdateFixed the issue with the undefined variable.
Unfortunately, I cannot reproduce the remaining issue. Can you please provide some more (error_log) information?
Forum: Plugins
In reply to: [WP Media Category Management] Too wide fields in Attachment detailsThanks for mentioning this. Especially the inclusion of the solution 😉
Will be fixed in the next version.
Forum: Plugins
In reply to: [WP Media Category Management] Fatal Error After Last UpdateHai Fibro,
The latest version should fix the issue. Would you be so kind as to test it and mark this issue as resolved?
Thanks!
Forum: Plugins
In reply to: [WP Media Category Management] Fatal Error After Last UpdateHai Fibro,
Sorry to read you have an issue. Unfortunately, this is indeed a bug and I will fix it soon.
In the mean time could you try to disable the option “Search Media Library” in the WP MCM Settings? The code you are referring to is only called when this checkbox is ticked.
Ok, I understand. I’ll close the issue then. Thanks again.
Hai Jean Paul.
Sorry I didn’t reply any sooner. Was working on V2.1.0.
Unfortunately, I cannot determine exactly when to load the css or when not.
I could introduce a switch to let you determine whether to load the front-end code or not. This would however become only available in the Premium version.
Please let me know whether you are interested.
Thanks for the feedback.
Forum: Plugins
In reply to: [WP Media Category Management] Critical ErrorsHai.
Just released V2.1.0 which should solve your issue.
Don’t know why it didn’t occur before.
Could you close this thread when the issue is solved?
Thanks.
Forum: Plugins
In reply to: [WP Media Category Management] Critical ErrorsHai Motochika,
No problem.
Dare I ask what version of WordPress are you running?
In the functions.php file of theme twentytwentyone, I found the following code which suggests that the function that is causing the error is only there from WordPress 6.0 onwards:
if ( ! function_exists( 'wp_get_list_item_separator' ) ) : /** * Retrieves the list item separator based on the locale. * * Added for backward compatibility to support pre-6.0.0 WordPress versions. * * @since 6.0.0 */ function wp_get_list_item_separator() { /* translators: Used between list items, there is a space after the comma. */ return __( ', ', 'twentytwentyone' ); } endif;I will include the same code in my plugin, but as you might know, it has to wait for the next update 😉
Best regards,
Jan
Forum: Plugins
In reply to: [WP Media Category Management] Error after updateThanks for your reaction, I’ll close this issue.
Forum: Plugins
In reply to: [WP Media Category Management] Error after updateUpdated to v2.0.2 fixing the error_log message and added some description on the premium version. Hope this helps.
Forum: Plugins
In reply to: [WP Media Category Management] Error after updateHai Motochika,
Sorry you see this error message. It is an error_log message I forgot to take away. Will do this in the next release.
There is nothing wrong and it will not have any effect on the performance of the plugin. If it is really bothering you, you can comment out the line 67 containing the text “error_log(… NOT defined WP_FS__DEV_MODE );” in file “wp-media-category-management.php” which is located in the root of the plugin folder.
Forum: Plugins
In reply to: [WP Media Category Management] Shortcode not workingI just tested the FileBird Document Library plugin which seems to work as you would like. It might require some rework to move the categories to folders.
Forum: Plugins
In reply to: [WP Media Category Management] Shortcode not workingHai jdev,
Unfortunately, the shortcode is using the default WP Gallery shortcode which is indeed not capable of showing PDF. In the past, I used another plugin “Document Gallery” but alas, this plugin is outdated and doesn’t work anymore.
As I’m currently working on a new version 2.0 of this plugin with some Premium features, I can try to enhance its functionality by supporting other document types as well. Would you be willing to pay for the premium version? It will come with more additional features of course. Suggestions are also welcome.
Sorry I couldn’t help at the moment. Best regards,