Administrator Posted January 31, 2019 Posted January 31, 2019 In 4.4.0 Beta 1 there was a bug which breaks some profile images, to set these back to default or letter images, run the following query, taking a backup of the members table first. UPDATE core_members SET pp_photo_type='none' where char_length(pp_main_photo)=6 AND pp_photo_type='custom';
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now