Hi there i have moved images from database to disk but now in category and admin and some comments i am getting an errors like you can see in the images category and admin pages doesn't showing avatars but there links are also different
I've seen this sort of problem before, due to a MySQL bug.
What happens if you make this substitution in qa_db_user_account_selectspec(...) in qa-db-selects.php:
'avatarblobid'
... to ...
'avatarblobid' => 'BINARY avatarblobid'
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.