I'm getting this notice and I'm not sure what it means.

Notice: Undefined index: namespaces in views_rss_get() (line 77 von /mysite/sites/all/modules/views_rss/views_rss.module).

What could be causing this?

Comments

maciej.zgadzaj’s picture

Status: Active » Closed (fixed)

Fixed in both branches. Please pull new version from git repo or wait for d.o to regenerate module package files.

Anonymous’s picture

Status: Closed (fixed) » Active

I just got the newest version. The problem still persists.

Also, it cames with a warning now:

Notice: Undefined index: namespaces in views_rss_get() (line 77 of /mysite/sites/all/modules/views_rss/views_rss.module).
Warning: Invalid argument supplied for foreach() in template_preprocess_views_view_views_rss() (line 137 of /mysite/sites/all/modules/views_rss/theme/theme.inc).

What is trowing the error? I looked at the .module file but I couldn't figure it out.

maciej.zgadzaj’s picture

Have you pulled the newest version from git repository, or downloaded package from module page?

If it's the latter (which I guess is the case, as with the newest version you should have the notice in line 78 instead of 77), please clone it from git repo instead (or wait for d.o to regenerate the package, which for dev versions usually takes around 12 hours).

If the problem still persists - which Views RSS-related modules do you have enabled?

maciej.zgadzaj’s picture

I have just checked, and the package files are still not updated yet - so at the moment cloning from git repo is your only option to get the newest version.

Anonymous’s picture

Status: Active » Fixed

Works fine now. Thank you! Great module!

(by the way: issues open has a 0-count. Impressive!)

maciej.zgadzaj’s picture

Perfect, glad to hear it works fine for you!

Re issues open - I know, nice to see it finally! The module was left essentially abandoned for quite a some time, but hopefully the new version should breath a new life into it again...

maciej.zgadzaj’s picture

Status: Fixed » Closed (fixed)