RE: [Zope] FTP acquisition problem with Zope 2.10.1

2007-01-11 Thread Christian Steinhauer
>>Would someone who can reproduce this please file a bug report >>in the collector? yes would be nice to patch that in 2.10.2. I think andreas want to release the new version next week. maybe we can wait with the release. christian ___ Zope maillist

RE: [Zope] How to get the type of an object by dtml

2006-12-01 Thread Christian Steinhauer
>> Could anyone help me.. how do I use DTML to return the type of the object I'm currently working with? If you want to get the html elements likeyou should have a look at javascript - document.getElementsByTagName("p") you can cominate it with for or while loops or go directly to the ob

RE: [Zope] error with simple python script loop

2006-11-27 Thread Christian Steinhauer
>>Have you tried what I posted before? I mean try to add to your script: >>container.REQUEST.RESPONSE.setHeader('content-type', 'text/html') >> >>I'm curious if this changes anything. yes i test this and then the header is everytime 200 OK - so no problem. But i test this only with my 2 lines of

RE: [Zope] error with simple python script loop

2006-11-27 Thread Christian Steinhauer
>>> context.MailHost.send('bodytext', "[EMAIL PROTECTED]", >>"[EMAIL PROTECTED]", >>> 'subj'+str(i)) >>> ### >>> This script produces: HTTP/1.1 204 No Content >> >>Moral of the story: if you want sane things to happen, make sure your >>script returns a string output. >> >>Otherwise you risk ti

RE: [Zope] Help! Can't Log Into ZMI!!

2006-11-26 Thread Christian Steinhauer
here you can find some additional informations for zpasswd: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Security.stx search for Creating an Emergency User - cs From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Donnel

RE: [Zope] Help! Can't Log Into ZMI!!

2006-11-26 Thread Christian Steinhauer
When you have access to the ssh on your server i think you can set an 'master password' ''' The Zope administrator account is used, amongst other things, to create Zope users. One of the first things to do is change the password and add domain restriction. You can change the Zope administrator (

RE: [Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
>> >>http://www.blunck.se/iehttpheaders/iehttpheaders.html >> What a nice tool. Now more debugging with some interesting results. ### for i in range(2): context.MailHost.send('bodytext', "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", 'subj'+str(i)) ### This script produces: HTTP/1.1 204 No Content

Re: [Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
now i shrink my test script to one line ;) ### for i in range(2): context.MailHost.send('bodytext', "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", 'subj'+str(i)) ### The error occured with IE, with Firefox i cant replicate the error. Here is the output of the Z2.log when calling the script over U

RE: [Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
>>I tried to reproduce your '4 iteration' problem on my Zope 2.9.2 >>installation, but even by removing the 'return' statement I >>still got 2 loop >>iterations (and 2 emails). >> >>I have never written a python script that did not have a >>'return' statement. >>I don't know if it is mandatory

[Zope] Re: [Zope-dev] version.txt magic

2006-11-24 Thread Christian Steinhauer
>>Zope 2.9 and Zope 2.10 currently show up with "unreleased >>version" inside the control panel. App/version_txt.py tries >>to read the file lib/python/Zope2/version_txt. This file is >>usually created by the 'makefile'. The makefile of Zope 2.9 >>create the file in the proper location however

Re: [Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
>>I just cut and pasted your code into a python script on my >>Zope installation >>(2.9.2) and it worked as expected (ie. 2 emails sent). So >>something is >>pooched in your installation. >> >>A quick way to check to see if your script is looping more >>than you expect >>is to do something li

Re: [Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
>>As I said in the tracker, no one can help you if you don't >>actually give us the full traceback and exception that you got. There is no traceback, i got no error - thats why i have post it into bug tracker. I spoke to many people but no one can tell me why it occured. The most said that it

[Zope] error with simple python script loop

2006-11-24 Thread Christian Steinhauer
I have an problem with this little script. The script is in the zope file structure and it is an -Script (Python)- The script should send 2 emails over the mailhost, but it sends 4 emails. I have test this with maildrophost product too, same problem. I have test it on Zope 2.10.0 and Zope 2.64. T

[Zope] Error Value: domains

2005-06-04 Thread Know-iT - Christian Steinhauer
Hello zope list, i have an zope server with 5 instances. Now on 1 instance there is an error on the acl_users folder. Everytime i click on a user in the folder to edit him there occureres this error: - My error: - Error Type: Attribu