no worries,...any help is appreciated

Here is a little more info:

I installed on a fresh windows buildout, same zope/plone versions and everything works fine. 

I added a new plone site on the Linux based instance (the original instance that is failing), and it too fails, so it must be filesystem related.

I do have a patch in archetypeTool.py(line 706): 

                if iface.isImplementedByInstancesOf(klass):

is depreciated, and was causing a problem with another product, and was replaced with:

                if iface.providedBy(klass):
 


----- "Rob Miller" <[EMAIL PROTECTED]> wrote:
> From: "Rob Miller" <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Monday, December 1, 2008 9:00:05 PM GMT -05:00 US/Canada Eastern
> Subject: Re: [Remember Mailing List] What determines vaules in the Defualt Member Type dropdown
>
> Scott Brown wrote:
> > When I run 'list portal types' in the debugger, only the Member type is
> > returned as a unicode string....all others are non-unicode.
> >
> > Do you think this could cause the types not to be displayed?
>
> possibly, yes.  can you change the value to be a regular string and see if
> that helps?
>
> relatedly, i'm sorry i haven't been able to dig in to this, but i've been
> overwhelmed w/ work and family stuff.  hoping to be able to give it some time
> over the next couple of days if you haven't figured it out by then.
>
> -r
>
>
> --
> Archive: http://www.openplans.org/projects/remember/lists/remember/archive/2008/12/1228183204982
> To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED]  Please contact [EMAIL PROTECTED] for questions.
>
>

Reply via email to