• Im gettig this
    PHP Notice: Undefined index: fb_key in /var/www/vhosts/domain.org/httpdocs/wp-content/plugins/super-socializer/inc/social_sharing.php on line 296

    is there a way to prevent this notice?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Heateor Support

    (@heateor)

    You should not enable debugging at your live website. For now, you can disable debugging by replacing define(‘WP_DEBUG’, true); with define(‘WP_DEBUG’, false); in the wp-config.php file in the root folder of your WordPress website.

    We will fix it in the next update within the next week.

    Thread Starter nordie

    (@svenn36)

    Thanks for the reply
    And why should we not enable debugging?

    Plugin Author Heateor Support

    (@heateor)

    Because it displays PHP warnings, notices which might give hint to the hackers about possible vulnerabilities. Enabling debugging is good when your site is not publicly accessible.

    Thread Starter nordie

    (@svenn36)

    thanks

    Plugin Author Heateor Support

    (@heateor)

    No problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Undefined index: fb_key’ is closed to new replies.