• Venutius

    (@venutius)


    Since the recent upgrade I’ve been getting the following error:

    https://mysite.com/wp-content/uploads/bp-attachments/0/test.html
    cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received

    BP_Docs_Attachments->check_is_protected()

    I’ve checked and test.html exists, not sure if this error is a problem with the plugin or indicative of an issue on my setup

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Cavins

    (@dcavins)

    Hi @venutius-

    Two questions:

    What happens if you visit that URL in your browser?

    There should be an .htaccess file in that directory. Does it include this?

    # BEGIN BuddyPress Docs
    RewriteEngine On
    RewriteBase /
    RewriteRule (.+) ?bp-attachment=$1 [R=302,NC]
    # END BuddyPress Docs

    -David

    Thread Starter Venutius

    (@venutius)

    Odd thing, I put the url into my browser, my homepage reloaded, the displayed url ended in ?bp-attachments/0/test.html but then I noticed the error was not displaying anymore, I’ve loaded the homepage a few times and it’s still gone. Perhaos that’s loaded it into the cache and solved the issue? I’ll do some more testing later.

    .htaccess contents are correct.

    Thread Starter Venutius

    (@venutius)

    Yep the error is back unfortunately

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

The topic ‘Curl Error’ is closed to new replies.