Page 1 of 1

Blogs made simple RSS

Posted: Fri Oct 19, 2007 8:30 am
by rhysdavies
Hi,

I have installe Blogs made simple, and am having some trouble with getting the RSS to work.  When I click to subscribe, I get the following error come up: 
XML Parsing Error: junk after document element
Location: http://www.rhuddelwelshblack.co.uk/page ... eturnid=60
Line Number 2, Column 1:Warning:  Missing argument 2 for Blogs::GetEntries(), called in /home/fhlinux162/r/rhuddelwelshblack.co.uk/user/htdocs/pages/modules/Blogs/rssfeed.php on line 66 and defined in /home/fhlinux162/r/rhuddelwelshblack.co.uk/user/htdocs/pages/modules/Blogs/Blogs.module.php on line 274

^
Line 66 of rssfeed.php:
$entries=$blogs->GetEntries($catid);
Line 274 of blogs.module.php:
function GetEntries($onlyactive=true,$categoryid,$limit=-1, $latestfirst=true) {
Any ideas?

Cheers

Re: Blogs made simple RSS

Posted: Thu Nov 22, 2007 5:54 pm
by scooper
This should have been fixed in SVN. You can also get a newer version of the module (well newer than 0.2.2 at least) and an updated rssfeed.php over in this thread.

http://forum.cmsmadesimple.org/index.ph ... 959.0.html

Well it fixed it for me when I had this problem.