• Resolved MikeB

    (@truebiz)


    This just started today. The error messages below pop up when I try to login to wp-admin.

    Notice: Undefined index: authorised in /home/customer/www/scsrc.org/public_html/wp-content/plugins/quick-event-manager/control/class-freemius-config.php on line 66

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/scsrc.org/public_html/wp-content/plugins/quick-event-manager/control/class-freemius-config.php:66) in /home/customer/www/scsrc.org/public_html/wp-includes/pluggable.php on line 1421

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alan Fuller

    (@alanfuller)

    Notices and warnings should not be set to display on a live site.

    You probably either upgraded PHP or set debug displays, what version of PHP are you on?

    Turn off the display of warnings and notices.

    See https://fullworksplugins.com/docs/plugins-general/troubleshooting-plugins-general/php-notices-and-warnings/

    Thread Starter MikeB

    (@truebiz)

    Thanks for the speedy reply.

    I had set WP_DEBUG and WP_DEBUG_DISPLAY to true while troubleshooting another issue.

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

    I set them to false and the issue went away.

    Plugin Author Alan Fuller

    (@alanfuller)

    Yes, it is rare a production site will be clear of all notices and warnings, best to set debug log to true and debug display to false when debugging and then check wp-content/debug.log.

    However as the Freemius library is used by hundreds if not thousands of plugins, it should really be notice free.

    Can you confirm what PHP version and I will report the notice to them.

    • This reply was modified 2 years, 9 months ago by Alan Fuller.
    Thread Starter MikeB

    (@truebiz)

    The site is running PHP 7.3.33.

    Plugin Author Alan Fuller

    (@alanfuller)

    Thanks,

    I looked again and I can fix that notice, so did in release 9.3.8

    Thank you for your contribution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error message re QEM when tryin to login’ is closed to new replies.