Which versions of Zope work with which versions of Jython (using Linux)?
The only information that I was able to find was several years out of
date.
___
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HT
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, June 18, 2007 12:00 PM
To: zope@zope.org
Subject: Zope Digest, Vol 37, Issue 16
Send Zope mailing list submissions to
zope@zope.org
To subscribe or unsubscribe via t
>>>After successfully created News Item ZClass from the example from the
zope book. When I selected News Item from the Add list, this is the
error msg displayed<<<
ZClasses are either deprecated or no longer used. The part of the Zope
book that refers to them has been superseded. You should use pr
Thanks to the other Jonathan for advising me to try
to find why dtml-with was not working as expected with FolderB. When I
did that I realized that FolderB was not an actual folder. Rather, it
was a Plone instance.
One cannot not use from outside a Plone instance to call up
an object inside a p
Folder A contains Folder B contains Folder C.
If I write in a dtml page in Folder A:
then I get an error which states that FolderC does not exist.
Why doesn't the above work? I can display Folder C if I click on it in
the ZMI or go to it directly via a URL.
Folder C is a Plone news sma
Thanks to everyone who helped me set up Zope 2.9 behind Apache 2.2. I copied
the
rewrite rule that Hara Dilley provided and everything worked:
RewriteRule ^/(.*) \
http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/myVHM/VirtualHostRoot/$1
[L,P]
___
Zope 2.9 says in the Virtual Host Monster About Tab: "For example, suppose Zope
is running on port 8080 behind an Apache running on port 80. You place a
Virtual Host Monster in the Zope root Folder, and use Apache to rewrite "/(.*)"
to
http://localhost:8080/VirtualHostBase/http/www.buystuff.com
>>I want zope to listen to two different ip-addrs on two different ports and
>> I'm unsure of how to configure zope to behave correctly.
>Is there a reason why you don't want to use something like a front-end
>apache with url rewriting?
A simple way to do that is to set up Zope to listen on one
>>I want zope to listen to two different ip-addrs on two different ports and
>> I'm unsure of how to configure zope to behave correctly.
>Is there a reason why you don't want to use something like a front-end
>apache with url rewriting?
A simple way to do that is to set up Zope to listen on one
"""I know of 2 situations where such things can happen unexpectedly:"""
Thanks for the assistance. I was able to recover using an XML data backup
outside of Zope and move the missing content as flat files to the Apache
document root on a new server. Since I have decided to abandon the old machin
Zope 2.6.2 on Red Hat 7.3 started acting flaky a week or two ago. It started
dying every day or so. Then it lost all transactions since 2/6/07, displaying
content as it was two months ago.
Then it recovered the lost content, now it has lost it again. Zope Undo shows
incorrectly that there were
Somehow a ZPT got corrupted inside one of my Zope 2.62/RedHat 7.3
folders. Now when I try to use the ZMI to open the folder containing
the ZPT I get:
Site Error
An error was encountered while publishing this
resource.
ImportError
Sorry, a site error occurred.
Traceback (innermost last):
Mod
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?
<>___
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTM
[EMAIL PROTECTED] wrote:
"""Ugh. JS redirects create problems with the search engines. What I really
want to do is "fill the hole in the doughnut","""
The Ajax way to do that is by using the DOM to change the node dynamically
behind the scenes. A recent article on Reddit showed that, indeed, Go
Here is my configure.zcml file, which is identical to the one Paul Everitt says
to write:
http://namespaces.zope.org/browser";>
and here is the error message that I get when I reboot the Zope 3.3
server on Windows XP:
ConfigurationError: ('Invalid value for', 'for',
'ImportError: Modul
>>>what the FSF is FSF? :-)
FSF - The Free Software Foundation. The organization that "started it all" in
free or open source software.
www.fsf.org/
___
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or
[The other] Jonathan writes:
"""Why don't you run two separate zope instances, one for production and one
for development, and set up the apache rewrite rules so that www points to
the production instance and dev points to the development instance?"""
It is my impression that moving a Data.fs f
I wish to thank Chris for his helpful comments. I accept them in the playful
spirit in which they were offered. This sort of feedback is essential to people
who are learning.
LESSON #1: If it looks as if a product is no longer maintained then ask the
maintainer of the product if he has any unco
"""Excuse me for saying, but this is all slightly nuts.
Is there some reason you're being so (overly) paranoid?
Chris"""
I don't know Zope well, even though I have been using Chris's excellent
Squishdot product for three years at Goodbyejim.com. Chris has moved on to
other Zope activities and h
wo shekels.
-Original Message-
From: Jonathan [mailto:[EMAIL PROTECTED]
Sent: Friday, January 26, 2007 2:30 PM
To: Mark, Jonathan (Integic); zope@zope.org
Subject: Re: [Zope] Is there any way to turn off the publishing of
externalmethods to the web in Zope?
- Original Message -
F
.
However, for now Proxy is sufficient. Thanks.
-Original Message-
From: Jonathan [mailto:[EMAIL PROTECTED]
Sent: Friday, January 26, 2007 2:06 PM
To: Mark, Jonathan (Integic); Andreas Jung; zope@zope.org
Subject: Re: [Zope] Is there any way to turn off the publishing of
externalmethods to
uary 26, 2007 10:36 AM
To: Mark, Jonathan (Integic); zope@zope.org
Subject: Re: [Zope] Is there any way to turn off the publishing of
external methods to the web in Zope?
--On 26. Januar 2007 10:29:08 -0500 "Mark, Jonathan (Integic)"
<[EMAIL PROTECTED]> wrote:
> I have an extern
I have an external method which uses eval(). I would like to prevent anyone
from calling this method from inside a URL, e.g.,
myzopesite/myexternalmethod?myvar=deletemyfiles()
Rather, I wish for only Zope objects such as Python Scripts to be able to call
this external method. Is there any way t
>>>Is their a method to get most things to Zope/Plone but certain folders to go
to ColdFusion.<<<
Does ColdFusion have an API which can be called from Python or Perl? Does it
have an XML-RPC, SOAP or other web API interface? If so then you could write a
Zope External Method in Python or Perl tha
l work now.
Thanks.
-Original Message-
From: Andreas Jung [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 3:57 PM
To: Mark, Jonathan (Integic); zope@zope.org
Subject: Re: [Zope] Peculiar Zope WebDav Behavior
--On 15. Januar 2007 15:56:22 -0500 "Mark, Jonathan (Integic)"
I open up a Zope 2.10.1 ZPT or DTML page in a webdav client, using Notepad or
the Amaya web editor. Unfortunately, the DTML tags and ZPT attibutes get
replaced with the substituted values. All I see in Notepad or Amaya are the
rendered HTML that would get returned to the browser. Thus I cannot
nal Message-
From: Dieter Maurer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 09, 2007 2:01 PM
To: Andreas Jung
Cc: Mark, Jonathan (Integic); zope@zope.org
Subject: Re: [Zope] Isn't DTML more like what other frameworks do?
Andreas Jung wrote at 2007-1-8 19:08 +0100:
> ...
>
"""Why (the hell) are you (still) using DTML (as newbie). You are strongly
encouraged to use ZPT."""
My sense is that ZPT solves a problem which for most of us does not exist. If
you wish to have designers work directly on markup in an HTML WYSIWYG editor
then yes, ZPT is great.
But most of us
Thanks to everyone who offered advice on how and whether to examine the ZODB
objects that Squishdot uses. I now have a better understanding of the unique
role that ZODB object storage plays in Zope, and why replacing ZODB with
RDB/SQL is not in general warranted.
I isolated the Squishdot perfor
Chris Withers, the developer of Squishdot, asks:
>>OK. Can I ask why you're interested?
>>(the answer to that question will help give you more sensible answers to
>> your first question.)
My experience using Squishdot to run goodbyejim.com for several years has been
a positive one. I am grate
In Oracle it is easy to get a listing of everything
that is in the Oracle database. One simply queries the
system view dba_objects.
Is there anything similar for the Zope 2.62 ZODB? I
have been using Squishdot at goodbyejim.com for years.
I still don't understand it. I would love to be able
to see
Title: Zed should stand for Zope Extension Distribution
Over at the Zope-Dev mailing list, Jim Fulton (the inventor of Zope) is talking about a new line of software called Zed. It would consist of those parts of Zope 3 which can be called independently of the Zope/twisted server.
I do not w
Title: RESOLUTION: Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports?
Thanks for the help everyone. I needed to make the $Instance/var and $Instance/log directories readable and writable to the user that Zope 2.9 ran as. Once I did that the problem went away.
Title: Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports?
My website GoodbyeJim.com currently runs Zope 2.6 on Red Hat 7.3. I have installed Zope 2.9 to use port 3200 instead of 80.
Does Zope 2 support running two separate instances of two versions of Zope on different ports? I have
Title: Does Zope 3.2 need to use a separate instance of twisted?
My website already had an existing install of twisted. I then installed Zope 3.2, and it looks to me as if Zope 3.2 installed a second version of twisted.
Does Zope 3.2 install a modified or hacked version of twisted?
If not
35 matches
Mail list logo