Re[2]: [Zope] unable to instanciate product instance
Hi Casey, - re: what you <CD> wrote Jerry on Tuesday, December 18, 2001 at 11:48 AM: CD> Did you try using FTP or WebDAV? CD> ftp://myzope:8021/ Thanks. I never though of that, although... ftp://127.0.0.1:8021 in IE gives me error 530, Unauthorized. OK, but it never showed the login prompt. OK, so now I have a FTP question, since I don't know much about it. How do I pass it my name and password in a browser since it doesn't prompt for it? I have a windows ftp program (part of "Drag and File"), which I use for my web servers. I have tried hostnames 127.0.0.1, 127.0.0.1:8021, localhost, and localhost:8021. I always get "Unable to Connect", which is quite helpful :( Zope IS running, and the monitor shows ZServer successful login when I was trying from IE, although I couldn't connect. My broken instance is in the root folder. Could that cause a problem with ftp also? -- /\_/\ Jerry McRae \|||/ mail safely: The Bat! 1.53d (~o o~) (stuck in win98) (. .) Zope v2.4.1 - dryer than golf )'Y'( _______________-o00-(_)-00o-____________________________________ ( ) / ...Put knot yore trust inn spiel chequers, two bee spelt write is naught aqueduct. ========== your original message below ========== From: Casey Duncan To: Jerry McRae on: 11:48:26 AM re: [Zope] unable to instanciate product instance wise words from Casey: CD> On Tuesday 18 December 2001 01:34 pm, Jerry McRae allegedly wrote:
Hi Zopeople,
I did a silly thing. I was testing something in my product class, and I foolish put a lambda method in my class. Consequently, the class no longer works, AND I cannot display the containing folder because it breaks trying to restore the class. I could find no related items in the list.
How do I delete items from my folder if I cannot display the folder?
--Jerry
CD> Did you try using FTP or WebDAV? CD> ftp://myzope:8021/ CD> /---------------------------------------------------\ CD> Casey Duncan, Sr. Web Developer CD> National Legal Aid and Defender Association CD> c.duncan@nlada.org CD> \---------------------------------------------------/
On Tuesday 18 December 2001 03:25 pm, Jerry McRae allegedly wrote:
Hi Casey, -
re: what you <CD> wrote Jerry on Tuesday, December 18, 2001 at 11:48 AM:
CD> Did you try using FTP or WebDAV?
CD> ftp://myzope:8021/
Thanks. I never though of that, although... ftp://127.0.0.1:8021 in IE gives me error 530, Unauthorized. OK, but it never showed the login prompt. OK, so now I have a FTP question, since I don't know much about it. How do I pass it my name and password in a browser since it doesn't prompt for it?
I have a windows ftp program (part of "Drag and File"), which I use for my web servers. I have tried hostnames 127.0.0.1, 127.0.0.1:8021, localhost, and localhost:8021. I always get "Unable to Connect", which is quite helpful :(
Zope IS running, and the monitor shows ZServer successful login when I was trying from IE, although I couldn't connect.
My broken instance is in the root folder. Could that cause a problem with ftp also?
I doubt it, but you never know.
From your browser try:
ftp://username@myzope:8021/ or from DOS try: ftp myzope 8021 This assumings you are running Zope on the FTP port it default to (8021), if not, use the port number you specified in the start script. /---------------------------------------------------\ Casey Duncan, Sr. Web Developer National Legal Aid and Defender Association c.duncan@nlada.org \---------------------------------------------------/
participants (2)
-
Casey Duncan -
Jerry McRae