Results 1 to 8 of 8

Quick reply not working in some forums after vbSEO install

This is a discussion on Quick reply not working in some forums after vbSEO install within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; For some reason some of the forums on my site are having issues with the quick reply feature after we ...

  1. #1
    Member
    Real Name
    Steve M.
    Join Date
    May 2007
    Posts
    50
    Liked
    0 times

    Quick reply not working in some forums after vbSEO install

    For some reason some of the forums on my site are having issues with the quick reply feature after we installed vbSEO.

    When someone goes to use the quick reply the site just hangs and does not submit the post. Anyone know what could be causing this and how it can be fixed?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,340
    Liked
    539 times
    Blog Entries
    4
    Try adding the following to your .htaccess
    Code:
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    Steve M.
    Join Date
    May 2007
    Posts
    50
    Liked
    0 times
    Thank you, that seems to have done the trick!

  4. #4
    Member zmiservices's Avatar
    Real Name
    Denise
    Join Date
    Nov 2006
    Location
    Outside of Boston
    Posts
    69
    Liked
    0 times
    Thank for that... I had some complaints also

  5. #5
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    mod_security FTL. i highly suggest removing the module.

  6. #6
    Member
    Real Name
    Steve M.
    Join Date
    May 2007
    Posts
    50
    Liked
    0 times
    What? I don't know what that means briansol.

  7. #7
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    FTL = for the loss, maybe we should add it into our Acronym Expansion here
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #8
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    mod_security is an apache module that looks for keywords in form/db submits and attempts to stop sql injection.

    Problem is, if you type "from" or another keyword in the post, it can cause the error.

    The rule Mert suggested above disables that from happening, defating the purpose of having the module installed in the first place.

    Re-complie apache without that module. There's no sense in
    - adding wieght to apache by including the module and processing every request at run-time
    - adding a rule to disable said action from happening.

    here's a nice article on it.
    mod_security Tyler Muth’s Blog

    The closing paragraph sums it up. Vb is pretty dang secure out of the box. There are currently no known exploits in the software, and when one does arise, they release a patch level usually within a day.

    I don't run it and have never had an issue.

Similar Threads

  1. Replies: 1
    Last Post: 06-21-2008, 06:05 PM
  2. Quick Reply Hang/Advanced Reply = 404
    By Rogue in forum Troubleshooting
    Replies: 4
    Last Post: 01-08-2008, 02:34 PM
  3. Bug with quick reply/reply
    By shakes in forum Bug Reporting
    Replies: 6
    Last Post: 07-19-2006, 06:13 PM
  4. vBSEO.com - Quick Reply - Hangs?
    By Ace Shattock in forum Troubleshooting
    Replies: 4
    Last Post: 11-19-2005, 10:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •