I can create new feeds, and I can update feeds, importing atricles as nodes, but when I try to edit a feed, i just get a blank page.

I've used this module on other Drupal sites with no problems.

I've tried dis-enabling and re-enabling it, but to no avail.
I guess I can try to uninstall it by going through the install scripts and undoing the database changes, but I thought I'd ask here first if anyone knows of anythign else I should try first.

Comments

budda’s picture

Are you getting any errors in the apache error log, or a dedicated PHP error log on the server?
What's your PHP memoy limit set to? I would assume you've got it to 16M at least?

selectsplat’s picture

Looks like it was contension with the regular aggregator module. I restored my database to what it was before I installed this mod, and made sure the regular aggregator mod was turned off, then installed again, and it's working fine now.

Thanks for the response.

budda’s picture

Status: Active » Closed (fixed)

Glad it worked out okay. Will add a line in the .install code to disable aggregator.module by default.

robsteranium’s picture

That default aggregator disable was a life saver - I read the instructions too late!