Support » Plugin: BuddyPress Docs » Uploaded documents (File not found)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    Is it a multisite installation?

    Thread Starter travis123

    (@travis123)

    Hi Boone,

    Yes, its a multisite, are their different settings for that?

    And if its not a multisite it just plug and play?

    Regards

    Plugin Author Boone Gorges

    (@boonebgorges)

    Multisite shouldn’t require different configuration, but it could be that some detail of your configuration is causing URL rewriting to fail for Doc attachments.

    As a test, could you try the following:
    1. Open the file wp-content/plugins/buddypress-docs/includes/attachments.php
    2. Find the line that says $fn = $_GET['bp-attachment'] (should be around line 64)
    3. Change it to: $fn = basename( $_GET['bp-attachment'] );

    Could you also share more information about your configuration?
    – Is this a newish WordPress Multisite installation, or is it a conversion from WPMU?
    – When uploading a file to a blog post, what does the URL of the attachment look like? Is it example.com/files/2016/05/foo.jpg, or is it example.com/wp-content/uploads/2016/05/foo.jpg?
    – Are you using any domain mapping plugins?
    – What is your fileserver software? (Apache, Nginx, etc)

    Thanks!

    Thread Starter travis123

    (@travis123)

    Hi Boone,

    Sorry I made a mistake, its a normal install.

    To answer your questions:

    Could you also share more information about your configuration?
    – Is this a newish WordPress Multisite installation, or is it a conversion from WPMU?
    Sorry, normal install.

    – When uploading a file to a blog post, what does the URL of the attachment look like? Is it example.com/files/2016/05/foo.jpg, or is it example.com/wp-content/uploads/2016/05/foo.jpg?

    Looks like this (checked in libary) https://www.xxxx.nl/wp-content/uploads/bp-attachments/2852/ITass.docx

    Images: https://www.xxxx.nl/wp-content/uploads/2016/02/Cursus-Zweeds-en-en-vertaalbureau-Zweeds.png

    – Are you using any domain mapping plugins?
    No
    – What is your fileserver software? (Apache, Nginx, etc)
    Apache

    Hope you can help!

    Let me know and manny thanks

    Thread Starter travis123

    (@travis123)

    Hi Boone,

    Your test thing worked!!

    Thanks!!

    Plugin Author Boone Gorges

    (@boonebgorges)

    Thank for the helpful details, and for confirming the fix! It will be included in the next version of Docs.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Uploaded documents (File not found)’ is closed to new replies.