Page 1 of 2
Avatars Not Working Everything Set Correctly
Posted: Sat May 13, 2017 3:17 am
by SHTFM
Re: Avatars Not Working Everything Set Correctly
Posted: Sat May 13, 2017 7:42 am
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?
Re: Avatars Not Working Everything Set Correctly
Posted: Sat May 13, 2017 3:49 pm
by SHTFM
No still not working
refreshed cache
recompiled
purged cache on board and still not working
http://www.shtfmovement.com/
Re: Avatars Not Working Everything Set Correctly
Posted: Sat May 13, 2017 9:44 pm
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
Re: Avatars Not Working Everything Set Correctly
Posted: Sun May 14, 2017 5:40 am
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.
Re: Avatars Not Working Everything Set Correctly
Posted: Sun May 14, 2017 5:41 am
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
