Just do not know if this will solve the problem, but browsing this forum i found this: <br />1/ <br /> After few minutes try to figure out what´s wrong with RSS I found error in function.php, function MakeRSS. This IF statement is wrong: <br /> <br />if(!$fps = fopen($GLOBALS[´rss_path´]."/$arn[filename]","w" && file_exists($GLOBALS[´rss_path´]."/$arn[filename]") <br />the`has to be ´ <br /> <br />and <br />2/ <br />FUNCTIONS <br />wrong with RSS I found error in function.php, function MakeRSS. This IF statement is wrong: <br /> <br />if(!$fps = fopen($GLOBALS[´rss_path´]."/$arn[filename]","w" && file_exists($GLOBALS[´rss_path´]."/$arn[filename]") <br />if(!$fps = fopen($GLOBALS[´rss_path´]."/$arn[filename]","w") && file_exists($GLOBALS[´rss_path´]."/$arn[filename]")) <br />this is OK <br /> <br />:car
stupid smilies. they ruin the code. <br /> <br />; <br /> <br />;)
In the code <br />the`has to be ´ <br />The wrong keyboard button has be used: the one at the left up to the TAB button <br />there you have ~ and ` this is the wrong one. <br />It has to be the one next to the big enter button where you have " and ´ <br />this ´ is correct. <br /> <br />:car
Peter, the code in my functions.php file seems to be correct. Maybe they fixed that mistake in a newer version? In any case, I don´t have a ` in my code but the news.rss file is still not being updated. Not sure why.
You just need to comment/delete this IF statement mention above. Also don´t forget to comment/delete open and close brackets for that IF statement - { and } <br /> <br />Regards.
and put something like this in new line <br /> <br />$fps = fopen($GLOBALS[´rss_path´]."/$arn[filename]","w"); <br /> <br />Regards <br /> <br />P.S. Maybe this code will be mixed up because those damn emoticons!