Hi @benniledl,
Thank you for bringing this to our attention!
I opened a ticket with our development team and we will look closely into it.
Warm regards,
Beatrice.
Hello @benniledl,
Please update to our latest version (5.0.16) as this issue should be solved.
Warm regards,
Beatrice.
Hi @beatrice12
the plugin info still states “Requires at least: 6.4” and I can’t see any code changes in the file “class-dlm-admin-list-table.php” regarding the mentioned issue.
Since v5.0.0 this file is new. Plugin info of v5.0.0 states “Requires at least: 5.5”
The code of the file “class-dlm-admin-list-table.php” at line 1928 hasn’t changed since.
So, something is still not ok regarding compatibility. In my case with WordPress v6.2.6 it forces an error type E_ERROR:
Uncaught Error: Call to undefined function wp_admin_notice()
Hi @barcelo
The plugin now correctly states that it is only compatible with WordPress newer than 6.4 (previously it mistakenly stated 5.5).
They have not made any compatibility changes to be compatible with older WordPress versions. This means you need to update to at least WordPress 6.4 to have the plugin working correctly.
Hi @benniledl
thank you – so if I don’t want to upgrade WP I’ll need to revert back to DLM v4.9.14 I guess.
@barcelo
I don’t know anything about DLM v4.9.14 so I don’t know if there are incompatibilities to WP6.2 in it.
I strongly recommend upgrading WordPress instead of downgrading plugins.
Why are you against updating? Any specific reason? I might be able to help you find a solution so you can upgrade.
Hi @benniledl
thank you for your offer, but this site will stay (and need to stay for the moment) on that WP core 6.2 for some reasons.
So, as the file “class-dlm-admin-list-table.php” with the metioned function wp_admin_notice() is new, the only choise is to downgrade the plugin to v4.9.14, which I successfully just did.
There could still be other instances in the plugin at version 4.9.14 where this function is being used, I have not checked that.
If you need any help with upgrading in the future you can always open a forum topic at: https://ww.wp.xz.cn/support/forum/miscellaneous/
I did just search the complete code of v4.9.14 an there has no function
wp_admin_notice()
being used.