• Resolved adam2709

    (@adam2709)


    Getting these errors all across the top of the pages after updates. I’ve disabled the plugin.

    Warning: Use of undefined constant RFQTK_WP_SESSION_EXPIRATION_VARIANT – assumed ‘RFQTK_WP_SESSION_EXPIRATION_VARIANT’ (this will throw an Error in a future version of PHP) in /home/customer/www/***website***/public_html/wp-content/plugins/woo-rfq-for-woocommerce/wp-session-manager/wp-session-manager.php on line 17

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/***website***/public_html/wp-content/plugins/woo-rfq-for-woocommerce/wp-session-manager/wp-session-manager.php:17) in /home/customer/www/***website***/public_html/wp-content/plugins/sg-cachepress/core/Supercacher/Supercacher_Helper.php on line 68

Viewing 1 replies (of 1 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    Thanks for reporting. The warning is removed in 1.8.165.
    As an aside, if this is a public site, I would not display warnings and notices to the users. You can log the messages, but not show it to the public. You can use
    You can block notices and warnings from being show to the users on your live server by turning off displaying errors & notices and log them instead by adding

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define( ‘WP_DEBUG_DISPLAY’, false );

    to your wp-config.php

    Find wp-config.php in your WordPress directory and copy and paste the 3 lines above in that file. Make sure none of the lines are repeated in the file.

Viewing 1 replies (of 1 total)
  • The topic ‘Errors after plugin update’ is closed to new replies.