I've installed your module, Aggregator Summary, as it looks from your demo site to be exactly what we are looking for. I've set up Sections, Categories and Feeds and have categorized the feeds and set up the categories for each section. I've added a feed that has 8 articles in it and I can see them listed in the admin/content/aggregator_summary but when I go to the main /aggregator_summary page where they should all display, I get a blank page with an RSS feed in the bottom corner. If I click on the RSS feed link, the articles are displayed in my feed viewer so I know they are there. If I select the Category that shows them listed in the /admin/content/aggregator_summary, I get a message saying 'No feeds for this category' when the RSS feed link lists them perfectly.
How do I get the feeds and the associated Sections and Categories to show up on the main /aggregator_summary page?
Comments
Comment #1
sfinerty commentedI get the following error message when clicking on the Aggregator Summary display page:
Table 'dpuniversitylife.aggregator_summary_section' doesn't exist
It appears the module is not creating a table it requires... Any ideas?
Comment #2
info@zrix.com commentedCan u please provide us with the URL of website where u have uploaded the module, so that we can look into the issue ???
Comment #3
sfinerty commentedUnfortunately, it is currently installed on our development server where we are testing the module and it is behind our firewall. The table is being created but was causing an error whenever we tried to read the data in it so we are looking into that. Do you have any other suggestions as to what else we should look into?
Comment #4
sfinerty commentedCan you comment on this post http://drupal.org/node/174124? This seems to be our issue as well. We use Drupal in a multi-site environment and therefore use extensions on the beginning of all of our tables that follow this pattern:
sitename.drupal_
It does seem to be picking up the 'sitename.aggregator_summary_section' but not the '.drupal'
We've tried renaming the table to this:
dpuniversitylife.aggregator_summary_section
and this:
aggregator_summary_section
But neither of those work. Any suggestions?
Comment #5
sfinerty commentedPS. I got this module working by creating aliases on the server that redirects 'dpuniversitylife.drupal.*' to dpuniversitylife.*' and it works great now.
Comment #6
info@zrix.com commented