Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply Bug

Viewing 5 replies - 1 through 5 (of 5 total)
  • @chrishajer

    Participant

    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.

    @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…

    @gerikg

    Member

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

    @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.

    @_ck_

    Participant

    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:

    https://bbpress.org/plugins/topic/bb-attachments/page/2/?replies=38#post-1223

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar