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
Cannot access posts in Fireboard (1 viewing) (1) Guest
TOPIC: Cannot access posts in Fireboard
#50678
Cannot access posts in Fireboard 7 Months, 3 Weeks ago  
Hi! I am facing problem with my posts in category not showing up. It shows http 500 error. So i cannot read any posts. I do not what is the best approach to find the problem. I check the url. I am not using sef components. The url seems fine and pointing to right place.
Category url
index.php?option=com_fireboard&Itemid=155&func=showcat&catid=2
Here is post url
index.php?option=com_fireboard&Itemid=155&func=view&id=3&catid=2
By the way the setting of the topic is not private nor moderated, just a regular public post category.
Getting to category and topics work fine. But as soon as I choose thread or post it shows error page. I googled around a quite a bit and cannot find anyone having this problem.
Any idea how to solve this.
mgltacoma (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50679
Re:Cannot access posts in Fireboard 7 Months, 3 Weeks ago  
Does it happen to every post? Do you have access to the server logs? There should be a more descriptive error in the apache error log.
hypnotoad (User)
Senior Boarder
Posts: 111
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50684
Re:Cannot access posts in Fireboard 7 Months, 3 Weeks ago  
Thank you for the fast reply, Yeah it happens to all posts in all categories. Thanks a lot I fixed it. I looked at my apache error log and
Code:

PHP Fatal error:  require_once(): Failed opening required 'components/com_badword/class.badword.php'

Then I knew someone on my site must have changed that bad word filtering to yes when there was no PHP library installed for that. So I set that back to no and it works perfect. It was funny how i got http 500 error, but no specific php error saying so and so file does not exist.
Great I am pretty sure someone encountered this error before.
mgltacoma (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/05/16 00:50 By mgltacoma.
 
 
Go to top