• Resolved williefunk2000

    (@williefunk2000)


    I am getting this error on my site and many others are as well. I can tell because when I searched for the error a ton of webpages using this plugin come up, not with solutions but with the error ??

    Fatal error: Cannot redeclare acx_si_check_loaded_count() (previously declared in /home/thechickenroost/public_html/wp-content/plugins/floating-social-media-icon/function.php:582) in /home/thechickenroost/public_html/wp-content/plugins/floating-social-media-icon/function.php on line 582

    It seems to be an issue with both Chrome and IE. Everything still seems to work but you get the ugly error at the bottom of the pages.

    Thanks!
    Willie

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thank you for being with us, This issue can happen when there is a declaration of more than one wp_footer in your footer.php file, as per wordpress theme development documentation, there must be only one wp_footer in your theme footer file, just before the closing body. https://codex.www.ads-software.com/Function_Reference/wp_footer

    But still, we have added condition to not happen issue from our plugin for such cases, So please update the plugin to version 4.2.5 and it will resolve this issue.

    Do let us know if there is any questions/issues.

    Thread Starter williefunk2000

    (@williefunk2000)

    Awesome! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error problem’ is closed to new replies.