My site (http://InOberlin.com) subscribes to a feed (http://new.oberlin.edu/calendar/calendar_rss.dot) which is then processed minimally with FeedAPI Mapper. I unpublish some nodes, but then they keep getting republished. Does anyone know what might be going on? Other changes I make to those nodes seem to stick.

I read through the discussion in http://drupal.org/node/246910 , but it didn't seem to help.

Thanks!

--Tom

Comments

aron novak’s picture

Status: Active » Fixed

This is fixed in 1.8 or 1.7

tgeller’s picture

Thank you!

tgeller’s picture

Status: Fixed » Needs work

This problem is still not fixed, I'm afraid. For example, see http://www.inoberlin.com/content/russ-217-sinner-or-satan , which I keep unpublishing, but it keeps reappearing.

sachbearbeiter’s picture

subscribe

aron novak’s picture

Status: Needs work » Postponed

Can you please run the simpletest tests? I even wrote a test for this former bug. But maybe there are some special circumstances, i am not sure what's going on here, i'd like to see here simpletest results, please use -dev

tgeller’s picture

Status: Postponed » Needs work

Hi, Aron. I'd never actually used Simpletest before, so I'm not sure whether the errors I got were due to it or FeedAPI. Here's what happened.

1. Installed and enabled Simpletest.
2. Went to /admin/build/testing and checked both the "FeedAPI" and "FeedAPI Mapper" groups.
3. Ran the tests.
4. Got the following error message:

Running SimpleTests
An error has occurred.
Please continue to the error page
An error occurred. /batch?id=40&op=do <br /> <b>Fatal error</b>: Call to undefined function install_no_profile_error() in <b>/home/tgeller/webapps/inoberlin/includes/install.inc</b> on line <b>277</b><br /> 

5. Clicked through to the error page to see:

    * No test cases found.
    * The tests did not successfully finish.

Ideas?