Quantcast
Channel: dev feedback – WordPress.org Forums
Viewing all articles
Browse latest Browse all 20

Simon Wheatley on "[Plugin: Google Analytics Dashboard] Fix for PHP notice"

$
0
0

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.


Viewing all articles
Browse latest Browse all 20

Trending Articles