collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 894
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

Thanks for having an interest with our portal. If you have any requests for features, have a look at the Feature Requests board.

Author Topic: RSS errors  (Read 3367 times)

0 Members and 1 Guest are viewing this topic.

Offline aharpham

  • Newbie
  • Posts: 3
  • SMF Version: 1.1.10
  • SP Version: 2.2.2
RSS errors
« on: August 11, 2009, 05:52:28 PM »
SMF Version: 1.1.10
Simple Protal: 2.2.2
Board: http://bighuskerfan.com/smf/portal.php

We are testing Simple portal in stand alone until we get it setup the way we want it.

We are having trouble with the rss feeds.  When I set them up and preview them they look good, but when we view them on the portal we get:

Notice: iconv() [function.iconv]: Detected an illegal character in input string in /home/bighuskerfan/www/smf/Sources/SPortal1-1.php on line 2246

The feed is: http://www.huskers.com/rss.dbml?db_oem_id=100&media=news

or

The feed is http://www.huskers.com/rss.dbml?db_oem_id=100&sport_id=22&media=photos


On the ones with photos, is it possible to show the photos?

Any help would be appreciated.

Allen

Offline ccbtimewiz

  • Hero Member
  • *****
  • Posts: 2185
  • Gender: Male
  • $("div.content:dd").hide();
  • SMF Version: None
  • SP Version: None
  • Elkarte Version: None
  • EhPortal Version: None
Re: RSS errors
« Reply #1 on: September 01, 2009, 12:51:35 PM »
Hi aharpham, is this still an issue?

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: RSS errors
« Reply #2 on: January 20, 2010, 01:26:36 PM »
It should be poor inconv() function, just like xml_parser() function. Try this:

./Sources/PortalBlocks.php

Code: (Find) [Select]
$xml_parser = xml_parser_create();
Code: (Replace) [Select]
$xml_array = new xmlArray($xml_data);

if (!$xml_array->exists('rss[0]'))
echo 'error';
$xml_array = $xml_array->path('rss[0]');
$xml_array = $xml_array->path('channel[0]');

$items = array();
$counter = 0;
foreach ($xml_array->set('item') as $item)
{
$items[$counter] = array(
'title' => strip_tags($item->fetch('title')),
'content' => strip_tags($item->fetch('description')),
'href' => strip_tags($item->fetch('link')),
'image' => strip_tags($item->fetch('enclosure/@url')),
);
$items[$counter]['link'] = '<a href="' . $items[$counter]['href'] . '" target="_blank" class="new_win">' . $items[$counter]['title'] . '</a>';
$counter++;
}
/*
$xml_parser = xml_parser_create();

Code: (Find) [Select]
if (empty($items))
{
echo '
', $txt['error_sp_invalid_feed'];

Code: (Replace) [Select]
*/
if (empty($items))
{
echo '
', $txt['error_sp_invalid_feed'];

Code: (Find) [Select]
$item['content'], '</li>';
Code: (Replace) [Select]
!empty($item['image']) ? '<img src="' . $item['image'] . '" alt="" style="padding-right: 3px; float: left; width: 100px;" />' : '', $item['content'], '<br style="clear: both; line-height: 0;" /></li>';
And slowly, you come to realize... It's all as it should be...

Offline aharpham

  • Newbie
  • Posts: 3
  • SMF Version: 1.1.10
  • SP Version: 2.2.2
Re: RSS errors
« Reply #3 on: May 18, 2010, 05:32:43 PM »
I applied the fix to another site I am working on.

The RSS feed now works, but 2 problems arise.

1. When the block is defined and the number of Items to show are set, the code now ignores the item limit.

2. The SMF error log fills up with 1024: Undefined XML element: enclosure and Undefined XML attribute: url

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: RSS errors
« Reply #4 on: May 20, 2010, 10:08:37 AM »
1. Looks like you need to make the loop quit when $counter reaches $count
2. You can see that the offending attributes come with 'img', but the block never uses $items[]['img']. In a case like this -- why not just eliminate that line of code?
 
That would turn [SiNaN]'s replacement block of code into this COMPLETELY UNTESTED block of code.
Please let us know if it works on your forum.
Code: (Replace) [Select]
   $xml_array = new xmlArray($xml_data);

   if (!$xml_array->exists('rss[0]'))
      echo 'error';
   $xml_array = $xml_array->path('rss[0]');
   $xml_array = $xml_array->path('channel[0]');

   $items = array();
   $counter = 0;
   foreach ($xml_array->set('item') as $item)
   {
      $items[$counter] = array(
         'title' => strip_tags($item->fetch('title')),
         'content' => strip_tags($item->fetch('description')),
         'href' => strip_tags($item->fetch('link')),
      );
      $items[$counter]['link'] = '<a href="' . $items[$counter]['href'] . '" target="_blank" class="new_win">' . $items[$counter]['title'] . '</a>';
 
// When the $counter reaches $count, it is time to break out of the foreach loop
      if (++$counter == $count)
            break;
   }
/*
   $xml_parser = xml_parser_create();

Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline aharpham

  • Newbie
  • Posts: 3
  • SMF Version: 1.1.10
  • SP Version: 2.2.2
Re: RSS errors
« Reply #5 on: May 20, 2010, 12:06:44 PM »
I had already done that, and it works.  Just no images.

I can live with that for now.

Thanks, Allen

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: RSS errors
« Reply #6 on: May 20, 2010, 12:31:10 PM »
I'm glad you have now solved the two small problems with [SiNaN]'s workaround code block.
That quick workaround now solves one of your problems (the errors thrown), but not the other one (you want pictures in the block)
 
Are you OK with marking this topic solved?
 
It looks like you are using some custom php to get the RSS for blocks like "Huskers.com Football".
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline teebag

  • Semi Newbie
  • *
  • Posts: 5
  • SMF Version: 1.1.11
  • SP Version: 2.3.2
Re: RSS errors
« Reply #7 on: August 12, 2010, 07:54:16 AM »
The feed is: http://www.huskers.com/rss.dbml?db_oem_id=100&media=news

or

The feed is http://www.huskers.com/rss.dbml?db_oem_id=100&sport_id=22&media=photos

Does the &media=news and &sport_id=22&media=photos part work? on my portal, it seems to ignore any parameters sent

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: RSS errors
« Reply #8 on: August 17, 2010, 10:23:58 AM »
When I look at these two feeds with a newsreader, I see that one is headline news, while the other is photo albums.
 
Headline News works fine, but the newsreader does not show the images from the photo album, and most of the description elements are simply empty.
 
The XML validator does not indicate an error with the feed, but does make a couple of recommendations for http://www.huskers.com/rss.dbml?db_oem_id=100&sport_id=22&media=photos
 
 
But you are saying that the RSS block doesn't seem to be using the parameters at all.
Figuring this out would mean debugging fetch_web_data in Subs-Package.php.
Code: [Select]
preg_match('~^(http|ftp)(s)?://([^/:]+)(:(\d))?(.+)$~', $url, $match);and
Code: [Select]
elseif (isset($match[1]) && $match[1] == 'http')
 {
  if ($keep_alive && $match[3] == $keep_alive_dom)
   $fp = $keep_alive_fp;
  if (empty($fp))
  {
   // Open the socket on the port we want...
   $fp = @fsockopen(($match[2] ? 'ssl://' : '') . $match[3], empty($match[5]) ? ($match[2] ? 443 : 80) : $match[5], $err, $err, 5);
   if (!$fp)
    return false;
  }

It's the contents of the @fsockopen line that are important here.
One way to test this is to create a copy of this function, give it a new name, put it right before the sp_rssFeeds, and call it instead of fetch_web_data.  Then you can add all the brute-force debugging code you want without messing up the "real" version.
 
If fetch_web_data turns out not to be suitable for the RSS feeds, there will have to be a suitable replacement.
 
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?