Author |
Message |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Thu May 02, 2013 5:09 pm |

|
Yeah !!!!
Well Done !!!
Thank you so much for your engagement !
|
|
|
 |
 |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Mon Oct 28, 2013 11:34 am |

|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Mon Oct 28, 2013 1:43 pm |

|
Based on what we can see, it looks like the feed you have seems to only be the source for the first 'box' on your website.
What's the direct URL of the feed for the one in the bottom right corner that is getting the error?
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Tue Oct 29, 2013 7:39 am |

|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Tue Oct 29, 2013 8:29 am |

|
That's odd. The feed that is giving the error has the title:
News zum Employer Branding & mehr
However, if I look at the feed at the link given, there aren't any items that have that text in it. Is the rss2html script configured to translate a feed other than the one you linked?
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Tue Oct 29, 2013 10:05 am |

|
no, its only our ;-)
from arbeitgeber.html
... more code ...
and the php-code
readfile('http://www.familienfreund.de/rss2html/rss2html.php?XMLFILE=http://feeds.dlvr.it/4a9402722bdf4a0dac9602335740a2ba.xml&TEMPLATE=http://www.familienfreund.de/rss2html/familiennews.html&MAXITEMS=4&ItemDescriptionLength=80');
?>
goes to the error
$errorCode = 76
xml_error_string() = Mismatched tag
xml_get_current_line_number() = 2
xml_get_current_column_number() = 330
xml_get_current_byte_index() = 460
the original rss (at this moment no content to filter/handle) -> https://dl.dropboxusercontent.com/u/36194102/feed1.xml.txt
after dlvr.it has filtered it -> https://dl.dropboxusercontent.com/u/36194102/4a9402722bdf4a0dac9602335740a2ba.xml.txt
/rss2html/familiennews.html ->
~~~BeginItemsRecord~~~
~~~ItemTitle~~~
~~~ItemDescription~~~
~~~EndItemsRecord~~~
[Notice: In this thread you can read that your support has created a spezial rss2html-file for us because of problems in may 2013 with dlvr.it. After this customization everything works fine.]
|
|
|
 |
 |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Tue Oct 29, 2013 10:08 am |

|
at /dienstleister.html we use another dlvr.it-feed.
there we filter author equal 'dienstleister' and there is the same error.
News für unsere Dienstleister4h>
...
$errorCode = 76
xml_error_string() = Mismatched tag
xml_get_current_line_number() = 2
xml_get_current_column_number() = 330
xml_get_current_byte_index() = 460
from
readfile('http://www.familienfreund.de/rss2html/rss2html.php?XMLFILE=http://feeds.dlvr.it/206a985f3e884b71a22cb0c729edaeb3.xml&TEMPLATE=http://www.familienfreund.de/rss2html/familiennews.html&MAXITEMS=4&ItemDescriptionLength=80');
?>
the source-feed is the same.
|
|
|
 |
 |
ThomasKujawa
Joined: 25 Apr 2013
Posts: 14
|
Posted: Thu Oct 31, 2013 5:43 am |

|
Problem is solved.
Thanks.
|
|
|
 |
 |
|