xfrocks
Well-known member
I think I will need to make another visit to your siteIt finished shortly after I posted this. I don't know what causes this or to look for.
I think I will need to make another visit to your siteIt finished shortly after I posted this. I don't know what causes this or to look for.
Fixed issue with small avatar in member card
Sorry to hear that @MattW, where are the avatars right now?I'm trying to move the avatars back to the default system, but I'm getting the following error which is pretty useless. Is there a way to figure which image is throwing the error?
"The image could not be processed by the server. Please try another or contact the site owner."
Sorry for the late response, how is it doing now? Would love to have phpMyAdmin or similar access to the database but I think you can check xf_user table and looks for user with comma (,) in gravatar field.Anything @xfrocks ?
SELECT MIN(user_id)
FROM xf_user
WHERE gravatar LIKE '%,%'
Sorry for the late response, how is it doing now? Would love to have phpMyAdmin or similar access to the database but I think you can check xf_user table and looks for user with comma (,) in gravatar field.
Code:SELECT MIN(user_id) FROM xf_user WHERE gravatar LIKE '%,%'
Oh. Now I know why it didn't work. The image was gif but saved as jpg so when it was time to move back to default location, the system found the inconsistent image type and threw an exception on the spot. Glad that you sorted it out finallyFound 3 users like that. I've deleted their avatar, and the rebuild has completed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.