Jump to content

Fix Avatar issue after upgrading to 4.1


Ugur Kaya

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...