![]() |
|
Problem with the rss comments in stopdesign theme - 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: Problem with the rss comments in stopdesign theme (/thread-5896.html) |
Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-25 When i click on Latest comments Rss i get this message : Warning: require_once(/home/ochiosu/public_html/zenzp_core/folder-definitions.php) [function.require-once]: failed to open stream: No such file or directory in /home/ochiosu/public_html/zen/rss-comments.php on line 2 Fatal error: require_once() [function.require]: Failed opening required '/home/ochiosu/public_html/zenzp_core/folder-definitions.php' (include_path='.:/usr/lib/php') in /home/ochiosu/public_html/zen/rss-comments.php on line 2 Problem with the rss comments in stopdesign theme - sbillard - 2009-09-26 What does line 2 of rss-comments.php look like? There appears to be a slash missing, but the versions of that line I reviewed have the slash properly included. Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 This is the line 2 : require_once(dirname(FILE).'zp_core/folder-definitions.php'); Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 i rezolved with these error but now when i acces rss comments it is a blank page http://www.adriandaminescu.com/zen/rss-comments.php Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 in Firefox i have these message : Zenphoto Error: the requested object was not found. Problem with the rss comments in stopdesign theme - acrylian - 2009-09-26 First you should consider to update to the official 1.2.6 (you are running 1.2.6 RC1). Second make sure that the file rss-comments.php acutally exists in the root of your Zenphoto installation. Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 i have made the update to 1.2.6 and the rss-comments.php it is in the root of zenphoto installation! Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 the rss-comment still not working! Problem with the rss comments in stopdesign theme - acrylian - 2009-09-26 Your link above works perfectly for me. Problem with the rss comments in stopdesign theme - ochiosu - 2009-09-26 in firefox yes work but iexplorer says Internet Explorer cannot display this feed Problem with the rss comments in stopdesign theme - acrylian - 2009-09-26 Sorry can't help with IE. Try to enable modrewrite, this generates better XML (feed) safe urls. |