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!
Re:Feed Error - XML Parsing Error? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Feed Error - XML Parsing Error?
#13874
Feed Error 1 Year, 5 Months ago  
I hope that this hasn't been covered anywhere else but i am seeing the following error when trying to use the feed button.

XML Parsing Error: xml declaration not at start of external entity
Location: www.mywebsite.com//ws_ck/index2.php?opti...fb_rss&no_html=1
Line Number 3, Column 1:
^

Anyone got any jems of wisdom for me please?

Cheers
Sparky21 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#26973
Re:Feed Error 1 Year, 1 Month ago  
Yep, i'm getting a similar error

XML Parsing Error: xml declaration not at start of external entity
Location: /index2.php?option=com_fireboard&func=fb_rss&no_html=1
Line Number 2, Column 1:
^


We just upgraded from joomlaboard, and it was working before
seoGuru (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Search Engine Optimization
Logged Logged
 
 
The administrator has disabled public write access.  
#27456
Re:Feed Error 1 Year, 1 Month ago  
it happens on this site too

when i click the RSS button, i too get an XML error:

XML Parsing Error: xml declaration not at start of external entity
p3hndrx (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#27875
Re:Feed Error - XML Parsing Error? 1 Year, 1 Month ago  
Greetings all,
I'm having similar problem. I tried an earlier version of Fireboard. It did not work for my already established forums, so I reinstalled JoomlaBoard 1.1.14 Stable. Now I am getting this error:

/////////////
XML Parsing Error: xml declaration not at start of external entity Location:
www.displaymode.com//index2.php?option=c...sb_rss&no_html=1
Line Number 1, Column 2:

!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
-^
////////////

This seems to be an old problem experienced by others that has gotten No attention even though its very important. Has Anyone Resolved This Issue? Please assist...
Codestream (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Los Angeles, CA Birthdate: 0000-04-12
Logged Logged
 
PHP built On: Linux serv01.siteground15.com 2.6.19.2-grsec-sg5 #7 SMP Thu Apr 26 03:55:42 CDT 2007 i686
Database Version: 4.1.22-standard-log
PHP Version: 4.4.4
Web Server: Apache
WebServer to PHP interface: cgi
Joomla! Version: Joomla! 1.0.12 Stable
 
The administrator has disabled public write access.  
#29855
Re:Feed Error 1 Year, 1 Month ago  
I fixed this by commenting out :
[code:1]include ($mosConfig_absolute_path."/components/com_fireboard/smile.class.php"«»);[/code:1]

around line 33

[code:1]//include ($mosConfig_absolute_path."/components/com_fireboard/smile.class.php"«»);[/code:1]

However my posts are still not showing up?? Any ideas??
designsedge (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/02 18:38 By designsedge.
 
The administrator has disabled public write access.  
#43166
Re:Feed Error 10 Months ago  
Here is what worked for me.

in /joomla_root/components/com_fireboard/template/default/fb_layout.php
Delete the Last line after the "?>". This is causing an additional space before the xml proclamation

in /joomla_root/components/com_fireboard/template/default/smile.class.php
Same thing. Delete the Last line after the "?>".

in /joomla_root/components/com_fireboard/sources/fb_rss.php
On (or around) line 57, change:
echo "";

-- to this --

echo "";

I think separating the "?" and the ">" kept from invalid characters from being printed for some reason.

--------------------------------------------------------
Mike Cotton
www.cottonwebdesign.com
mikecotton (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top