Page 1 of 1

A small RSS Aggregator situation

Posted: Tue Apr 01, 2008 5:59 am
by arkanium
Hi.

I'm a newbie who, a couple days ago, took Serendipity for a test drive. I did a fresh install and then installed the RSS Aggregator plugin. That's all. So far, I haven't been able to make it work.

The error log shows me the following:

Code: Select all

[31-mar-2008 21:34:03] PHP Warning:  Invalid argument supplied for foreach() in /home/arkanium/public_html/test1/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php on line 546
[31-mar-2008 21:40:54] PHP Notice:  Undefined index:  no_create in /home/arkanium/public_html/test1/include/functions_config.inc.php on line 1126
[31-mar-2008 21:40:54] PHP Notice:  Undefined index:  head_title in /home/arkanium/public_html/test1/include/functions_smarty.inc.php on line 884
[31-mar-2008 21:40:54] PHP Notice:  Undefined index:  head_subtitle in /home/arkanium/public_html/test1/include/functions_smarty.inc.php on line 885
[31-mar-2008 21:40:54] PHP Notice:  Undefined variable: template_loaded_config in /home/arkanium/public_html/test1/include/functions_smarty.inc.php on line 924
[31-mar-2008 21:40:54] PHP Notice:  Undefined index:  no_create in /home/arkanium/public_html/test1/serendipity_admin.php on line 235
But I'm not even sure if those errors are related to RSS Aggregator not pulling feeds. Any ideas? :?

Thanks.

Re: A small RSS Aggregator situation

Posted: Tue Apr 01, 2008 2:09 pm
by garvinhicking
Hi!

You don't need to worry about the undefined Indexes; this is not really a problem, but a message of PHP to inform you about it. In usual envoronments, PHP does not care about missing indexes (which is why a scripting language is easy to code with).

Anyhow. Which s9y version are you using? How did you setup the RSS Aggregator plugin, with which options and which kind of feeds?

Did you call your RSS Aggregator URL to make it fetch its data, like mentioned in the descipriotn of the plugin?

Regards,
Garvin

Re: A small RSS Aggregator situation

Posted: Wed Apr 02, 2008 4:28 am
by arkanium
Hi.
garvinhicking wrote:Anyhow. Which s9y version are you using?
Version 1.3.
garvinhicking wrote:How did you setup the RSS Aggregator plugin, with which options and which kind of feeds?
Well, I FTP'd the "serendipity_event_aggregator" folder into the plugins directory. Then I activated it via admin screen. Used Slashdot and phpBB feeds for testing.
garvinhicking wrote:Did you call your RSS Aggregator URL to make it fetch its data, like mentioned in the descipriotn of the plugin?
Yes, via cron.

Thanks.

Re: A small RSS Aggregator situation

Posted: Wed Apr 02, 2008 11:08 am
by garvinhicking
Hi!
Well, I FTP'd the "serendipity_event_aggregator" folder into the plugins directory. Then I activated it via admin screen. Used Slashdot and phpBB feeds for testing.
Sorry for being unprecise. What are your configuration settings for the plugin? Which URLs exactly did you use?
garvinhicking wrote:Did you call your RSS Aggregator URL to make it fetch its data, like mentioned in the descipriotn of the plugin?
Yes, via cron.

Thanks.
Have you enabled the "debug" option of the aggregator plugin and captured the output you get from cron?

Regards,
Garvin