Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421777

    Jim
    Participant

    An error has started appearing in the footer of my site, myfisd.com. It appears to be related to ConvertPlug. Any idea how to fix it?

    #1421796

    Rupok
    Member

    Hi there,

    Seems like some configuration missing from one of your info bar. Let’s find the settings and fix if possible.
    It should be gone if you disable WP_DEBUG mode.

    You can do this by opening wp-config.php and updating :

    define( 'WP_DEBUG' , true );

    to

    define('WP_DEBUG', false);

    Hope this helps.

    Cheers!