5 Replies
Oct 19, 2022 8:06 pm
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.
Oct 20, 2022 9:52 am
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
Oct 22, 2022 8:24 pm
Up.
Thanks
Oct 24, 2022 11:08 am
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` = ''
Page 1 / 2
Next