Closed (fixed)
Project:
Feedparser
Version:
4.7.x-1.x-dev
Component:
feedmanager
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2007 at 20:55 UTC
Updated:
27 Jul 2007 at 17:06 UTC
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
Comment #1
buddaAre 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?
Comment #2
selectsplat commentedLooks 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.
Comment #3
buddaGlad it worked out okay. Will add a line in the .install code to disable aggregator.module by default.
Comment #4
robsteranium commentedThat default aggregator disable was a life saver - I read the instructions too late!