Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
FB-Feed giving me an error and no feeds! Help! (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: FB-Feed giving me an error and no feeds! Help!
#55514
FB-Feed giving me an error and no feeds! Help! 3 Months, 3 Weeks ago  
Does FBFeed work? I installed it fine. I set up some feeds in the back end. I made a link to the component, and I see the feeds listed. But when I try to view a feed I get this error message:

XML Parsing Error: junk after document element
Location: backstageboston.com/component/option,com_fbfeed/f,2/func,rss/
Line Number 2, Column 1:<b>Warning</b>: include_once(JB_ABSSOURCESPATHparser.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/home/vosscoco/public_html/bsb/components/com_fireboard/template/default/smile.class.php</b> on line <b>19</b><br />
^

I saw that some other people had similar problems and had to change "include ($mosConfig_absolute_path."/components/com_fireboard/smile.class.php";" to "include ($mosConfig_absolute_path."/components/com_fireboard/template/default/smile.class.php";". I did that, as you can see, but I still get the error message. I tried commenting out that line, and just got a blank page.

How have other people solved this problem? Thanks! I really need to get this working ASAP!

I'm using Joomla 1.0.15 and Fireboard 1.04.
JavaJed (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/09 01:02 By JavaJed.
 
The administrator has disabled public write access.  
#58134
Re:FB-Feed giving me an error and no feeds! Help! 2 Months, 3 Weeks ago  
I am also needing help with fbfeed. Using J! 1.0.13 and FB 1.0.5RC1
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
 
The administrator has disabled public write access.  
#58457
Re:FB-Feed giving me an error and no feeds! Help! 2 Months, 2 Weeks ago  
Anyone? I really need to get this working. An RSS feed from individual boards is a must for what I need. I do not want to change forum software unless it is an absolute last resort.
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
 
The administrator has disabled public write access.  
#58620
Re:FB-Feed giving me an error and no feeds! Help! 2 Months, 2 Weeks ago  
Using Joomla! 1.0.13 and FireBoard 1.0.5RC1

This is everything I did from start to end to get that piece of crap working... With ZERO support from BOJ!

1 - Install fbFeed
2 - Create your feed.
3 - Publish fbFeed component as a menu item
4 - Now when you will get an error stating the incorrect path to smile.class.php. This is where I started to make some changes. The actual path is:
/components/com_fireboard/template/default/smile.class.php
5 - Go to the correct path and copy the smile.class.php to your computer
6 - Rename to fbfeed_smile.class.php
7 - Open fbfeed_smile.class.php in your .txt editor
8 - Comment out lines 21 and 22 (in other words add // at the beginning of both lines) and save
9 - Copy it back to /components/com_fireboard/template/default/ on your site (you want to make sure you have BOTH fbfeed_smile.class.php AND smile.class.php in the folder)
10 - Next go to /components/com_fbfeed/ and open the fbfeed_rss.php file in your .txt editor
On line 17 change the path to /components/com_fireboard/template/default/fbfeed_smile.class.php
11 - Make sure you copy fbfeed_rss.php back to /components/com_fbfeed/ if you copied it to your computer to edit it

Everything should work well now.

Why did I copy and rename the smile.class.php instead of simply making changes to it?

The simple answer is... I have no idea of everything that is affected by the smile.class.php, or if the changes would affect it. This way the ONLY component affected by the fbfeed_smile.class.php file is fbFeed and no other components or FB functions should be affected by the changes.
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top