bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Reply Bug

(6 posts)
  • Started 5 days ago by gerikg
  • Latest reply from _ck_
  • This topic is resolved
  1. gerikg
    Member

    On:

    Reply
    You must log in to post.

    When you click on "log in" i get this error message:

    Multiple Choices
    The document name you requested (/forum/bb-post.php" enctype="multipart/form-data" hack="bb-login.php) could not be found on this server. However, we found documents with names similar to the one you requested.

    Available documents:

    * /forum/bb-post.php/form-data" hack="bb-login.php (common basename)

    Please consider informing the owner of the referring page about the broken link.

    Posted 5 days ago #
  2. That's pretty interesting. Not sure why it's not working but I think you can cause a different problem by turning off CheckSpelling in you .htaccess file. That will cause it to fail outright, I think, rather than trying to find you a similarly named file. Put this at the top of a file called .htaccess in your forum root folder:

    CheckSpelling Off (not sure if the off needs to be capitalized or not.)

    See what errors you get after that. Worth a shot anyway.

    Posted 5 days ago #
  3. bobbyh
    Member

    gerikg, I found your site and looked at a sample page. The href of the "log in" link is as follows:

    http://kiaspeed2.com/forum/bb-post.php" enctype="multipart/form-data" hack="bb-login.php

    It should just be this:

    http://kiaspeed2.com/forum/bb-login.php

    The text of this href comes from function post_forum inside /bb-includes/template-functions.php. Did you do a core hack of this function? If so, reversing it should fix your problem. Otherwise, one of your plugins has screwed up this function and it needs to be disabled...

    Posted 5 days ago #
  4. gerikg
    Member

    I'm going to check I think it's a plug-in that did that.

    Posted 3 days ago #
  5. gerikg
    Member

    maybe it's bb-attachment plugin??

    line 97
    // insane bbPress workaround - adds multipart enctype to the new post form via uri patch
    function bb_attachments_enctype() {add_filter( 'bb_get_option_uri','bb_attachments_uri',999);}
    function bb_attachments_uri($uri) {remove_filter( 'bb_get_option_uri','bb_attachments_uri',999);
    return $uri. 'bb-post.php" enctype="multipart/form-data" hack="';}

    let me contact the maker.

    Posted 3 days ago #
  6. Uh oh, it looks like my bb-attachments is modifying other forms which makes no sense.

    I'll have to investigate this.

    update: please try 0.1.1, see this post:
    http://bbpress.org/plugins/topic/bb-attachments/page/2/?replies=38#post-1223

    Posted 1 day ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.