Topic: rss.php not working any longer

Hey. Could someone please help me figure this out,  for reasons I can't figure out, the rss.php mod on my site no longer works.

I did just make some changes to my site, the most significant being 'Modern BBcode.'

When trying to validat, the error I get is

"line 12, column 84: XML parsing error: <unknown>:13:0: no element found "


11. <link>http://website.omitted/forum/viewtopic.php?pid=294#294</link>
12. <guid isPermaLink="false">294@http://website.omitted/forum</guid>

Thanks.

AHni

Re: rss.php not working any longer

What's line 13?

Re: rss.php not working any longer

Hey. it's blank space.

Re: rss.php not working any longer

That would be the issue
Talk to the person who wrote the script

Re: rss.php not working any longer

Thanks, I have done so.

I should also mention that I tried a few other versions posted here, and the problem was the same.

6 (edited by alexkingorg 2006-06-25 15:00)

Re: rss.php not working any longer

I looked at the URL you sent me. For some reason the script seems to exit partway through the first item. You might want to check your error logs.

7 (edited by ahniwanika 2006-06-25 16:15)

Re: rss.php not working any longer

Booya! Right on the money Alex.  It was an error with modern_bbcode.php

... since I can't stand when people don't post their solutions...

The problem was in parser.php, line 330, which says

    require PUN_ROOT.'lang/'.$pun_user['language'].'/modern_bbcode.php';


I don't know why that doesn't work, but I just changed '.$pun_user['language'].' to English.

Thanks again!