generic user folder 1.2.4
Hello guys: today I have installed Generic user folder 1.2.4 Zope version 2.1.6 redhat 6.1 on apache with zope.cgi I have untared the tgz into the top level in /home/Zope I have restarted the zope several times. When I go to Zope management and "add new item" + "Generic user folder" I get to the "add a generic user folder" html page. I leave all the settings at defualt wich includes the "cookie based" authentication radio button selected. -------------------- I click add. Error type:KeyError Error Value:Parent_url ---------------------------- I try this in different folder levels in zope to make sure it isnt a path issue. I downloaded 1.2.2 and same thing. I did this on two different zope boxes similer configuration. thanks technology@mylinuxisp.com
On Thu, 8 Jun 2000 technology@mylinuxisp.com wrote:
today I have installed Generic user folder 1.2.4 Zope version 2.1.6 redhat 6.1 on apache with zope.cgi
Have you installed SiteAccess? I can't think of other products that might cause wierd stuff like this. It would be worth testing with a fresh Zope install to see if the problem is being triggered by another 3rd party product.
When I go to Zope management and "add new item" + "Generic user folder"
I get to the "add a generic user folder" html page.
I leave all the settings at defualt wich includes the "cookie based" authentication radio button selected.
Error type:KeyError Error Value:Parent_url
You will need to post the traceback. Parent_url isn't used in GUF anywhere, so I'm guessing it is another product that is barfing. -- Stuart Bishop Work: zen@cs.rmit.edu.au Senior Systems Alchemist Play: zen@shangri-la.dropbear.id.au Computer Science, RMIT University
Stuart 'Zen' Bishop writes:
Error type:KeyError Error Value:Parent_url
You will need to post the traceback. Parent_url isn't used in GUF anywhere, so I'm guessing it is another product that is barfing.
Oops, I got bitten by this with LoginManager. If it's the same bug, it's a bogus error message that should really be trying to tell you that you're trying to install a GUF but an acl_users folder already exists in that folder.
On Fri, 9 Jun 2000, Dan L. Pierson wrote:
Stuart 'Zen' Bishop writes:
Error type:KeyError Error Value:Parent_url
You will need to post the traceback. Parent_url isn't used in GUF anywhere, so I'm guessing it is another product that is barfing.
Oops, I got bitten by this with LoginManager. If it's the same bug, it's a bogus error message that should really be trying to tell you that you're trying to install a GUF but an acl_users folder already exists in that folder.
Ahh... manage_addGenericUserFolder refers to REQUEST['PARENT_URL'] (I think this code dates back to etcUserFolder). Perhaps this is being munged? Not an urgent problem so I won't be patching today. So the original problem may be that step 6 of the walkthrough wasn't done correctly ('... and Create user folder is not checked')? -- Stuart Bishop Work: zen@cs.rmit.edu.au Senior Systems Alchemist Play: zen@shangri-la.dropbear.id.au Computer Science, RMIT University
participants (3)
-
Dan L. Pierson -
Stuart 'Zen' Bishop -
technology@mylinuxisp.com