There are some Q created by Anonymous
How can I transfare Anonymous question to any author?
due I see problem in google console
V. 1.8.6
To change the ownership of anonymous posts to any given user you need to run a query like this on the database:
UPDATE qa_posts SET userid=1234 WHERE type="Q" AND userid IS NULL;
Replace "1234" with the ID of the user you want to assign the posts to. The clause type="Q" restricts the ownership change to just questions. Remove or modify it if you want to change ownership of answers and/or comments as well.
You may also need to update the statistics after doing so (under Administration center → Stats).
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.