@pd9soft
6 years, 7 months ago
+1 for this feature
6 years, 9 months ago
Found the bug tracker & reported here https://buddypress.trac.wordpress.org/ticket/7702#ticket
I don’t know how to officially report this as a bug.
I also have this problem, on a windows server.
The issue seems to be that $cover_dir contains a full filesystem path ex C:\Hosting\Website\wp-content\[…] which then fails on line 1317 of bp-core-attachments.php
if ( 0 !== validate_file( $cover_dir ) || ! is_dir( $cover_dir ) ) {
validate_file returns a “2” as the path has a colon in the second character position.
Removing this check allows the code to continue, but it still fails on the resizing and cropping.