At Thursday 10/8/2006 03:19, Sinang, Danny wrote:
I was able to rename my processes (S5, S100, S200) to their lowercase
counterparts since all I had to do was do :
When I try to rename the activities found in those processes, I try to
do likewise, but the ZopeFind results come out like this :
--On 10. August 2006 14:19:40 +0800 "Sinang, Danny" <[EMAIL PROTECTED]>
wrote:
Huh? Usually you have no chance to create a Zope object with such an
id.
So there is no need to rename something that can't exist be definition
:-)
Exactly.
The said object, "s5/Begin", is the "Begin" acti
> Huh? Usually you have no chance to create a Zope object with such an
id.
> So there is no need to rename something that can't exist be definition
:-)
Exactly.
The said object, "s5/Begin", is the "Begin" activity of the "s5" process
found in the "GeneralWorkflow" workflow - which is an OpenF
--On 10. August 2006 13:59:55 +0800 "Sinang, Danny" <[EMAIL PROTECTED]>
wrote:
Because '/' is a reserved character since it is used in URLs as path
separator.
Any workarounds ?
Is there a way to refer to the said objects without using the '/' ?
Huh? Usually you have no chance to creat
> Because '/' is a reserved character since it is used in URLs as path
separator.
Any workarounds ?
Is there a way to refer to the said objects without using the '/' ?
___
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**
--On 10. August 2006 13:47:32 +0800 "Sinang, Danny" <[EMAIL PROTECTED]>
wrote:
Hello,
I'm trying to rename an object called "s5/Begin" to its lower case
counterpart "s5/begin" by using the manage_renameObject () method, but
I'm getting the message
The id "s5/begin" contains characters ille
Hello,
I'm trying to rename
an object called "s5/Begin" to its lower case counterpart "s5/begin" by using
the manage_renameObject () method, but I'm getting the message
The id "s5/begin" contains characters illegal in URLs
.
Any idea what I
did wrong here ?
My Python script is
as
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dieter Maurer wrote:
>> ...
>> You have that point-of-failure anyway if you are using the RAM-based
>> sessions provided by Zope's core sessioning. If availability is
>> important to you, then you *need* to be using ZEO and a load balancer,
>> at whic
beno wrote at 2006-8-9 13:42 -0400:
> ...
>My plan is to avoid installing extra and otherwise unnecessary s/w. I
>don't need Apache for anything else. If Zope is out, is it possible to
>do this with Squid, do you know?
I do not know -- but I doubt it: Squid specialiazed on caching and almost
sur
Selon Dieter Maurer <[EMAIL PROTECTED]>:
> Eric Fernandez wrote at 2006-8-9 11:20 +0100:
> >I have a problem when I upload an ASCII text file into a zope2 folder. I
> >have a plain-text file with double quotes and line breaks. However, once
> >uploaded, double quotes become " and line breaks bec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 9 Aug 2006, at 13:42, beno wrote:
It is Apache (or another Web Server) that might be ready to
call scripts via CGI. Zope won't
My plan is to avoid installing extra and otherwise unnecessary s/w.
I don't need Apache for anything else. If Zo
baiewola wrote at 2006-8-9 05:16 -0700:
> ...
>We can connect with PHP apps, Filemaker Pro, and MySQL client. However,
>all Z MySQL database connections are broken. Here is the error:
>OperationalError: (2002, "Can't connect to local MySQL server through
>socket '/tmp/mysql.sock' (2)")
>
>After goo
> ...
>You have that point-of-failure anyway if you are using the RAM-based
>sessions provided by Zope's core sessioning. If availability is
>important to you, then you *need* to be using ZEO and a load balancer,
>at which point you also have to look at a more scalable / available
>sessioning solu
Dieter Maurer wrote:
beno wrote at 2006-8-9 08:41 -0400:
I've added a LocalFS folder for my cgi-bin dir and also Zope CGI, but
I'm not clear how to integrate these two so that I can access my Mailman
and Vqadmin cgi scripts, which are on the legacy system.
I do not understand what you
beno wrote at 2006-8-9 11:46 -0400:
>Patrick Decat wrote:
>>> Traceback (innermost last):
>>> Module ZPublisher.Publish, line 101, in publish
>>> Module ZPublisher.mapply, line 88, in mapply
>>> Module ZPublisher.Publish, line 39, in call_object
>>> Module App.Management, line 85, in manage_wor
beno wrote at 2006-8-9 08:41 -0400:
>I've added a LocalFS folder for my cgi-bin dir and also Zope CGI, but
>I'm not clear how to integrate these two so that I can access my Mailman
>and Vqadmin cgi scripts, which are on the legacy system.
I do not understand what you plan.
But I can tell you th
Eric Fernandez wrote at 2006-8-9 11:20 +0100:
>I have a problem when I upload an ASCII text file into a zope2 folder. I
>have a plain-text file with double quotes and line breaks. However, once
>uploaded, double quotes become " and line breaks become \n. Even if
>I change the property into text/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
baiewola wrote:
> Yesterday I finally updated my MOSX Server 10.4.6 to 10.4.7. In
> addition to usual list of
> hosed configuration files and scripts, we now have a problem with Zope
> 2.7.x connecting to MySQL through a unix socket.
>
> We can conne
--On 9. August 2006 08:41:57 -0400 beno <[EMAIL PROTECTED]> wrote:
Hi;
I've added a LocalFS folder for my cgi-bin dir and also Zope CGI,
ZopeCGI is deprecated since ages and obsolete. The recommended way is to
use
Apache + RewriteRules.
-aj
pgp75f04G4mJ4.pgp
Description: PGP signature
_
Patrick Decat wrote:
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module App.Management, line 85, in manage_workspace
Redirect: http://202.71.106.119:7080/error_log/m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 9 Aug 2006, at 08:44, beno wrote:
Hi;
I've got an error in my error log, but I can't figure out where
"App.Management" lives:
You already got several answers, not only about how to find
App.Management, but also about the fact that this is
Check in zope\lib\python\App, it is there : Management.py
On 8/9/06, beno <[EMAIL PROTECTED]> wrote:
Hi;
I've got an error in my error log, but I can't figure out where
"App.Management" lives:
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply
Hi;
I've got an error in my error log, but I can't figure out where
"App.Management" lives:
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module App.Management, line 85,
Hi;
I've added a LocalFS folder for my cgi-bin dir and also Zope CGI, but
I'm not clear how to integrate these two so that I can access my Mailman
and Vqadmin cgi scripts, which are on the legacy system. Can someone
give me an example of mapping in ZopeCGI? I think that may resolve the
problem
Yesterday I finally updated my MOSX Server 10.4.6 to 10.4.7. In
addition to usual list of
hosed configuration files and scripts, we now have a problem with Zope
2.7.x connecting to MySQL through a unix socket.
We can connect with PHP apps, Filemaker Pro, and MySQL client. However,
all Z MySQL dat
Hi,
I have a problem when I upload an ASCII text file into a zope2 folder. I
have a plain-text file with double quotes and line breaks. However, once
uploaded, double quotes become " and line breaks become \n. Even if
I change the property into text/plain or text/xml, I get the same problem.
O
26 matches
Mail list logo