Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 202
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 189
Total: 189

Author Topic: XML Parsing Error  (Read 8129 times)

0 Members and 1 Guest are viewing this topic.

Offline pioneer

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
    • www.birdboards.com
XML Parsing Error
« on: November 27, 2008, 05:08:06 pm »
Hi Have been checking /classifieds/rss.png and getting this problem below.  I have this active also for the gallery but does not show there.

XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.myforum.com/index.php?action=classifieds;sa=rss;cat=1;type=recent
Line Number 2, Column 1:<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0" xml:lang="en-US">

Many Thanks

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: XML Parsing Error
« Reply #1 on: November 27, 2008, 05:46:57 pm »
Do you have an exact link I can use to check it out
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline pioneer

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
    • www.birdboards.com
Re: XML Parsing Error
« Reply #2 on: November 28, 2008, 02:56:28 pm »
Thanks here is the link http://www.birdboards.com/index.php?action=classifieds i could click on these before but i get the error from each category

Thanks

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: XML Parsing Error
« Reply #3 on: December 01, 2008, 08:28:26 pm »
Fixed for SMF Classifieds for 1.2.14

Appears to be empty spaces above the xml that caused that issue. Could be a mod. Added code to clear the buffer so it doesn't matter.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline pioneer

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
    • www.birdboards.com
Re: XML Parsing Error
« Reply #4 on: December 30, 2008, 02:42:08 pm »
Fixed for SMF Classifieds for 1.2.14

Appears to be empty spaces above the xml that caused that issue. Could be a mod. Added code to clear the buffer so it doesn't matter.

Thanks managed to solve problem out, but i have now noticed this new message in my ads rss.

XML Parsing Error: no element found
Location: http://www.birdboards.com/index.php?action=classifieds;sa=rss;cat=2;type=recent
Line Number 1, Column 1:
^

Would you  also be able to tel me is there any code that i can place in index so that random banners from ads, and also gallery can be seen.

Many Thanks

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: XML Parsing Error
« Reply #5 on: December 30, 2008, 07:15:20 pm »
See the issue it is with gzip will add the following for next update

Code: [Select]
ob_end_clean();
if (!empty($modSettings['enableCompressedOutput']))
@ob_start('ob_gzhandler');
else
ob_start();
obExit(false);

Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: XML Parsing Error
« Reply #6 on: December 31, 2008, 03:46:42 pm »
Fixed for 1.2.15
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
6342 Views
Last post August 23, 2007, 07:20:24 pm
by rumboogy
4 Replies
11568 Views
Last post February 09, 2008, 11:44:03 pm
by ApplianceJunk
2 Replies
16526 Views
Last post May 09, 2008, 02:33:12 pm
by RoFus
2 Replies
2899 Views
Last post November 10, 2016, 05:31:33 am
by assemblytube
5 Replies
1292 Views
Last post September 05, 2021, 03:11:22 pm
by Shades

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal