Here's another notice I, errr, noticed…
When I go to authenticate, I see the following error:
Notice: Undefined variable: gauth in
/srv/www/wordpress-default/wp-content/plugins/google-analytics-dashboard/gad-admin-options.php
on line 279
This is caused by trying to pass $gauth
into GADAdminOptionsUI::display_admin_handle_login_options
, when that variable does not exist in that context.
Here's a gist with some options for patching: https://gist.github.com/simonwheatley/5850989
Hope this helps.