Thank you for reporting this issue @jrevillini
Can you please elaborate a bit more on your setup so we can understand what could be causing this? You started seeing this after upgrading the plugin or you did some other changes on the website?
Also, what version of WordPress, PHP, and Admin Notices Manager are you using?
Looking forward to hearing from you.
Sorry for the late response … seems to be with latest WordPress, latest Admin Notices Manager, and PHP 8.1-8.3 … maybe this is a PHP module I need to enable?
Hi James,
Thanks for sharing the error details!
The issue you’re encountering is actually not directly related to our plugin. The error message indicates that the iconv() function is missing, which is a part of the PHP “iconv” extension. This extension is required for certain character encoding conversions and isn’t available or enabled on your server.
To resolve this issue, you’ll need to enable the iconv extension in your server’s PHP configuration. You can do this by either:
- Checking your PHP configuration (using
phpinfo() or your hosting control panel) to see if the iconv extension is enabled.
- If it’s not enabled, you may need to contact your hosting provider to enable it for you or enable it yourself if you have access to your server.
Once the iconv extension is enabled, the error should be resolved. Please give that a try, and let me know if you need any more guidance.