Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I don't see avatars in the database, I only see avatars in the file system. Please check the avatar field in the wp_wpforo_profile table of your forum database and make sure they are still stored there. Use phpMyAdmin plugin or the same tool in your hosting control panel.
Hi Robert,
You are right I don't see avatars in DB wp_wpforo_profiles
But I see all in DB backup vp_backup_wp_wpforo_profiles
How to transfer it?
Regards
Up.
Thanks
Hi @ldj72
Please try to run this SQL query in your phpMyadmin.
UPDATE `wp_wpforo_profiles` p INNER JOIN `vp_backup_wp_wpforo_profiles` pb ON pb.`userid` = p.`userid` SET p.`avatar` = pb.`avatar` WHERE ( p.`avatar` IS NUll ) OR p.`avatar` = ''