views:

30

answers:

1

Hey all, I uninstalled a content type that I'd previously added and afterward I'm still getting a warning of

2010-01-06 22:43:50 WARNING OFS.Uninstalled Could not import class 'myclass

' from module 'ns.archetype_name.content.content_type_name'

It isn't resulting in obvious problems, but it concerns me since I thought I'd uninstalled it properly, and cannot find any place where I left a trace of it. I've restarted the server, re-run buildout, and everything else I can think to try to get rid of that message, to no avail.

I read online that this warning is an indication that the Data.fs is out of sync with the packages, in question, and that I should re-install the missing packages. I did that, and the error went away, but I'd really like to get rid of both the error and the content type in question.

Thanks! Paul

A: 

It appears to me that the issue here was that there was content of that type on the portal; and so uninstalling hte package basically 'orphaned' those items, causing that error.

Paul