3.0.1 XML Integration [message #162249] |
Fri, 16 April 2010 12:37 |
jm2morri
Messages: 225 Registered: January 2009 Location: Stratford, Ontario, Canad...
Karma: 0
|
Senior Member |
|
|
I get the following error on a few different XML feeds that did work fine with 3.0.0
PHP Warning: ksort() expects parameter 1 to be array, null given in /var/data/fudforum_data/scripts/xmlagg.php on line 165
PHP Warning: Invalid argument supplied for foreach() in /var/data/fudforum_data/scripts/xmlagg.php on line 166
It appears the issue is with RSS feeds from Yahoo Pipes when they are empty. Here is an example RSS URL
http://pipes.yahoo.com/pipes/pipe.run?_id=ce52e2596ddc7d0554ba3337464f2bec& amp;_render=rss
Right now it is basically empty and I'm getting this error. I'm guessing that if there was content beyond the header that it would be fine.
James.
|
|
|
|
|