Notifications
Clear all

[Solved] Default Avatar Working On Blog But Not Forum

6 Posts
2 Users
1 Reactions
343 Views
Posts: 117
 eel
Topic starter
(@eel)
Estimable Member
Joined: 4 years ago

I have the default avatar set:

This works on the blog:

But not on the forum:

What am I missing?

Thanks!

 

5 Replies
Sofy
Posts: 4802
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

We'll check and get back to you soon. 

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4802

@eel,

"The screenshots you've provided do not assist us in understanding the issue. Could you please provide the actual URLs where we can directly view the problem?

Reply
Posts: 117
 eel
Topic starter
(@eel)
Estimable Member
Joined: 4 years ago
Reply
2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4802

@eel,

It appears that during the migration, the old URLs were not properly deleted. Please address the following URLs:

 

  1. Original URL: https ://www.elsaelsa.com/wp-content/uploads/wpforo/avatars/dori_8462.jpg
  2. Incorrect URL: https ://www.elsaelsa.com/updated/wp-content/uploads/wpforo/avatars/dori_8462.jpg

To resolve this, follow these steps:

Use PhpMyAdmin plugin or the same tool in your hosting cPanel, go to the SQL tab and execute the following SQL. Make sure you have a backup of your database. Also, please make sure your table prefix is wp_, if it isn't, change all red marked wp_ prefixes to yours.

UPDATE `wp_wpforo_profiles` SET `avatar` = REPLACE(`avatar`, '/updated/wp-content/', '/wp-content/');

After executing the SQL query, go to the wpForo Dashboard section and Delete User Cache using the according button.

Reply
 eel
(@eel)
Joined: 4 years ago

Estimable Member
Posts: 117

@sofy perfect. Thank you.  All good now.

Have a nice day!

Reply