Nathan Burke

Anonymous
Hi.
I updated geeklog from 1.3 to 1.4.0sr5-1, and I'm having a problem with the RSS feed. For some reason, I cannot get the feed to update. Instead, it's stuck at October 17th, though there were entries after that.

Since the geeklog.rss file is just the output of the formatted feed, I know I can't change that file. It just seems like geeklog isn't even trying to overwrite that file.

I just don't know where to start. If I delete the geeklog.rss file, and try to save the RSS info through the Syndication block, geeklog doesn't write the file. The directory is writable, so that's not the issue. It almost seems like there's an error somewhere that is telling geeklog the .rss file is in a different directory.

I just don't know where that would be.

Any ideas?

Status: offline

1000ideen

Forum User
Full Member
Registered: 08/04/03
Posts: 1298
You got this in the config?

$_CONF['backend'] = 1; // 1 = activate feeds, 0 = off
$_CONF['rdf_file'] = $_CONF['path_html'] . 'backend/geeklog.rss';

And inside GL left menu: Content Syndication