I'm running Zope 2.1.6 on Linux. I'm playing with both IE and Netscape, latest versions. I've just created my first Product/ZClass, Widget. When adding the ZClass I used CatalogAware and ObjectManager as base classes and had Zope create the constructor objects. I can now Add a Widget to a folder. Very cool. Here's my problem: I have now edited the Widget_addForm method and pressed the change button but I do not see the changes when I attempt to Add a new Widget to a folder. I have gone back to the method text and the changes I made are still there. I have turned off all caching in my browsers and hit the refresh button on every page I can think of. Here's my question: How dumb am I? Help! Scott B. Burchill \:)> /:(>
Screwed up my Zope installation.... How do I remove the bits and pieces from an NT server and start fresh... Seems like their would be some crucial registry fixes to attend to. ----- Original Message ----- From: "Burchill, Scott B." <sburch@ordway.org> To: <zope@zope.org> Sent: Tuesday, May 16, 2000 2:24 PM Subject: [Zope] Newbie ZClass question
I'm running Zope 2.1.6 on Linux. I'm playing with both IE and Netscape, latest versions.
I've just created my first Product/ZClass, Widget. When adding the ZClass I used CatalogAware and ObjectManager as base classes and had Zope create the constructor objects. I can now Add a Widget to a folder. Very cool.
Here's my problem:
I have now edited the Widget_addForm method and pressed the change button but I do not see the changes when I attempt to Add a new Widget to a folder. I have gone back to the method text and the changes I made are still there. I have turned off all caching in my browsers and hit the refresh button on every page I can think of.
Here's my question:
How dumb am I?
Help!
Scott B. Burchill \:)> /:(>
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
In article <000f01bfbf61$b4972340$b774f6ce@ihosts.net>, J. Michael Mc Kay <admin@ihosts.net> writes
Screwed up my Zope installation.... How do I remove the bits and pieces from an NT server and start fresh... Seems like their would be some crucial registry fixes to attend to.
The only thing that needs to be fixed is if you installed Zope as an NT service. You can use the same name for installation and it will still work. -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Zope and Interbase
...run multiple instances of Zope on an NT machine? I guess I should ask first if anyone has been successful getting thier NT Web Server to handle authentication/authorization to zope users via pcgi? I'm not running IIS but I imagine the problems are similar. I'm using Oreilly's Website Pro and have asked about this here before. I want users to be able to log on to thier zope projects or zope products. A manager should be able to get to the management area and say, a squishdot admin should be able to review articles and any portal member should be able to log-in via the front end server...... I seem to be finding just enough info to keep me trying.....but no successes. I would appreciate hearing any NT server solution(s) to this. I'm stuck... Thanks for any help on this... hisnibs
...run multiple instances of Zope on an NT machine? I guess I should ask first if anyone has been successful getting thier NT Web Server to handle authentication/authorization to zope users via pcgi? Yes and no. One of our servers is currently quite happily running two copies of Zope behind Apache. Several different virtual hosts are then redirected to one or other of the Zope servers. We aren't using PCGI though, instead we are using the PROXYPASS feature in Apache coupled with SiteAccess in Zope.
-- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan
Hi Duncan, Thanks..... I am just trying to get some ideas of what others are doing. I run WebSite Pro. Generally anthing I want to do is no sweat to implement. I am hoping that if my eyes are opened to other's solutions I will be able to figure this out. ----- Original Message ----- From: "Duncan Booth" <duncan@rcp.co.uk> To: "J. Michael Mc Kay" <admin@ihosts.net>; <zope@zope.org> Sent: Thursday, May 18, 2000 5:29 AM Subject: Re: [Zope] Has anyone...?
...run multiple instances of Zope on an NT machine? I guess I should ask first if anyone has been successful getting thier
NT
Web Server to handle authentication/authorization to zope users via pcgi? Yes and no. One of our servers is currently quite happily running two copies of Zope behind Apache. Several different virtual hosts are then redirected to one or other of the Zope servers. We aren't using PCGI though, instead we are using the PROXYPASS feature in Apache coupled with SiteAccess in Zope.
-- Duncan Booth duncan@dales.rmplc.co.uk int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3" "\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure? http://dales.rmplc.co.uk/Duncan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Burchill, Scott B. -
Duncan Booth -
Graham Chiu -
J. Michael Mc Kay