Posted November 5, 20159 yr Hello, As a developer i've looked into this issue and wanted to fix the avatar issue there was only a small error. Just run the following command via phpmyadmin ; UPDATE core_members SET pp_photo_type = 'custom' This has worked for me and should also work for you as well. Regards Edited November 5, 20159 yr by Ugur Kaya
November 5, 20159 yr Community Expert 9 minutes ago, Ugur Kaya said: Hello, As a developer i've looked into this issue and wanted to fix the avatar issue there was only a small error. Just run the following command via phpmyadmin ; UPDATE core_members SET pp_photo_type = 'custom' This has worked for me and should also work for you as well. Regards Running that query is a very bad idea (It will break things), the easiest fix is to upgrade to 4.1.2 or newer.
November 5, 20159 yr Author Just now, Stuart Silvester said: Running that query is a very bad idea (It will break things), the easiest fix is to upgrade to 4.1.2 or newer. I converted my xenforo board on my test site from 3.4 and upgraded to latest version after but it hasn't been fixed.
November 5, 20159 yr Community Expert 1 minute ago, Ugur Kaya said: I converted my xenforo board on my test site from 3.4 and upgraded to latest version after but it hasn't been fixed. That sounds like it may be an unrelated issue with the converter. Telling people to blindly run a query without knowing what the full issue is, is a bad idea.
November 5, 20159 yr Author Just now, Stuart Silvester said: That sounds like it may be an unrelated issue with the converter. Telling people to blindly run a query without knowing what the full issue is, is a bad idea. That was the issue definetly.I tried multiple ways but it didn't worked.
November 5, 20159 yr Community Expert You should have submitted a ticket for our developers to review, this query would cause the regression of a bug that was fixed in 4.1.2
November 5, 20159 yr Author Just now, Stuart Silvester said: You should have submitted a ticket for our developers to review, this query would cause the regression of a bug that was fixed in 4.1.2 Ok i will do than.
Archived
This topic is now archived and is closed to further replies.