Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Redirect after posting causing an error (1 viewing) (1) Guest
TOPIC: Redirect after posting causing an error
#58245
Redirect after posting causing an error 3 Months, 4 Weeks ago  
I've got Fireboard 1.0.5RC1_b718 running in my brand new Joomla 1.5.6 installation

Installation was successful, but after every post to a forum, I am getting a redirect to a page which returns the following error:
____________
Not Acceptable

An appropriate representation of the requested resource /j15/index.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at (my domain).com Port 80
____________

I've searched these forum extensively and have found several references to people having a similar problem with an after-post redirect, but NO SOLUTIONS. Many of these requests for assistance are quite OLD and still haven't been answered (including one that I posted in a different category which has no responses for many days).

Can anyone address this with a solution, or point me to something actually useful?
phpadam (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59329
Re:Redirect after posting causing an error 3 Months, 1 Week ago  
Well. Finally found a way to get around this:

This was posted in another thread, but it seems to work

Turning redirection off:

edit the post.php file in the directory of the template you are using.

in the default template post.php line 419 and 441 (inside the script tags)

Code:
setTimeout("location='<?php echo sefRelToAbs(JB_LIVEURLREL.'&func=view&catid='.$catid.'&id='.$pid).'#'.$pid;?>'", 3500);


comment these lines (add // at the beginning of the line)

This disabled the automatic redirect for me and fixed the problem.
phpadam (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59382
Re:Redirect after posting causing an error 3 Months, 1 Week ago  
That post only worked for the 1.0.4 version. The 1.0.5RC1 cannot be fixed using that disable of the redirect.

BUT:

After struggling with this issue for a while, I finally contacted my hosting service. They reported this:

That particular autoredirect is running afoul of mod_security rule 950006.

They exempted my sites from that rule and everything is working now.

If you are having this problem...this is the solution.

I hate un-resolved threads!
phpadam (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59387
Re:Redirect after posting causing an error 3 Months, 1 Week ago  
Thanks, we will have a look to this issue, to not having to go pass that rule on future releases
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
Go to top