![]() |
|
RSS Broken Image - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: RSS Broken Image (/thread-4883.html) |
RSS Broken Image - hkdigit - 2009-03-20 I redirect the RSS feed from : http://www.hkceleb.com/pic/rss.php?lang=en_US to : http://feeds.hkceleb.com/hkcelebphoto by Feedburner, but the image was broken. see: http://img291.imageshack.us/img291/1060/rssu.gif Any hints? RSS Broken Image - hkdigit - 2009-03-30 I fixed the problem by change the image path from related path to absolute path rss.php line: 82 from: $thumburl = ''; to: $thumburl = ''; |