Member
Member
steffen   2008-02-12, 15:08
#1

There is a mixture of slashs and %2F in all links within the feed. This should be slashs only. Please have a look at this exerpt:

`

Strange Formations (2)

`

Member
Member
steffen   2008-02-12, 20:38
#2

I forgot to mention that those links doesn't work in IE7 while Firefox works. A click on the link text (not on the image) in the feed generates a 404 error.

Administrator
Administrator
acrylian   2008-02-12, 21:09
#3

I have these "%2F", too, but they do not cause any trouble. You could remove these lines after foreach ($result as $images) { in rss.php:
`$images['folder'] = rawurlencode($images['folder']);

$images['filename'] = rawurlencode($images['filename']);`

Member
Member
steffen   2008-02-12, 21:29
#4

Those lines of code you suggested to include are already implemented into "rss.php". These doesn't work. Please have a look on my feed, but use the IE7: http://www.synnatschke.com/gallery/rss.php

Then click on any text link. This leads to a 404.

Administrator
Administrator
acrylian   2008-02-12, 21:31
#5

I suggested to remove that lines...

Member
Member
steffen   2008-02-12, 21:40
#6

Sorry, sometimes it's better to read the whole posting :-)

This one works! Thank you!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.