[Zope] Re: from REQUEST not shown in tag if it has spaces??

2005-08-04 Thread Josef Meile
Hi Thomas, When i just use it as everything is ok. When i use it like : >, i get everything until the first space. For example from "select * from mytable" i get "select". I'm not sure, but don't you need to enclose it with double quotation marks? Something like this: You can also try: R

Re: [Zope] Is it possible to add fields to the user registration in zope and plone?

2005-08-04 Thread Peter Bengtsson
Yeah, you need to do some programming. Look at Chris Withers' SimpleUserFolder product. On 8/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi-Does anyone know > if you can you can alter the user registration process in plone and zope to > create extra user entry fields? Basically altering

[Zope] Is it possible to add fields to the user registration in zope and plone?

2005-08-04 Thread michael . milne
Hi-Does anyone know if you can you can alter the user registration process in plone and zope to create extra user entry fields? Basically altering the zope database. ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

[Zope] Re: FTP Failures on new install

2005-08-04 Thread Steve McMahon
Switching to python 2.4.1 cured the problem. Steve McMahon wrote: I've having trouble getting FTP working on a new Zope install. All other Zope functions appear normal, but I'm unable to transfer files _to_ Zope via FTP. I can use FTP to download files from the Zope server and can create new d

[Zope] Re: FTP Failures on new install

2005-08-04 Thread Steve McMahon
Sorry, I should have mentioned that there are no traces of the problem in the error log. Z2.log entries look routine, except for the ftp error itself. Dieter Maurer wrote: Steve McMahon wrote at 2005-8-4 08:28 -0700: I've having trouble getting FTP working on a new Zope install. All other Zo

Re: [Zope] (1 conflicts since startup at 2005-08-04T14:45:39)

2005-08-04 Thread Dieter Maurer
Garito wrote at 2005-8-4 14:11 +0200: >Our problem is we create some archetypes and in some parts of our >structure if we try to create some object the computer cpu grows to 100% >and raises > >2005-08-04T15:01:02 INFO(0) ZODB conflict error at >/VirtualHostBase/<>/createObject (1 conflicts >si

Re: [Zope] Installation of login_html Fails

2005-08-04 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2005-8-3 21:21 -0600: > ... >I cannot figure out what permissions to give folders/objects that will allow >Zope to add the login-html file programatically. It depends on the type of object you want to add. Adding is usually protected by a permission of the form "Add XX

Re: [Fwd: Re: [Zope] test for the existence of a nodeValue]

2005-08-04 Thread Dieter Maurer
Jon Bowlas wrote at 2005-8-4 10:31 +0100: > ... >But I still cant get it to work. I've changed my get_attributes.py script >to this: > >if not attobject: >return '' >version = attobject.get_viewable() >nodes = version.content.documentElement.getElementsByTagName(attname) if >not nodes: >ret

Re: [Zope] FTP Failures on new install

2005-08-04 Thread Dieter Maurer
Steve McMahon wrote at 2005-8-4 08:28 -0700: >I've having trouble getting FTP working on a new Zope install. All other >Zope functions appear normal, but I'm unable to transfer files _to_ Zope >via FTP. I can use FTP to download files from the Zope server and can >create new directories on the s

Re: [Zope] Nothing in undo list

2005-08-04 Thread Dieter Maurer
robert rottermann wrote at 2005-8-4 06:21 +0200: > ... >I created a folder and added a acl_users. > >When a user from this acl_users logs in and manipulates things in Zope >and Plone >he can not see anything in the undo_list. >If I enter as a user that is declared in the root acl_users he can see

RE: [Zope] zserver blocking behavior with a slow request

2005-08-04 Thread Dieter Maurer
Jim Abramson wrote at 2005-8-3 14:57 -0400: > ... >Interesting. Are you aware if your colleagues' was a python(/dcoracle2) >app? Yes -- on Windows (I think) -- Dieter ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

Re: [Zope] Installation of login_html Fails

2005-08-04 Thread ktmi
In case anyone is interested, using the python code below won't copy the file unless the "View" Security permission on "login_html" is turned on for Anonymous... Then to protect the page from other Anonymous visitors, I have to manually turn off the "View" Security settings of "login_html" afte

[Zope] FTP Failures on new install

2005-08-04 Thread Steve McMahon
I've having trouble getting FTP working on a new Zope install. All other Zope functions appear normal, but I'm unable to transfer files _to_ Zope via FTP. I can use FTP to download files from the Zope server and can create new directories on the server. But attempts to transfer files to the ser

Re: [Zope] localhost:8080 not found on windows

2005-08-04 Thread michael nt milne
Hi Thanks for the advice. Yes I've looked at everything mentioned here. Localhost is in the hosts file. Zope has started as a service. I've changed the hosts file to include localhost:8080/manage etc. Yes this is a set-up on Windows Small Business Server and it also has an Exchange webmail servic

Θέμα: Re: [Zope] fro m REQUEST not shown in tag if it has spaces??

2005-08-04 Thread Thomas Apostolou
--- Tino Wildenhain <[EMAIL PROTECTED]> έγραψε: > > Yes, you should write HTML when you want HTML ;) > This means, attribute values in HTML are supposed > to be in " " > (See the HTML source in your Browser when you > display > the page and you will know what I mean :) > > So, if you really wan

Re: Re: [Zope] Cannot pass parameters to Externa Method From inside a DTML Method

2005-08-04 Thread Thomas Apostolou
> This is not a good idea anyway. > 1) it lets every user knowing the external method >connect to every database on your host (depending > >on credentials if any) > > 2) even worser it enables the user to issue any >raw SQL string to the database, including but not >limited to DRO

[Zope] (1 conflicts since startup at 2005-08-04T14:45:39)

2005-08-04 Thread Garito
Hi all! We have: Zope Version (Zope 2.7.4-0, python 2.3.4, linux2) Python Version 2.3.4 (#1, May 19 2005, 17:40:30) [GCC 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7. System Platform linux2 and Archetypes 1.3.2-final CMF 1.4.7 Epoz 0.9.0

Re: [Zope] PUT_factory fight

2005-08-04 Thread Garito
Dieter Maurer escribió: Garito wrote at 2005-8-2 12:34 +0200: ... Could anyone find the mistake? You forgot to tell us what problem you observe... You say "you were fighting" but that is not enough. What happened precisely? Sorry Dieter It seems it's a problem with PUT_factory

Re: [Zope] Cannot pass parameters to Externa Method From inside a DTML Method

2005-08-04 Thread Tino Wildenhain
Am Donnerstag, den 04.08.2005, 11:31 +0100 schrieb Thomas Apostolou: > I have in my "Extensions" folder the file > "TestODBCEM.py" witch contains the following code to > select and return 40 rows by 8 columns of a query: > > > def TestODBCEM(self, sysDSN="defDSN", usr="defUsr", > mypass="defPass"

Re: [Zope] from REQUEST not shown in tag if it has spaces??

2005-08-04 Thread Tino Wildenhain
Am Donnerstag, den 04.08.2005, 11:33 +0100 schrieb Thomas Apostolou: > Hello everybody, > > Im using Zope 2.7.0 on Windows XP Pro. > I pass some parameters from a form to a DTML method. > Inside that method i try to get the parameters with > ( sSQL is the "name" of the submiting > form's field).

[Zope] from REQUEST not shown in tag if it has spaces??

2005-08-04 Thread Thomas Apostolou
Hello everybody, Im using Zope 2.7.0 on Windows XP Pro. I pass some parameters from a form to a DTML method. Inside that method i try to get the parameters with ( sSQL is the "name" of the submiting form's field). When i just use it as everything is ok. When i use it like : >, i get everything u

[Zope] Cannot pass parameters to Externa Method From inside a DTML Method

2005-08-04 Thread Thomas Apostolou
I have in my "Extensions" folder the file "TestODBCEM.py" witch contains the following code to select and return 40 rows by 8 columns of a query: def TestODBCEM(self, sysDSN="defDSN", usr="defUsr", mypass="defPass", sSQL="SELECT * FROM defTable", xx=40, yy=8): id = self.id import dbi imp

[Fwd: Re: [Zope] test for the existence of a nodeValue]

2005-08-04 Thread Jon Bowlas
Thanks Dieter, But I still cant get it to work. I've changed my get_attributes.py script to this: if not attobject: return '' version = attobject.get_viewable() nodes = version.content.documentElement.getElementsByTagName(attname) if not nodes: return '' nodeValue = nodes[0].childNodes[0

Re: [Zope] MVC Approach

2005-08-04 Thread bruno modulix
Thomas Adams wrote: > Hi all, > > I'm a newbie to Zope, using version 2.7.3 (okay it is not the newest one) > and I want to know if there is something > like a MVC approach available for Zope, i.e. Model-View-Controller > approach, as it is for instance in Java with the Struts framework from > Ap

Re: [Zope] MVC Approach

2005-08-04 Thread Peter Sabaini
On Wednesday 03 August 2005 22:06, Thomas Adams wrote: > Hi all, > > I'm a newbie to Zope, using version 2.7.3 (okay it is not the newest one) > and I want to know if there is something > like a MVC approach available for Zope, i.e. Model-View-Controller > approach, as it is for instance in Java wi

Re: [Zope] How to instruct my Zope to use another pytrhon than the one it was budled with.

2005-08-04 Thread tomatbiz-tominfo
Thank you Puttaraju that was very good. I thought it would be something like this but I am a rookie-Zope so I can now go on and try with more confidence. Thank you Jim Abramson that was also some good piece for me. I will have it in mind. I 'll try it some weekend and give you the feedback he