• Resolved James Revillini

    (@jrevillini)


    Starting to see this in all error logs and having trouble logging into sites:
    PHP Fatal error: Uncaught Error: Call to undefined function AdminNoticesManager\iconv() in /…/wp-content/plugins/admin-notices-manager/includes/classes/vendor/class-rational-option-pages.php:629

    Just reporting the issue!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author robertabela

    (@robert681)

    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.

    Thread Starter James Revillini

    (@jrevillini)

    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?

    Plugin Support Lucian Padureanu

    (@lucianwpwhite)

    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:

    1. Checking your PHP configuration (using phpinfo() or your hosting control panel) to see if the iconv extension is enabled.
    2. 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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Fatal error: Call to undefined function AdminNoticesManager/iconv …’ is closed to new replies.