[Zope] Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g. http://foo.bar.com?Data=uiDggGREJJytIIUicSSAa+WEhnGK I am having an issue (Using Zope 2.7.6, Python 2.3.5) where

Re: [Zope] Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 08:33:47 + Jonathan Cleaver <[EMAIL PROTECTED]> wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g. http://foo.bar.com?Data=uiDgg

Re: [Zope] Base 64 passed into Zope

2006-02-06 Thread Jens Vagelpohl
On 6 Feb 2006, at 08:33, Jonathan Cleaver wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g. http://foo.bar.com?Data=uiDggGREJJytIIUicSSAa+WEhnGK I am

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this? I have reason to believe that there is considerable inertia at the other end to c

Re: [Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 09:23:10 + Jonathan Cleaver <[EMAIL PROTECTED]> wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
Many thanks for your replies, Andreas and Jens, most helpful. [Rolls up sleeves...] Andreas Jung wrote: --On 6. Februar 2006 09:23:10 + Jonathan Cleaver <[EMAIL PROTECTED]> wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiv

Re: [Zope] zope / web content

2006-02-06 Thread bruno desthuilliers
azzouz wrote: > Hi, > > In our institut customer administration want to manage editing updating > and modifying web page under zope with account authentification. There > aren't supposed to know html, dmtl, zpt language. Are there tools to > allow them do those actions under text format which will

[Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
Hi all, I have been given to look at a website running on Zope for one of our partner. The site has been installed by a developer who since left that partner. The installation is as often undocumented which doesn't really help me getting through the setup. Zope 2.7.5 is installed, CMF 1.4 as well

[Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Richard Smith
I gather that the problem whereby having more than one IMG submit on a single form causes some browsers (IE but not firefox) problems is well known. The problem is solved by using the positional attributes x,y in a cgi script. However, using Zope I cannot see how to access these atributes anm

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Tino Wildenhain
Richard Smith schrieb: I gather that the problem whereby having more than one IMG submit on a single form causes some browsers (IE but not firefox) problems is well known. The problem is solved by using the positional attributes x,y in a cgi script. Pardon, but how do the x,y coordinates hel

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Andrew Milton
+---[ Richard Smith ]-- | I gather that the problem whereby having more than one IMG submit on a | single form causes some browsers (IE but not firefox) problems is well | known. The problem is solved by using the positional attributes x,y in | a cgi script. | | However

Re: [Zope] can't find template (newbie)

2006-02-06 Thread Peter Bengtsson
The template that does the footer is probably in the portal_skins folder. Poke around there. I'm not a CMF/Plone expert but there are lots of people on the plone mailing list who are. Good luck On 2/6/06, David De Maeyer <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been given to look at a websi

Re: [Zope] can't find template (newbie)

2006-02-06 Thread Barry Drake
David, Look in portal_skins/portal_templates. The headers and footers are there. If you plan to customize a template you'll have to click the customize button. This will make a copy of the template in portal_skins/custom. After clicking the customize button the template will be opened in your b

Re: [Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
Sorry for posting in the wrong mailing-list. I actually did found the templates just after posting my mail; and did the changes. It worked after a bit of tweaking. Surprinsingly I have been able to modify/saving one template after logging as emergency user but I haven't been able to modify a secon

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Richard Smith
Andrew Milton wrote: +---[ Richard Smith ]-- | I gather that the problem whereby having more than one IMG submit on a | single form causes some browsers (IE but not firefox) problems is well | known. The problem is solved by using the positional attributes x,y in | a

[Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Hello Group, Has anyone come across a work around for the problem of importing zexp into zope 2.8.1? I want to utilize iungo which requires zexp imports but I'd rather not ask my hosting provider for an update to zope. Thanks Tim BTW, thanks for the input on using zope as a standard application

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 11:34:10 -0800 Tim Nash <[EMAIL PROTECTED]> wrote: Hello Group, Has anyone come across a work around for the problem of importing zexp into zope 2.8.1? What is "the problem of importing"? If you don't have the permission to files to be imported into the filesystem

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas, Here I quote the iungo website http://iunog.org/download """If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken regarding .zexp-Imports ), you'll need to recreate all Catalog-Indices. """ I have found this to be the case and when I researched on the

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 11:50:40 -0800 Tim Nash <[EMAIL PROTECTED]> wrote: from my import """ Site Error An error was encountered while publishing this resource. Error Type: AttributeError Error Value: _length This is documented in doc/FAQ.txt of the Zope distribution. -aj pgpoNY3JETGpQ.pg

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site """ If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken regarding .zexp-Imports ), you'll need to recreate all Catalog-Indices. After

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 12:20:52 -0800 Tim Nash <[EMAIL PROTECTED]> wrote: Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site """ If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 12:20:52 -0800 Tim Nash <[EMAIL PROTECTED]> wrote: Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site """ If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas, BTW, There is no ZCatalog objects found on my site. Tim On 2/6/06, Tim Nash <[EMAIL PROTECTED]> wrote: > Well in the FAQ I see it says to call manage_convertIndexes of the > ZCatalog which is a lot like what it says on the iungo site > """ > > If you want to use iungo with Zope 2.8.X or

[Zope] Corrected connectionTestForm.dtml

2006-02-06 Thread Jaroslav Lukesh
Hi all, here are corrected file   lib\python\Shared\DC\ZRDB\dtml\connectionTestForm.dtml   Take a look above DTML-COMMENT.   It was from Z 2.5.1, but it could be inspirative for newer versions.   Regards, JL.                  >query_start=    

[Zope] Better connectionTestForm.dtml

2006-02-06 Thread Jaroslav Lukesh
Hi, here are   lib\python\Shared\DC\ZRDB\dtml\connectionTestForm.dtml   with better window for SQL query.   Regards, JL.       You can write a test query and run it with this database connection using the form below. Click submit query to run the query.      

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas. iungo.zexp imports fine into zope 2.9 it doesn't import into zope2.8.1. Thanks for trying to help. It looks like I'm just stuck. Thanks, Tim On 2/6/06, Tim Nash <[EMAIL PROTECTED]> wrote: > Andreas, > BTW, There is no ZCatalog objects found on my site. > Tim > > On 2/6/06, Tim Nash <[

[Zope] htaccess with zope/plone ?

2006-02-06 Thread michael nt milne
HiI've managed to set-up SSL over Apache and Zope/Plone virtual hosts on Windows but am slightly stuck on implementing the htaccess part of my solution. I've done extensive googleing but can't seen to find any solid documentation. My question is, do you need the definition within the ? And what s

Re: [Zope] Corrected connectionTestForm.dtml

2006-02-06 Thread Andreas Jung
Hi, such stuff does not belong on the mailing list. We have a bugtracker to submit patches etcput it there...otherwise it will definitely be lost... -aj --On 6. Februar 2006 23:56:46 +0100 Jaroslav Lukesh <[EMAIL PROTECTED]> wrote: Hi all, here are corrected file lib\python\Shared\

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 17:22:12 -0800 Tim Nash <[EMAIL PROTECTED]> wrote: Andreas. iungo.zexp imports fine into zope 2.9 it doesn't import into zope2.8.1. Thanks for trying to help. It looks like I'm just stuck. Thanks, As I said: .zexp is not a format to import into _any_ Zope version. Ask