I get this error when I get to the /?q=admin/content/syndication page and again when I save it
This does not seem to affect the module operation, though I just begin to explore its features
I get this error when I get to the /?q=admin/content/syndication page and again when I save it
This does not seem to affect the module operation, though I just begin to explore its features
Comments
Comment #1
aaron1234nz commentedcan you please tell me which line this appears on. It appears to have got cut off in the title.
Comment #2
jvieille commentedYes, the title was cut off
The full text is the following:
"warning: Invalid argument supplied for foreach() in /home/controlc/www/sites/all/modules/syndication/syndication.module on line 444."
I tried on 2 different sites running on the same install, each with different databases, getting the same
In addition, I notice this at the bottom of the admin/content/syndication page:
-----------------
Views:
Select the views which should appear in the Views block on the syncidation page
------------------
Nothing appear bellow. What kind of views are expected to show something to select?
May be the lack of soemthing to process here could be the reason for the error message?
Thanks
Comment #3
aaron1234nz commentedThe issue did in fact related to the fact that you had no views. Easily fixed!
Comment #4
jvieille commentedThis is what I suspected.
The related question was why I had no views to select. I suppose that the views to select should have some specific characteristics. Wich ones?
Thanks
Comment #5
aaron1234nz commentedWhen you create a view, you need to create an RSS display (pick it from the dropdown on the left). make sure you set the formatter and row style, and give it a name. It will then show up in the syndication admin interface.
Comment #6
jvieille commentedThanks!