Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Seems you turned on the debug mode in config file. That’s why you are seeing warnings and notices. PHP warnings and notices are nothing to worry about on a production site most of the time.

    A quick solution:

    If you simply set WP_DEBUG to false in your wp-config.php file you should be fine. These don’t affect your site in any way.

    define('WP_DEBUG', false);

    Thread Starter Reginald

    (@earndailypay)

    Thanks, that worked. I really appreciate the Support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with Plugin’ is closed to new replies.