Avatars Not Working Everything Set Correctly

SHTFM
User w
User w
Posts: 12
Joined: Sat May 13, 2017 3:03 am

Avatars Not Working Everything Set Correctly

Post by SHTFM »

I have even deleted the htaccess and still only shows My avatar (maybe because I am logged in ?)
Screen Shot 2017-05-12 at 11.13.12 PM.png
Screen Shot 2017-05-12 at 11.13.12 PM.png (169.83 KiB) Viewed 2754 times
Screen Shot 2017-05-12 at 11.13.57 PM.png
Screen Shot 2017-05-12 at 11.13.57 PM.png (30.36 KiB) Viewed 2754 times
Screen Shot 2017-05-12 at 11.12.51 PM.png
Screen Shot 2017-05-12 at 11.12.51 PM.png (107.3 KiB) Viewed 2754 times
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars Not Working Everything Set Correctly

Post by axew3 »

Hi, please can you try to substitute the class.wp.w3all-phpbb.php recently improved by Lepalose, with this one please and let know if this instead work fine?
class.wp.w3all-phpbb.zip
(18.87 KiB) Downloaded 182 times
SHTFM
User w
User w
Posts: 12
Joined: Sat May 13, 2017 3:03 am

Re: Avatars Not Working Everything Set Correctly

Post by SHTFM »

No still not working
refreshed cache
recompiled
purged cache on board and still not working

http://www.shtfmovement.com/
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Avatars Not Working Everything Set Correctly

Post by axew3 »

These users, have an avatar in phpBB?
If not, as default for users that have not an avatar in WP, you have set Blank on setting (as on pics) so it is normal that nothing display.
Just setup to one different to show in WP, if no avatar found for the user into phpBB.

But your problem here seem to be different, for example, into last topics for a post should display
http://www.shtfmovement.com/board/image ... 61e9_2.jpg
that you should check it is correct name and in place, so search for file:
board/images/avatars/upload/58328845732405232183f4f8083261e9_2.jpg
if the file exist, the problem is
it is not available (accessible) the server return 403 forbidden and himself suggest what to do:
Common reasons for this error are:

Incorrect file/directory permissions: Below 644.

In order files to be read by the webserver, their permissions have to be equal or above 644. You can update file permissions with a FTP client or through cPanel's File Manager.
Restrictive Apache directives inside .htaccess file.

There are two Apache directives which can cause this error - 'Deny from' and 'Options -Indexes'.
let know
SHTFM
User w
User w
Posts: 12
Joined: Sat May 13, 2017 3:03 am

Re: Avatars Not Working Everything Set Correctly

Post by SHTFM »

The tutorial shows you to put this in the htaccess

Code: Select all

<Files *>
	order deny,allow
        deny from all
        allow from 127.0.0.1
</Files>
I got it to work by removing the files tag

Code: Select all

order deny,allow
deny from all
allow from 127.0.0.1

Thank you for all your help now i have one more question and ill post it in a correct place so it does not get confused with this one.
SHTFM
User w
User w
Posts: 12
Joined: Sat May 13, 2017 3:03 am

Re: Avatars Not Working Everything Set Correctly

Post by SHTFM »

Can you please make the topic title
Avatars Not Working Everything Set Correctly [SOLVED]
This helps many others when searching for the answer :D
Post Reply