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

sfinerty’s picture

I 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?

info@zrix.com’s picture

Title: Summary not displaying » Need more info
Status: Active » Postponed (maintainer needs more info)

Can u please provide us with the URL of website where u have uploaded the module, so that we can look into the issue ???

sfinerty’s picture

Unfortunately, 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?

sfinerty’s picture

Title: Need more info » Here's more info...

Can 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?

sfinerty’s picture

PS. I got this module working by creating aliases on the server that redirects 'dpuniversitylife.drupal.*' to dpuniversitylife.*' and it works great now.

info@zrix.com’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)