Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Cleanshooter

    (@cleanshooter)

    Also if I try and hit save on the settings page I get:

    Notice: Undefined index: token in /home2/moto/public_html/wp-content/plugins/updraftplus/admin.php on line 46

    Warning: Cannot modify header information – headers already sent by (output started at /home2/moto/public_html/wp-content/plugins/updraftplus/admin.php:46) in /home2/moto/public_html/wp-includes/pluggable.php on line 1121

    Plugin Author David Anderson

    (@davidanderson)

    Hi,

    It’s best to not configure your WordPress install to show debugging messages. If you can turn that off, then you won’t see the above notice – and it won’t then interfere with the Google authentication protocol.

    Having said that, it’s also best if we get rid of the message. I’ve tweaked the current release of UD accordingly. If you de-install and re-install it’ll show the same version number, but the message+problem should be gone.

    Best wishes,
    David

    Thread Starter Cleanshooter

    (@cleanshooter)

    I develop on occasion so I usually leave the message on to help me debug my own stuff.

    Plugin Author David Anderson

    (@davidanderson)

    As all good developers should! ??

    We do. I think we’d not seen that warning because of PHP output buffering, which is on by default. I think you must have it off. With output buffering, PHP warnings can’t upset header(), unless there’s too many of them. So that must be why.

    Best wishes,
    David

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