Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • 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


    VampireSpace.com
    Participant

    @vampirespacedotcom

    Dont know if this helps any1 reading but I followed directions from 1 of the links above.
    I deleted the folder that stores the avatars.
    Then, I tried the “change avatar” or upload process again and…
    I checked the folders on the server, it created new folders for the avatar
    and the permissions are 777 but
    no avatar
    ?????
    Thats strange to me that it can create new folders but has trouble putting the file in the folder.


    VampireSpace.com
    Participant

    @vampirespacedotcom

    still no luck 4 me. any other suggestions?


    VampireSpace.com
    Participant

    @vampirespacedotcom

    thanks 4 the reply.
    Yes, I have the permissions set to 777.
    Thanks for the links im looking at them now.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar