PEAK XOOPS - Y does clicking the More Link give me page not find on my server in englishin japanese

Y does clicking the More Link give me page not find on my server

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2005/9/12 16:34
MetalHellsAngel  企霹始   Posts: 1
I'm not quite sure why this is happening is there any way to fix it?
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2005/9/13 17:07
GIJOE  黎扦烦菱   Posts: 4110
I can't help you at all till you write detail condition.

Perhaps, the RSS feeds <guid> with wrong format (not absolute but relative).
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2005/9/17 1:43
jonpz  企霹始 From: Montrose, CO, US  Posts: 3
I am having the same issue, and, indeed, it is the <guid> that is causing the problem. In my case, Yahoo! and Reuters feeds (among others I'm sure) use relative paths, as washingtonpost.com and others use absolute. The thing that I have noted, however, is that the feeds that use relative paths for the guid seem to have an 'isPermaLink' attribute set to 'false' on the guid tag, while the absolute have the attribute set to true. I'm sure we can hack something together from that, right?

A couple of examples.........

from washingtonpost.com:
<guid isPermaLink="true">
http://www.washingtonpost.com/wp-dyn/content/article/2005/09/16/AR2005091600230.html?nav=rss_world
</guid>

from yahoo.com:
<guid isPermaLink="false">ap/20050916/un_summit_israel</guid>

Hope that helps
Votes:3 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2005/9/17 7:41
jonpz  企霹始 From: Montrose, CO, US  Posts: 3
the obvious solution (though not best) is to edit xhld[x]_feed.html in the template manager, replacing all instances of:
<{if $items[i].guid != ""}>
with:
<{if preg_match("/^http:\/\//",$items[i].guid)}>

although personally, i don't understand why you couldn't just eliminate $items[i].guid and just use $items[i].link instead. seems like a lot better solution to me. is there a situation where the guid is a permanent (absolute) link but different than the link?

peace
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!