Notifications
Clear all

wpForo 1.x.x [Solved] Users cannot change avatar once they pick it once

24 Posts
8 Users
1 Reactions
8,811 Views
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

j753k,

Please try to ask questions in one post, it's easier to reply.

The mobile issues is not complete fixed yet. We'll take a look on that.

OMTesla
Posts: 217
(@omtesla)
Active Member
Joined: 8 years ago

Hello

Just a heads up i use managed WP on godaddy with Generate Press theme no such issues.

But i recognize godaddy managed wp is very limited they recommended shared hosting with cPanel.

And try to add something like this into functions.php file at the bottom of it,and i recommend to make child theme because with updates the file will be replaced.

@ini_set( 'memory_limit', '256M' );
@ini_set( 'upload_max_size', '64M' );
@ini_set( 'post_max_size', '64M' );
@ini_set( 'max_execution_time', '300' );
Posts: 39
Topic starter
(@j753k)
Trusted Member
Joined: 8 years ago

I changed my theme and it helped with some of the issues.

Posts: 6
(@repersonalization)
Active Member
Joined: 7 years ago

I'm having the similar issue here. it seems like when a user changes its profile picture for the second time (and so on), it doesn't change at all.

The weird thing is, if I go back on the website on MS edge or explore, it's changed. it's weird, because edge STILL 'briefly' loads and shows the old profile picture and then quickly switches back to the new one. So it doesn't seem to be purely 'cache' issue on the browser.

Then, if I go to my website with any other browsers with no cache or data on the website, it still shows the old one. It seems like the server has both of the pictures and the program is having a hard time which one to show or something lol. I've been deleting cache all the time and tried a bunch of different devices while I was testing with it so it's not browser cache issue I believe.

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

This is a browser cache. When you change the image it's already changed but you see the old avatar, you just need to refresh it. In future releases we'll add a last-mod attribute in image to reset cache automatically.

Page 4 / 5