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
Re:Has anyone seen this message? "Not Acceptable..." (1 viewing) (1) Guest
TOPIC: Re:Has anyone seen this message? "Not Acceptable..."
#52754
Has anyone seen this message? "Not Acceptable..." 6 Months, 1 Week ago  
"Not Acceptable - An appropriate representation of the requested resource/forum could not be found on this server"

This happened after responding to a post on my forum...

Thanks!
trandg (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/30 09:21 By trandg.
 
 
#52804
Re:Has anyone seen this message? "Not Acceptable..." 6 Months, 1 Week ago  
I have "Not Acceptable...same thing too on my test site. Whenever I post a topic it redirects and opens this page. There is no solution for this yet, I think, until the next 1.0.5 version.
Babahun (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52825
Re:Has anyone seen this message? "Not Acceptable..." 6 Months, 1 Week ago  
so does this happen with every installation of fireboard then? i'm boggled as to why this happens.

thanks! Glad to hear someone else is suffering the same pain! Hopefully we can figure it out.
trandg (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#52835
Re:Has anyone seen this message? "Not Acceptable..." 6 Months, 1 Week ago  
I found this, as a solution to the error but with vBulletin - thoughts?


http://www.vbulletin.com/forum/showthread.php?t=197290


My users and myself are having issues with blank pages, forbidden and not acceptable errors, what can I do?

There is a very good chance your host has installed a add-on for apache called mod_security.
Quote:
ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code
Code:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Note, place this file in your main forum directory.
trandg (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top