OK, now I am making some progress, thanks to your help. I found the errors in my first attempt using your SiteMember product.
The product installs and appears in the remember setup drop down. I can even get the workflow to work, if I comment out the validators. If I leave the validators in, I get the errors I was getting before. Also checked my original GernericSetup product, and it also works when I remove the validators from the schema. Not sure what is wrong with the validators, but will keep you posted. Progress!!!!! Mark On Mon, 2008-01-07 at 13:21 -0500, Hedley Roos wrote: > Yup, it is frustrating. Looking through your code I found that you do > "from Products.remember.content.member import Member as BaseMember", > whereas in SimpleMember it is "from Products.remember.content.member > import BaseMember". Dunno if that is an issue. It's probably something > in those lines directly after your class declaration. > > Even so, the SimpleMember product I posted does work. Just base your > content-type on that and everything should be fine. > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers > > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
