Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    should be fixed in the next update. If you you want to get rid of the warning, it’s you can set WP_DEBUG to false in your wp-config.php file. This is best practice for websites that are in production anyway.

    Thread Starter Chuckie

    (@ajtruckle)

    Hi @jules-colle

    you can set WP_DEBUG to false in your wp-config.php

    Can this be done through the WordPress GUI or must I manually edit this file?

    Plugin Author Jules Colle

    (@jules-colle)

    This needs to be done manually, via FTP

    Thread Starter Chuckie

    (@ajtruckle)

    Just checked the file:

    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     */
    define('WP_DEBUG', false);

    So it is already set to false.

    Look forward to your update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning when upgrading cf7 v5.1.1’ is closed to new replies.