-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug in the latest version: No records found in reports #56
Comments
I just released an updated version - 2.5.4 that fixes some bugs on the report pages. I'm not certain that version would address this issue, but I'd still suggest using the most recent version at all times (as it should be the best and most stable version). I'd ensure you ran the upgrade scripts (found from the homepage) in order to get your database up to date with what the codebase expects. The next step I'd take is to verify that the data exists in the database using PHPMyAdmin or MySQL Workbench. Maybe something in the upgrade process mucked with the database? If the data is in the database, ensure that the configuration settings are set to use that database. If all that looks good, then I'd verify that the domain for the records in the database 100% matches that in Google Search Console. Those are the first steps I'd take in troubleshooting this. |
Also, I think this bug is related to #60 |
OK, so the issue seem to be this: gets this query:
and MySQL shows this error when tried via phpMyAdmin:
and thus the report fails. |
Failed upgrade script was the cause, after manual DB upgrade everything works now. |
After upgrading both the codebase and the database (step after step from 2.4.3), the saved quick links reports don't work. They just show "No records found".
Also, any other tries to get reports for previously saved data (136 days) are showing "No records found".
The text was updated successfully, but these errors were encountered: