Re: [Zope] Zope2 - pro/contra

2015-03-16 Thread robert rottermann
I just had to port an Intranet to modern hardware/Linux that has been created in 1996 using plain zope and has been programmatically untouched since 2001. The Intranet is rather complex and provides a kind of ERP on very technical data. The application consist of some 1000 little dtml scripts

Re: [Zope] SQL and Python Products

2013-01-16 Thread robert rottermann
Hi Luiz, use sqlalchemy together with z3c.saconfig. Powerfull, flexible, easy to use .. And in martin aspelis book is a chapter how to use them .. robert On 01/16/2013 07:34 PM, Luiz Pasqual wrote: Hi, We are trying to migrate a very old application on Zope 2.9, first we thought to migrate

Re: [Zope] path of a fileupload instance

2012-11-14 Thread robert rottermann
to my knowledge, for security reason no modern browser submits the path anymore. If you need the path, you have to create your own file uploader or use a tool like uploadify (http://www.uploadify.com) I *think* javascript gets you access to the full path. robert On 11/14/2012 08:35 AM, Kees de

Re: [Zope] CMF -?- Zope

2011-06-23 Thread robert rottermann
as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT cd NAMEOFNEWBUILDOUT python2.6 bootstrap bin/buildout and your new site is ready to start with bin/instance fg point your browser at

Re: [Zope] CMF -?- Zope

2011-06-23 Thread robert rottermann
On 23.06.2011 16:14, Eric d'Halibut wrote: On 6/23/11, robert rottermannrob...@redcor.ch wrote: as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT This last command gives me a sternly-worded, and

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-18 Thread robert rottermann
On 17.06.2011 23:57, Jason J. W. Williams wrote: Hello, Currently, we have a Portal that was built starting in 2004 before buildout was available, so our development method has been to export and import from the Zope2 WebUI for deployment. That's been a real pain and since we've automated

[Zope-dev] plone 4.1: can not access plone 3.5 site after startup

2011-03-02 Thread robert rottermann
Hi there, I created a 4.1a3 buildout and added all needed products, of which I had to adapt some to be able to start at all. Then I copied the data.fs of a 3.5x site. Now in the ZMI, when I want to navigate to the plone 3.5 folder I get the following error: What can I do to fix that? Do I have

Re: [Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread robert rottermann
Am 02.12.2010 18:53, schrieb Brian Sullivan: Somehow in testing use of ExternalEditor product I have set the WebDAV lock on a file. The problem is that the lock doesn't seem to appear in the list of locks from the Control Panel, nor does it clear on a restart. I am at loss -- how do I proceed?

Re: [Zope] Date utility for Zope (V2)

2010-11-09 Thread robert rottermann
Am 10.11.2010 02:00, schrieb Brian Sullivan: I guess I having a mental block then. To use it from what I know I would have create a Zope 2 product from it somehow or create callable scripts in the ZMI from the provided code. Neither seems reasonable. Is there other way to use the code that I

Re: [Zope] commit problems psycopg

2010-08-23 Thread robert rottermann
fyou probably need to commit the data ?? robert Am 23.08.2010 18:24, schrieb Richard Harley: We have had a problem with postgresql 8.3 on a Windows server 2008. I wonder whether there has been any other experiences like this. We have connected to Potsgres from Zope via a Psycopg

Re: [Zope] Storing DTML in SQL

2010-08-19 Thread robert rottermann
Am 18.08.2010 18:56, schrieb Andrew Milton: +---[ robert rottermann ]-- | I think storing dtml in a db is wrong by design. | I do lots of dynamic websites that are generated from external data. | i had no need for a single line of dtml yet ... I've seen it used a lot

Re: [Zope] Storing DTML in SQL

2010-08-19 Thread robert rottermann
By far the majority of new deployments use zope 2 though... of course. zope 2 does use 5 which is a zope2/3 bridge. plone is VERY zope3/five based .. ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] Storing DTML in SQL

2010-08-18 Thread robert rottermann
I think storing dtml in a db is wrong by design. I do lots of dynamic websites that are generated from external data. i had no need for a single line of dtml yet ... robert Am 18.08.2010 18:38, schrieb Andrew Milton: +---[ Garry Saddington ]-- | Andrew Milton wrote: |

Re: [Zope] string formatting

2010-08-15 Thread robert rottermann
Am 14.08.2010 22:23, schrieb Jaroslav Lukesh: DTML is your friend, not evil. JL. when I was a kid I used to spend my holidays with my grandfather. he was an old farmer and used to work with horse and carriage. it was great and I loved the horses..

Re: [Zope] long running methods

2010-05-20 Thread robert rottermann
Am 20.05.2010 19:34, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 16:05, schrieb Jürgen Herrmann: On Thu, 20 May 2010 15:59:58 +0200, Patrick Gerken do3cc...@googlemail.com wrote: On Thu, May 20, 2010 at 14:18, Jürgen Herrmann juergen.herrm...@xlhost.dewrote: hi there! as our

Re: [Zope] long running methods

2010-05-20 Thread robert rottermann
Am 20.05.2010 21:01, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 20:04, schrieb robert rottermann: Am 20.05.2010 19:34, schrieb Maik Derstappen, Derstappen IT: Am 20.05.2010 16:05, schrieb Jürgen Herrmann: On Thu, 20 May 2010 15:59:58 +0200, Patrick Gerken do3cc

[Zope-DB] ConnectionStateError when accessing properties

2010-05-05 Thread robert rottermann
Hi there, in a plone site where Data is partially maintained in a mysql db, I get a ConnectionStateError when I try to access properties on the sit. the error is as follows: Time2010/04/25 15:10:28.998 GMT+2 User Name (User Id) beat (beat) Request URL

[Zope-DB] ConnectionStateError when accessing properties

2010-04-26 Thread robert rottermann
Hi there, in a plone site where Data is partially maintained in a mysql db, I get a ConnectionStateError when I try to access properties on the sit. the error is as follows: Time2010/04/25 15:10:28.998 GMT+2 User Name (User Id) beat (beat) Request URL

Re: [Zope-dev] Stepping back as Zope 2 release manager

2010-01-11 Thread robert rottermann
many thanks for the tremendous work you have done. I always wondered how long your days must be .. robert ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] New Zope 3 name: BlueBream

2010-01-04 Thread robert rottermann
Am 05.01.2010 08:13, schrieb Jan Ulrich Hasecke: Am 05.01.2010 um 00:43 schrieb Hermann Himmelbauer: Although I tend to give you right, as probably no one will get the fish connection and therefore a new name has to be raised up, I vote for BlueBream, as this indicates something very new,

Re: [Zope] ZopeProfiler uninstall

2009-12-01 Thread robert rottermann
Gaute Amundsen schrieb: We have ZopeProfiler 1.72 installed on a site (Zope 2.7.5-1.fc3) that don't need it anymore. I've removed the folder and deleted the product, but I cant' find a way to remove it form the controlpanel. I notice it's been asked once before, but I cant find any replies.

Re: [Zope] [Zope-Annce] ZClasses resurrected

2009-10-04 Thread robert rottermann
this is great, I never used ZClasses. But I really cherish that somebody did speak up and keeps on giving suport to parts of the zope ecosystem the rest of the community stopped to maintain. robert Dieter Maurer wrote: The Zope developers have ripped out the ZClasses functionality from the Zope

Re: [Zope-dev] Subversion externals versus mirroring

2009-09-09 Thread robert rottermann
Martijn Faassen schrieb: Hi there, Christian Theune wrote: a long-standing issue with our mirror of svn.zope.org are the absolute URLs of externals: they require the repository to be available on a given URL. I propose to use relative URLs for externals. I guess a complete update isn't

Re: [Zope] how get a relative root from

2009-08-20 Thread robert rottermann
if you look in the request, there is PATH_INFO from which you can deduct the path you are using. robert Miguel Beltran R. schrieb: Hi list how can do a script what return the relative parent from it self? I use virtual_hosting and because a configuration I need access to my site like

Re: [Zope] problem with commits in SQLAlchemyDA

2009-08-17 Thread robert rottermann
I do not see any reference to mark_changed you have to call it before any transaction.commit() to tell the zope transaction machinery that it has to commit you changes also. robert Maric Michaud schrieb: Hi all, I wanted to use SQALchemyDA with a standalone Zope 2.11 (we only depends on

Re: [Zope] problem with commits in SQLAlchemyDA

2009-08-17 Thread robert rottermann
Maric Michaud schrieb: robert rottermann a écrit : I do not see any reference to mark_changed you have to call it before any transaction.commit() to tell the zope transaction machinery that it has to commit you changes also. robert In fact, what I understood

Re: [Zope-dev] RFC: Site - Locus

2009-05-28 Thread robert rottermann
One reason Locus might be a bad word is because it's easily confused with Location, a concept we already have. an other one is that in german locus is often used for a place where you sit down and use paper to clean your back afterwards.. robert

Re: [Zope-dev] ZTK futures: one big package?

2009-05-12 Thread robert rottermann
chris you have *exactly* mirrored my feelings as a longtime zope2 user/application developer getting in touch with plone3/five. now after a year digging in it I still am not free of it thanks a lot robert Chris McDonough schrieb: I realize now that I've neglected to give sufficient reasoning

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
Sandrine Meyantchop schrieb: Hello, i want to know how i can convert a ComputedAttribute Object to a String. I have exactly the problem explain here: http://www.zope.org/Collectors/Ape/19 but i want to have a string in state of a ComputedAttribute Object. Any Ideas?? Sandra

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
Sandrine Meyantchop schrieb: i have only try with str, but the problem is that i want to have for example the title but str(self.title) return ComputedAttribute object at 0xb7cdb8a0. self.title() ?? --- En date de : *Lun 27.4.09, robert rottermann /rob...@redcor.ch/* a écrit : De

Re: [Zope-dev] ComputedAttribute Object

2009-04-27 Thread robert rottermann
I do not know try Title Title() ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

[Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument within the intranet to a colleague. if that colleague clicks on the link while *not logged* into the intranet she is

Re: [Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
oh, I am using plone 2.5x here with Zope 2.9.8-final, python 2.4.6, linux2 robert robert rottermann schrieb: Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument

Re: [Zope] problem accessing object as anonymous

2009-04-22 Thread robert rottermann
robert rottermann schrieb: Hi there, I try to find out, why in an intranet accessing an object from a link sendt by email is not possible. situation: a user from a plone intranet sends a link to a dokument within the intranet to a colleague. if that colleague clicks on the link while

Re: [Zope] [Zope-dev] Zope 4.0, maybe not such a bad idea...

2009-04-13 Thread robert rottermann
Hi there, this is an email I wanted to write for several times in the past. I find it very sad, that grown up people that are extremely knowledgeable and the source of lots of incredibly helpful advice *nobody* else seems to be able or willing to give, contributers of a wealth of tools the whole

Re: [Zope-dev] naming Zope

2009-04-08 Thread robert rottermann
I see no reason at all to rename anything. remeber the days when there was dBase3. and then dBase4 came allong. technically better but never took off ? To the day things are either dBase or dBase3 compatible. A simmilar situation we have with Zope. Like dBase, Zope is a base technology. How its

Re: [Zope] Mod_Rewrite port 8080

2009-04-06 Thread robert rottermann
Bobby schrieb: Hi, I want to use mod_rewrite on Apache to redirect http://internal:80/internal to http://internal:8080/internal so that when the user request http://internal:80/internal, the Zope folder foo will be served up. I still want http://internal:80/ to stay intact so that the

Re: [Zope] znolk wizard

2009-04-04 Thread robert rottermann
Chris Withers schrieb: Carsten Senger wrote: Times are fast moving. Interesting to see such interests in something ancient to start an excavation ;-) Znolk 0.1.9 is hidden on zope.org. http://www.zope.org/Members/zwork/Znolk_SQL_Wizard/default I think 0.2 was developed at bluedynamics

Re: [Zope] znolk wizard

2009-04-02 Thread robert rottermann
take collective.mercury this generates intterfaces from every table. with such an interface yaou need only a couple of lines to build an edit form for every table. somethings like: class DeclarationKLView(formbase.PageForm): form_fields = form.Fields(ItblDeclaration_klTable) ignoreContext

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread robert rottermann
thedag...@gmail.com schrieb: make that: LocalFS hasn't been updated since 2006. it still works fine, there is only a line you have to change in its code where it pulls in security from cmf to some other cmf module. when starting up cmf tells you what is wrong. so its really easy to fix. robert

Re: [Zope-dev] Overhauling the Zope 2 presentation on zope.org

2009-02-22 Thread robert rottermann
hi andreas, thank you very much for your efforts Concerning the look feel: unless someone volunteers for taking over the responsibility for providing a Plone theme, I will step forward trying to coordinate this with the design efforts that are currently in progress for the relaunch of

Re: [Zope-dev] zope2docs

2009-02-21 Thread robert rottermann
thanks a lot for the effort that has been put into the new zope documentation. I have a litte wish: the colors of the index (light green on whit) is uncomfortable to my eyes and hard to read. maybe this could be changed to a more contrasting combination? robert Andreas Jung schrieb: -BEGIN

[Zope-DB] assigning db engine dynamically/conditionally in tests

2009-01-15 Thread robert rottermann
Hi there, I am using z3c.saconfig and zope.sqlalchemy to access an relational db. Now I would like to use a different db schema for the test than for the real thing. I am usin a zcml stanza to define the the db: configure xmlns=http://namespaces.zope.org/zope;

Re: [Zope] sorting ids in python

2008-12-11 Thread robert rottermann
Garry Saddington schrieb: On Tuesday 09 December 2008 03:15, Andreas Jung wrote: On 08.12.2008 21:11 Uhr, robert rottermann wrote: Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document

Re: [Zope] generic setupworkflow: how to add to binding??

2008-12-08 Thread robert rottermann
thanks Jean-Michel, Jean-Michel FRANCOIS schrieb: bindings default bound-workflow workflow_id=simple_publication_workflow/ /default type type_id=File bound-workflow workflow_id=myworkflow/ /type this unfortunately *replaces* the entries in the binding. I would

Re: [Zope] sorting ids in python

2008-12-08 Thread robert rottermann
Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document','ZipFolder','File','Image']): objs=context.objectValues(['Folder', 'DTMLDocument','ZipFolder','File','Image']) objs.sort() for o in objs:

Re: [Zope] sorting ids in python

2008-12-08 Thread robert rottermann
Andreas Jung schrieb: On 08.12.2008 21:11 Uhr, robert rottermann wrote: Garry Saddington schrieb: Can anyone help me sort the following by id in a python script? for object in context.objectValues(['Folder', 'DTML Document','ZipFolder','File','Image']): objs=context.objectValues(['Folder

Re: [Zope] How manage error with zsql

2008-12-06 Thread robert rottermann
hi, I think you should write in a python script: try: result = context.insert_data.zsql msg = 'data inserted' except ZeroDivisionError: msg = 'ZeroDivisionError occured' return msg and in your tal you write: div tal:content=context/MyPythonscript /div allways try to put

[Zope-DB] how to access database declared in configure.zcml

2008-10-31 Thread robert rottermann
Hi there, I am using collective tin. the new version users z3c.saconfig. to use it I have to declare the database in the configure.zcl like this: db:engine name=declarations.database url=mysql://[EMAIL PROTECTED]/energie echo=True / db:session name=energiecluster.eccontent.platforms

Re: [Zope] Zope error getting Plone running on HP UX

2008-09-13 Thread robert rottermann
I have not been near HP UX for more than 10 years.. but why dont you install zope plone from scratch? this is very easy and done in less than an hour. you then should have much more controll on what is happening when running zope/plone. start with installing: - easy_install - ZopeSkell and the

Re: [Zope] zexp import fails from linux to windows due to image file paths

2008-07-16 Thread robert rottermann
Richard Ettema schrieb: Hi, I have an old zope based site that was hosted on a linux machine that was exported to a zexp. i am trying to import it onto a windows machine to fix up and upgrade the site. the windows machine is setup wth the identical products etc. The problem is the image file

[Zope] how to unindex an non existing (deleted)object

2008-06-24 Thread robert rottermann
Hi there, Sometimes a catalog query returns brains that point to non existing objects. how can I remove such brains from the index programmatically without using the portal_catalag/advanced/update tab? thanks robert ___ Zope maillist -

Re: [Zope] how to unindex an non existing (deleted)object

2008-06-24 Thread robert rottermann
Martijn Jacobs schrieb: robert rottermann wrote: Hi there, Sometimes a catalog query returns brains that point to non existing objects. how can I remove such brains from the index programmatically without using the portal_catalag/advanced/update tab? thanks robert If you want to call

Re: [Zope] Re: how to unindex an non existing (deleted)object

2008-06-24 Thread robert rottermann
Daniel Nouri schrieb: robert rottermann writes: Sometimes a catalog query returns brains that point to non existing objects. how can I remove such brains from the index programmatically without using the portal_catalag/advanced/update tab? brain.aq_parent._catalog.uncatalogObject

[Zope] not possible to download anything

2008-06-13 Thread robert rottermann
Hi there, after the dislocation of the zope servers zope.org is reachable again from where I am (switzerland) however it is not possible to download anything. robert ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] statistics and click analysis for a plone site

2008-06-02 Thread robert rottermann
Hi there, for a Client using a plone2 intranet (with no access from the outside world) I installed awstat to track the usage of the intranet. now I wonder how meningfull such statisics are. The intranet usage is roughly as follows: - user logs into the intranet authenticating against a

Re: [Zope] statistics and click analysis for a plone site

2008-06-02 Thread robert rottermann
Andreas Jung schrieb: --On 2. Juni 2008 07:22:06 -0400 Tom Von Lahndorff [EMAIL PROTECTED] wrote: Highly recommend Google Analytics: http://www.google.com/analytics/ I've used it myself to track usage for a zope intranet which is only accessible on an internal network. Do you really want

Re: [Zope] statistics and click analysis for a plone site

2008-06-02 Thread robert rottermann
Tom Von Lahndorff schrieb: Highly recommend Google Analytics: http://www.google.com/analytics/ I've used it myself to track usage for a zope intranet which is only accessible on an internal network. On Mon, Jun 2, 2008 at 6:52 AM, robert rottermann [EMAIL PROTECTED] wrote: thanks

[Zope] buildout for plone2.5: paster creates bad zcml

2008-05-28 Thread robert rottermann
Hi there, I try to use paster for a plone 2.5 site. this is what I have done: paster create -t plone2.5_buildout plone2 executed bootstrap and buildout then in src: paster create -t plone2.5_theme x.y which I added to the buildout.cfg like so: [buildout] ... eggs = elementtree x.y

Re: [Zope] buildout for plone2.5: paster creates bad zcml

2008-05-28 Thread robert rottermann
for the record: I found a way to fix this by using a newer five versin. I added: urls = http://codespeak.net/z3/five/release/Five-1.4.4.tgz in the buildout.cfg. it would be much nicer, to have the buildout recipes fixed robert robert rottermann schrieb: Hi there, I try to use paster

Re: [Zope] Check for currently loged in users

2008-04-29 Thread robert rottermann
vaibhav pol schrieb: Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same . to my knowledge there is no such tool. the logged in user is not a state kept by the

Re: [Zope] zopedown

2008-04-26 Thread robert rottermann
I remeber a similar situation some times ago with a customer. them one of the apache logs grew to a size of 2gig wich was the maximum size apache can handle. it just stoped to process any request. deleting the log file was enough to have everything working robert Ben schrieb: A Zope server

Re: [Zope] zeo configuration HOWTO

2008-04-22 Thread robert rottermann
David Bear schrieb: I'm trying to find more documentation about all the configuration parameters for a zeo.conf I *believe* on plope.org there was an introduction to it with some more parameters explained. Namely, I have a zope with multiple zodb's and mount points. I am trying to learn

[Zope] Re: [Plone-developers] the grand reunion

2008-04-14 Thread robert rottermann
Rudá Porto Filgueiras schrieb: On Fri, Apr 11, 2008 at 1:23 PM, Florian Friesdorf [EMAIL PROTECTED] wrote: Hi Robert, On Fri, Apr 11, 2008 at 04:04:43PM +0200, robert rottermann wrote: hi yuri, when setting up a zope/zeo task and everything was still a bit of a challenge (at least

[Zope] Re: [Plone-developers] the grand reunion

2008-04-11 Thread robert rottermann
hi yuri, when setting up a zope/zeo task and everything was still a bit of a challenge (at least to me) we tended to have everything in one big instance that served some 20 low traffic sites. since then setting up a site with all the tools it needs has become a trivially easy and quick to

Re: [Zope] Re: zip files corrupted with IE when opened, fine when downloaded

2008-03-19 Thread robert rottermann
Maurits van Rees schrieb: robert rottermann, on 2008-03-17: Hi there, we have a problem with an intranet that runs using plone 2.5.3 when users using IE want to open a zip file from the intranet by using the open option from the download dialog they get winzip complaining that the file

Re: [Zope] zip files corrupted with IE when opened, fine when downloaded

2008-03-19 Thread robert rottermann
Chris Withers schrieb: robert rottermann wrote: Hi there, when users using IE want to open a zip file from the intranet by using the open option from the download dialog they get winzip complaining that the file is corrupted. if they select save from the same dialog they can open the zip

[Zope] zip files corrupted with IE when opened, fine when downloaded

2008-03-17 Thread robert rottermann
Hi there, we have a problem with an intranet that runs using plone 2.5.3 when users using IE want to open a zip file from the intranet by using the open option from the download dialog they get winzip complaining that the file is corrupted. if they select save from the same dialog they can open

Re: [Zope] zip files corrupted with IE when opened, fine when downloaded

2008-03-17 Thread robert rottermann
thanks Jim I'll try that robert Jim Washington schrieb: Jim Washington wrote: robert rottermann wrote: Hi there, we have a problem with an intranet that runs using plone 2.5.3 when users using IE want to open a zip file from the intranet by using the open option from the download dialog

Re: [Zope] Re: Zope Zeo Performance

2008-03-15 Thread robert rottermann
FuBuJo schrieb: I apologize that my description was so confusing. I appreciate the feedback and so would like to clarify. The diagram is how the traffic flows. So we have: Step 1 - a Load Balancer that passes traffic to Apache Step 2 - Apache which uses mod_proxy to obfuscate the URL and

[Zope] zope starts in foreground but not normaly

2008-03-11 Thread robert rottermann
Hi there, after a software upgrade (system and zope/plone) we have a strange problem. we have an old site that runs under plone 2.1 Zope-2.8.9-final python 2.3.5 when I start it in the foreground with bin/zopectl fg everything works fine. if I however start it with bin/zopectl start bin/zopectl

Re: [Zope] zope starts in foreground but not normaly

2008-03-11 Thread robert rottermann
Chris Withers schrieb: robert rottermann wrote: [EMAIL PROTECTED]:~ instances/kanneweb3/bin/zopectl status daemon manager running; daemon process not running [EMAIL PROTECTED]:~ I see no entries in the logs, so I have no idea where to look. Check the ownership of the log files. When

Re: [Zope-DB] Help me.

2008-03-11 Thread robert rottermann
Cu Vinh Loc schrieb: Dear friends, I am using plone for deploying the website, but I have some problems such as: - Using relational (internal) database Gadfly database: I do not know where the database is stored in the Zope. Can I manipulate directly this database visual? -

Re: [Zope] Happy Valentine's Day from Zwiki HQ

2008-02-15 Thread robert rottermann
Simon Michael schrieb: Hello Zopistas.. a happy Valentine's day to all! as martin said (or hinted) before me, a new wiki solution needs to be seamlessly integratable into plone. I like zwiki very much and still use it often. but rarely in new projects. the userinterface is to different from

[Zope-PAS] zmi navigation very slow when using LDAPMultiplugins

2008-01-21 Thread robert rottermann
Hi there, we support a plone-based intranet that authenticates against an ActiveDirectory-Domain. As long as a user is logged into the plone-site this works fine. However, the patches for LDAPMultiplugins that are needed for plone make the installation of a LDAPMultiplugins into Zopes's root

Re: [Zope] Accessing Zope REQUEST data from a Python module

2007-12-06 Thread robert rottermann
hi ken, very often you can replace context with self. so instead of context.REQUEST you use self.REQUEST. robert Ken Winter schrieb: I'm customizing a product. To do what I'm trying to do, I need to be able to access REQUEST data from within a Python module (not a script; a .py file containing

Re: [Zope] is it possible to bypass ZSQL methods and callstoredprocedures in sqlserver straight from ZPT?

2007-11-07 Thread robert rottermann
You could also write a Product or External Method to access your databases directly, using something like: http://pymssql.sourceforge.net/ you should not do that, you would get into lots of problems with zope's transaction machinery. always go trough a zope connection. robert begin:vcard

Re: [Zope] Monkey patch tutorial

2007-11-04 Thread robert rottermann
Garito schrieb: Hi! I would like to know if there are some monkey patch tutorial or how-to anyone knows where? Thanks! -- Mis Cosas http://blogs.sistes.net/Garito http://blogs.sistes.net/Garito

[Zope] ZopeProfiler:does its installation have a performance impact?

2007-09-21 Thread robert rottermann
Hi there, does the installation of ZopeProfiler have a noticable performance impact when it is disabled? thanks robert begin:vcard fn:Robert Rottermann n: Rottermann;Robert email;internet:[EMAIL PROTECTED] tel;work:++41 31 333 10 20 tel;fax:++41 31 333 10 23 tel;home:++41 31 333 36 03

[Zope] VERY unusual zope traceback

2007-09-06 Thread robert rottermann
After my computer was iddling during the nigth I got the following traceback. look at the rather genereous number of expected parameters. how can somethings like this happen? Memory corruption? restarting zope fixed it. robert Site Error An error was encountered while publishing this resource.

Re: [Zope] SOAPMethod

2007-09-03 Thread robert rottermann
Andreas Jung schrieb: --On 3. September 2007 16:10:56 +0200 robert rottermann [EMAIL PROTECTED] wrote: div tal:content=python:requestStudentData('5506239') / Likely you need tal:content=python: context.requestStudentData(...) -aj andreas is perfectly right .. rr begin:vcard

Re: [Zope] How do I eval a variable within the acquisition path?

2007-08-21 Thread robert rottermann
Tim Nash schrieb: I apologize for the question (the zope area of my brain must need coffee) but I can't find the answer in the zope book or in any of the scripts posted to the zope cookbook. I want to use a variable in a acquisition path. So for example, from the zope book on scripts,

Re: [Zope] asynchronous MailHost

2007-08-19 Thread robert rottermann
Andreas Jung schrieb: --On 19. August 2007 11:37:30 -0600 Sean Fulmer [EMAIL PROTECTED] wrote: I just read about the latest changes to MailHost: http://blog.zopyx.com/blog_ajung/archive/2007/08/19/zopes-mailhost-overha uled I'm currently using MaildropHost to do async delivery and

[Zope-PAS] easy way to list all ldap users from script??

2007-04-16 Thread robert rottermann
Hi there, I have installed LDAPUserfolder 2.8beta and LDAPMultiPlugun for Plone 2.5.0 Is there an easy way to list all users from a script. something like we have in the ZMI user tab of the LDAPUserFolder? thank you robert begin:vcard fn:robert rottermann n:rottermann;robert

[Zope-PAS] using Session Auth Helper, sequence of active plugins

2007-04-10 Thread robert rottermann
Hi there, I would like to use Session Auth Helper to authenticate a user after he has logged into a site using Active Directory. this are the steps I use to create the setup: - add an ActiveDirectory Multiplugin - activate all services - apply patches to have the groups working according

Re: [Zope-PAS] Re: using Session Auth Helper, sequence of active plugins

2007-04-10 Thread robert rottermann
Tres Seaver wrote: robert rottermann wrote: Hi there, I would like to use Session Auth Helper to authenticate a user after he has logged into a site using Active Directory. this are the steps I use to create the setup: - add an ActiveDirectory Multiplugin - activate all

Re: [Zope] Problem with using versions.

2007-04-10 Thread robert rottermann
catherine, what do you mean by version? what zope and additional products are you using? robert Catherine E. Reinehr wrote: Hi, I've been working in a version for over a week and finally finished my changes today. I saved them and quit the version, but the affected folder still has a lock

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ??

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman schrieb: Previously robert rottermann wrote: Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours

[Zope-PAS] what plugins are needed for authentication

2007-04-03 Thread robert rottermann
Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ?? in the bygone world off

Re: [Zope] How can I reset zope time???

2007-03-23 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl schrieb: On 23 Mar 2007, at 07:41, Flemming Bjerke wrote: But, now, not only have all my changes the date 12/12-2007 in the undo history, every object I have changed gets this date as well! Apparently, zope won't accept to go

Re: [Zope] What is the best way to debug a Zope 2.62 application.

2007-03-19 Thread robert rottermann
Mark, Jonathan (Integic) wrote: I have a properly running instance of Zope 2.62 but no zopectl file. What is the best way to debug this version of Zope? Should I install zopectl?

Re: [Zope] form-script-zsql

2007-03-07 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 result = context.db_conn_id.db.query('YOUR QUERY HERE') robert javi lopez schrieb: I´m doing a form with username and email, these values go script python and with a zsql method inside script, it stored in DB I have a zpt with a form I have a

Re: [Zope] How to call a script by it's name stored in a variable.

2007-02-20 Thread robert rottermann
rieh25 wrote: How can I do something like this? var = '/Projects/test_py' return call_by_name(var) Thanks. fun = context.restrictedTraverse(var) return fun() then there is path and getattr you should look at. robert begin:vcard fn:robert

Re: [Zope-DB] Please help me about driver adapter

2007-02-15 Thread robert rottermann
I do not think any one of us can help you unless you tell us what exactly your problem with installing pymssql ist. by the way: do you mean MySQLdb? there is very good documentation on using Z SQL in the zope book: http://www.plope.com/Books/2_7Edition/RelationalDatabases.stx there you find

Re: [Zope-DB] Can I change the ZSQL max_rows default value?

2007-02-06 Thread robert rottermann
Robert-Reinder Nederhoed wrote: Good day, We use Zope 2.8, still from ZMI. We ran into the 1000 limit several times. Instead of remembering to set it to a higher value, I would like to change the ZSQL max_rows default to 5000. Is it possible to do this? Friendly greetings,

Re: [Zope-DB]found reason: sql query works in database connector but not in ZSQL method

2007-01-18 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi there, I think I found the reason, for my problems with stored procedures. it seems that on can not call a stored MySQL 5.0x procedure from zope that returns a data set. when I call the body of the stored procedure everything works fine. what I

[Zope-DB] sql query works in database connector but not in ZSQL method

2007-01-17 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I try the following statement: CALL selectVertexProperties(1, @error2) when I execute this directly in the test window of the database connection, it works fine. when i execute the same line in the test window of a ZSQL Method then I get

Re: [Zope-DB] sql query works in database connector but not in ZSQL method

2007-01-17 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charlie Clark schrieb: Am 17.01.2007, 15:42 Uhr, schrieb robert rottermann [EMAIL PROTECTED]: Hi there, I try the following statement: CALL selectVertexProperties(1, @error2) when I execute this directly in the test window of the database

Re: [Zope-DB] sql query works in database connector but not in ZSQL method

2007-01-17 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Campbell schrieb: On Wed, Jan 17, 2007 at 03:42:04PM +0100, robert rottermann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I try the following statement: CALL selectVertexProperties(1, @error2) when I execute

  1   2   3   >