-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
@moviefloss I’d look to the PHP version used by the 2 hosts. I recently tested BuddyPress with PHP 8.1 and realized we need to improve compatibility with it.
-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
@moviefloss if there’s no more lines at the end of your error log, then I believe you should switch to a Twenty Twenty (one/two) theme to check if the issue is still there. From what I see the issue seems to be located into the “valenti” theme. If that’s the case, the theme author should fix the issue as it’s a premium theme and we cannot access to it.
-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
Thanks for your feedback and tests @moviefloss Could you check the error_log file of your server? I believe we may find the reason of our trouble there.
-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
Thanks for your screenshots @moviefloss, I don’t think that’s your issue unfortunately.
Can you add a
bp-custom.php
file into the/wp-content/plugins/
directory of your site and add this code into it:<?php
add_filter( 'bp_disable_avatar_history', '__return_false' );And try to upload an avatar again?
-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
I think I understood your issue:
if you are you using the BP Default Theme or a theme based on it, or if you disabled the Avatar UI we introduced in version 2.3, I was able to find an issue with this very old way to set an avatar: you have a form with a simple button to upload your image and cropping happens after a…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 9 months ago
Hi @moviefloss & @pasindups
Uploading/cropping avatars works fine with me.
Can you try help me to reproduce the issue so that I can fix it?
1. Before uploading the picture, open the browser’s inspector and activate the network tab, the one which logs pages load, Ajax requests…
2. Upload the picture, according to what you described, you should…[Read more]
@moviefloss
Active 2 years, 8 months ago