bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Trouble posting

(6 posts)
  • Started 1 year ago by sniss
  • Latest reply from Trent
  • This topic is not resolved

Tags:

  1. sniss
    Member

    I have a rather strange problem. When I click the "Send Post"-button I get a 302 Found, with the following message:

    The document has moved

      here
    .

    The link points to bb-post.php. When I click the link I get the following message:

    You need to actually submit some content!

    My .htaccess file that was generated from rewrite-rules.php is placed in the root of the bbpress-installation looks like this:

    RewriteEngine On
    RewriteBase /bbpress/
    RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id=$1 [L,QSA]
    RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id=$1 [L,QSA]
    RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^tags/(.+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]
    RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]
    RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id=$1 [L,QSA]
    RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view=$1 [L,QSA]
    RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]
    RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile=$1 [L,QSA]

    The $bb->mod_rewrite is set to true.

    The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.

    My webhost is one.com.

    Has anyone else experienced this fenomenon?

    Posted 1 year ago #
  2. What browser are you using? Does the same thing happen in every browser?

    Do you have any firewall or proxy servers set up?

    Posted 1 year ago #
  3. sniss
    Member

    Firefox and Internet Exploder^H^H^Hrer, and it behaves in a similar fashion. Well I sit behind a corporate firewall/proxy, so the configuration is unknown.

    Posted 1 year ago #
  4. SBHATNAGAR
    Member

    I AM HAVING TROUBLE POSTING AS WELL AS AN ADMIN. I GET A REPLY BOX AND THE SEND POST DOES NOT WORK..AS A RESULT I CANNOT CREATE POSTS...

    Posted 1 year ago #
  5. Can you turn off pretty permalinks in the config.php and remove the .htaccess to see if those things are the source of the problem? Also, a URL to experience the problem would help also.

    Thanks.

    Posted 1 year ago #
  6. It is mod_rewrite in the config.php that chrishajer is referring to. As well, could you post without CAPS on as that is shouting and can be considered rude as well!

    Thanks,

    Trent

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.