It looks like I’ve found the issue. The third step in the 3 step process links Site Kit to the Search Console property. Somehow it had created an http:// version of the site, and not an https:// version and was not associating the two accounts.
To resolve the issue I created an https:// version of my site in Search Console, disconnected my account from Site Kit, Reset Site Kit, then re-authenticated. All is working as intended now.
-
This reply was modified 6 years, 2 months ago by iannerney.
Here’s a quick fix that worked for me…
Change line 29 of db.class.php from:
if(mysql_error()){
to:
if(mysqli_error()){
-
This reply was modified 9 years, 5 months ago by iannerney.
I just had the same issue. Removing the ‘masterslider’ directory resolved the problem for me, as well.
+1 @markusmcb