[pmwiki-users] RSS problem off of Site/AllRecentChanges with group=

Chris Cox ccox at airmail.net
Sat Oct 28 17:46:12 CDT 2006


Chris Cox wrote:
> A bit more data... my php5 log file contains the following when
> I tried to to do

Well I tried taking out all of the require_once/include_once (hopefully
all of the recipes) and I still get the errors below when using
group= to pull out entries for a particular group for rss use (note... I
left the scripts/feeds.php require_once in).

> 
> http://labs.csg.stercomm.com/pmwiki/pmwiki.php/Site/AllRecentChanges?group=BP-ccox&action=rss
> 
> [27-Oct-2006 11:32:49] PHP Warning:  %v%v() [<a href='function.%v'>function.%v</a>]:
> Argument #1 is not an array in /srv/www/htdocs/pmwiki/scripts/feeds.php on line 192
> [27-Oct-2006 11:32:49] PHP Warning:  %v%v() [<a href='function.%v'>function.%v</a>]:
> Argument #2 is not an array in /srv/www/htdocs/pmwiki/scripts/pagelist.php on line 160
> 
> And I get back what you'd expect without the group= ...
> 
> No errors from php if I leave out the group= on the url line.
> 
> The lines from feeds.php
>   if (!$pagelist) {
>     $opt = array_merge($opt, @$_REQUEST);    // Line 192
>     $pagelist = MakePageList($pagename, $opt, 0);
>   }
> 
> and...
> 
> foreach(array_keys($FeedFmt) as $k) {
>   SDV($HandleActions[$k], 'HandleFeed');   // Line 160
>   SDV($HandleAuth[$k], 'read');
> }
> 
> It's probably a recipe that is messing things... up but I can't
> find anywhere where HandleActions is getting nuked... or at
> least it's not obvious.
> 
> Any hints on how to debug the issue???
> 
> 
> 
> Chris Cox wrote:
>> This feature works fine from one of my PmWiki sites, but on the
>> other, the group= seems to be totally ignored.  That site is
>> running 2.1.26, but historically it dates back quite a ways...
>> is it possible that the format of the AllRecentChanges file is
>> causing the issue?  Did something change?
>>
>> Unfortunately, the site that is erroring is internal only....
>> Should I just blow my RecentChanges files away?  Just hate
>> to lose the history.
>>
>> _______________________________________________
>> pmwiki-users mailing list
>> pmwiki-users at pmichaud.com
>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>>
> 
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> 





More information about the pmwiki-users mailing list