Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Avatar Issues upload avatar problem


VampireSpace.com
Participant

@vampirespacedotcom

I also tried this fix but that code does not exist in my file.

bp-core-avatars.php line 389

Replace

if ( !$path = get_option( ‘upload_path’ ) )

$path = WP_CONTENT_DIR . ‘/uploads’;

With:

if ( !$path = get_option( ‘upload_path’ ) )

$path = WP_CONTENT_DIR . ‘/uploads’;

else

$path = ABSPATH . $path;

and then in “Settings >> Miscellaneous” simply kept “Store uploads in this folder” as wp-content/uploads and in “Full URL path to files” added the full url path of the uploads folder: http://www.yoursite.com/wp-content/uploads

Skip to toolbar