--On 24. September 2006 10:49:12 -0500 Perry Smith <[EMAIL PROTECTED]>
wrote:
Is it possible to have the same host running ZOPE 2 and ZOPE 3? I would
like to put both on a Mac OS X server. I have Apache 2.2 running on it
and PostgreSQL version 8.1.3 running my existing software. I'd li
Paul Winkler schrieb:
On Thu, Jun 23, 2005 at 08:55:05PM +0200, Thomas Adams wrote:
hi all,
I have specific folder name "art" in Zope in which i installed a user
folder, and a user
with "manager role". now i want anaonymous user to access i.e view
the website ubeneath the folder "art". Th
On Thu, Jun 23, 2005 at 08:55:05PM +0200, Thomas Adams wrote:
> hi all,
>
> I have specific folder name "art" in Zope in which i installed a user
> folder, and a user
> with "manager role". now i want anaonymous user to access i.e view
> the website ubeneath the folder "art". Therefore i granted
Barry Drake <[EMAIL PROTECTED]> wrote:
> I'm getting an error in CMFCore.utils in the
> _mergedLocalRoles function. The error is:
>
> Exception Type TypeError
> Exception Value can only concatenate tuple (not
> "list")
> to tuple
Note, this problem is due to a non-core prod
> It doesn't look like a monkey patch. Those aren't invisible in tracebacks.
>
> Follow the code path higher until you do get some effect.
I've seen odd things before, but I agree, it isn't likely that it's a
monkey patch. Chances are that some product is outdated.
> I would imagine it's some so
Phillip Hutchings wrote:
Then generated the error. The error log shows the
same output as before. Not only should the line
number be one higher, I also put a dummy variable name
on that line to generate a stupid error msg.
How can it not be getting to that code? I've searched
for another Zope
Thanks for your help. I really needed another brain
to bounce things off of so I can get out of the rut
I'm in. You've given me some fresh ideas to try.
Thanks.
Barry
--- Phillip Hutchings wrote:
> > Then generated the error. The error log shows the
> > same output as before. Not only should
> Then generated the error. The error log shows the
> same output as before. Not only should the line
> number be one higher, I also put a dummy variable name
> on that line to generate a stupid error msg.
>
> How can it not be getting to that code? I've searched
> for another Zope instance, bu
Thank you Phillip. I modified the zope.conf file as
you suggested and did
sudo ./zope stop
... usual msg
sudo ./zope start
... usual msg
Then generated the error. The error log shows the
same output as before. Not only should the line
number be one higher, I also put a dummy variable name
o
> I modify utils.py, after saving a copy, in order to
> obtain diagnostic output. Then I delete utils.pyc,
> after saving a copy, in order to force a recompile
> (even used compilezpy.py for this a couple of times).
> Zope never seems to use the new version.
Restart Zope. Python will pick up the
Dean & Deb Ekstrand wrote:
>
> I'm trying to figure out Zope (on a time crunch, too), and I'm wondering how
> to do something. How can I access HTTP variables in my DTML code?
> Specifically, I want to return code specific to the user's browser. I know
> that HTTP has provisions for determing b
On Tue, 19 Dec 2000, Michal Krejza wrote:
> I have problem with access to method. Example - There are two methods: A and
> B. Method A contains common information, accessible for all user (include
> anonymous). Source code in method B updates data for method A and access for
> method B is restric
> I am still newbie in Zope, so my question may be stupid - sorry.
> I have problem with access to method. Example - There are two methods: A
> and
> B. Method A contains common information, accessible for all user (include
> anonymous). Source code in method B updates data for method A and acces
If a product contains only a Help object, it means that the product is a
Python Product, rather than a ZClass Product.
No broken box in front of the Product name, hmm...
Does Zope raise any errors when you try to start it? Try to remove the whole
TinyTable folder and reinstall it again after havi
If a product contains only a Help object, it means that the product is a
Python Product, rather than a ZClass Product.
No broken box in front of the Product name, hmm...
Does Zope raise any errors when you try to start it? Try to remove the whole
TinyTable folder and reinstall it again after havi
If a product contains only a Help object, it means that the product is a
Python Product, rather than a ZClass Product.
No broken box in front of the Product name, hmm...
Does Zope raise any errors when you try to start it? Try to remove the whole
TinyTable folder and reinstall it again after havi
No, that's the problem. The icon isn't a broken box, but a regular
product icon. Clicking on the link shows that there's one item in
TinyTablesPlus, a Help document; when I open that, it tells me that
there are no items in TinyTablesPlus. So Zope seems to be seeing the
product, but not adding
Go to the Control Panel and click on Products. The TinyTable product is probably going
to have a little "broken box"-icon.
Click on it and wish that it will tell you the error so that you can fix it.
Good luck, Peter
> I'm running Zope on a Win98 machine; downloaded, unstuffed, and
> installe
Hi,
Chris Gray schrieb:
>
> Here's a fragment from a table that allows sorting by clicking the header
> in a dtml method named 'displayTable':
>
>
>
> ID
> Product
>
>
>
> Then feed sort_key into your SQLSelectQuery to use in an ORDER BY clause.
>
> select * from table order by
>
You s
Richard Blumberg writes:
> Navigation works when called directly,
> does not work when included in "index_html"
>
> Navigation:
>
>
> Is this a bug in Zope, or am I doing something wrong?
Not directly.
Almost surely, your "index_html" is a DTML document.
A DTML doc
Here's a fragment from a table that allows sorting by clicking the header
in a dtml method named 'displayTable':
ID
Product
Then feed sort_key into your SQLSelectQuery to use in an ORDER BY clause.
select * from table order by
You can change the properties of an object in DTML by callling
You could try:
http://www.zope.org/Members/sspickle/Zieve
Let me know if you have any troubles... it does exactly this.
-steve
> "John" == John Cappelletti <[EMAIL PROTECTED]> writes:
John> I am listing the results of a database query using
John> dtml-in. I'd like to be able to g
Awesome! That did the trick. I'm starting to like this.
--
Greg Green
e-mail: [EMAIL PROTECTED]
http://www.olywa.net/gpgreen/
___
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! *
On Sat, Apr 22, 2000 at 04:04:58PM +1000, Malcolm Tredinnick wrote:
> The syntax you want, if I've understoof the question, is (untested):
>
>
> You need to do it this way because the stuff inside the quotes is a python
> expression and hyphens are not permitted in Python variable names. S
OK, this seems to work.
def manage_addMyProduct(self, id, title='', REQUEST=None,
RESPONSE=None):
self._setObject(id, MyProduct(id, title))
if REQUEST is not None:
whereto= REQUEST['URL3']
RESPONSE.redirect(whereto, lock=0)
--
.paul winkler...
Dieter Maurer wrote:
>
> If you need it in the constructor, then you must
> either pass in an object that is tied by acquisition
> or REQUEST or RESPONSE itself,
> or you must move the call out into the method
> "manage_afterAdd" (where the object already is tied in).
Well, I don't have that met
Paul Winkler writes:
> I want the user to be sent to a particular URL after calling the
> product's manage_add method. How can I do that?
> The URL I want is REQUEST['URL3'].
>
> I've tried RESPONSE.redirect(REQUEST['URL3']) but that's not it - the
> RESPONSE doesn't seem to exist here.
I h
Phil Harris wrote:
>
> You need to be careful when redirecting from an external Python wotsit.
>
> RESPONSE.redirect raises an exception which can make the transaction get
> rolled back.
>
> This seems not to happen when called from dtml but I've seen it happen from
> an external Python wotsit.
Michel Pelletier wrote:
>
> Paul Winkler wrote:
(snip)
> > Looking through various Zope docs, I thought RESPONSE.redirect might
> > work, but RESPONSE is not mentioned anywhere in Boring.py. Boring
> > only uses REQUEST.
>
> So pass it RESPONSE:
>
> def manage_addMyProduct(self, blah, blah, RE
You need to be careful when redirecting from an external Python wotsit.
RESPONSE.redirect raises an exception which can make the transaction get
rolled back.
This seems not to happen when called from dtml but I've seen it happen from
an external Python wotsit.
Note:
My use of wotsit above
Paul Winkler wrote:
>
> seb bacon wrote:
> >
> > * Paul Winkler <[EMAIL PROTECTED]> [001127 19:54]:
> > > I want the user to be sent to a particular URL after calling the
> > > product's manage_add method. How can I do that?
> > > The URL I want is REQUEST['URL3'].
> > >
> > > I've tried RESPONSE
seb bacon wrote:
>
> * Paul Winkler <[EMAIL PROTECTED]> [001127 19:54]:
> > I want the user to be sent to a particular URL after calling the
> > product's manage_add method. How can I do that?
> > The URL I want is REQUEST['URL3'].
> >
> > I've tried RESPONSE.redirect(REQUEST['URL3']) but that's
* Paul Winkler <[EMAIL PROTECTED]> [001127 19:54]:
> I want the user to be sent to a particular URL after calling the
> product's manage_add method. How can I do that?
> The URL I want is REQUEST['URL3'].
>
> I've tried RESPONSE.redirect(REQUEST['URL3']) but that's not it - the
> RESPONSE doesn't
me.
>
> TIA
>
> Dany
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Andy
> > McKay
> > Sent: Thursday, November 23, 2000 7:00 PM
> > To: Chris Withers
> > Cc: Dany Riou
uot;Welcome to Zope
mailing list" email but if there is, my apologies.
Thanks.
Dany
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michel Pelletier
> Sent: Friday, November 24, 2000 12:17 PM
> To: Dany Rioux
> Cc: Zop
Dany Rioux wrote:
>
> Thanks Philipp and Jim,
>
> It worked! But... (there's always a but! :) I thought I was clever
> when I thought about naming my news files news999, news998 etc,
> thinking it would parse the directory and print the news sorted by
> their names. So news998 would be printed b
To: Zope Mailing List
> Subject: Re: [Zope] Newbie Question
>
>
>
> > I'm probably just being dumb... :)
> >
> > --
> >
> >
> >
> >
> >
>
>
>
> >
> >
> >
> >
> >
Dany:
These should work:
-or-
-or-
--Jim Washington
Dany Rioux wrote:
>
> I'm probably just being dumb... :)
>
> --
>
>
>
>
>
>
>
>
>
>
> --
>
> This doesn't work. Nothing gets printed.
>
> In the News folder is a DTML me
> I'm probably just being dumb... :)
>
> --
>
>
>
>
>
>
>
>
>
>
this should work out for you.
cu
Philipp
___
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts
t: Thursday, November 23, 2000 7:00 PM
> To: Chris Withers
> Cc: Dany Rioux; Zope Mailing List
> Subject: Re: [Zope] Newbie Question
>
>
> Or even:
> if this news thing is a file ;-P
>
> > Or even:
> >
> >
> >
> > ;-)
> >
Zope Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, November 23, 2000 2:47 PM
Subject: Re: [Zope] Newbie Question
> Or even:
>
>
>
> ;-)
>
> Chris
>
> Andy McKay wrote:
> >
> >
> >
> > --
> > Andy McKay, Developer.
Or even:
;-)
Chris
Andy McKay wrote:
>
>
>
> --
> Andy McKay, Developer.
> ActiveState.
> - Original Message -
> From: "Dany Rioux" <[EMAIL PROTECTED]>
> To: "Zope Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, November 23, 2000 2:20 PM
> Subject: [Zope] Newbie Question
>
--
Andy McKay, Developer.
ActiveState.
- Original Message -
From: "Dany Rioux" <[EMAIL PROTECTED]>
To: "Zope Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, November 23, 2000 2:20 PM
Subject: [Zope] Newbie Question
> Hi everyone,
>
> Simple newbie question... :)
>
> I've made
"Bowyer, Alex" wrote:
>
> Hi,
>
> I have what I'm sure is a very simple question about Zope programming style:
> I want to count how many objects are contained in the current container
> object and then do something with that value, but I can't do the bit I need
> to do at the point of reading
From: Bowyer, Alex
>My query is really more general though, that was just an example,
>I need to know what the generally accepted method is for
>transferring values through the code (i.e between namespaces)
I do believe that our ugly friend REQUEST.set() is the way to go here. I
cannot remember
[Alex Bowyer]
| My query is really more general though, that was just an example, I need to
| know what the generally accepted method is for transferring values through
| the code (i.e between namespaces)
Unless I've misunderstood your problem, wouldn't do the trick?
(See DTML manual for more i
> >I want to count how many objects are contained in the
> current container
> >object and then do something with that value, but I can't do
> the bit I
> >need to do at the point of reading the count variable
> because I am in
> >the wrong namespace.
>
> I would try and do it like this (unt
From: Bowyer, Alex
>I want to count how many objects are contained in the current container
>object and then do something with that value, but I can't do the bit I
>need to do at the point of reading the count variable because I am in
>the wrong namespace.
I would try and do it like this (unte
Stephan Goeldi writes:
> ...
>
>
>
> ...
> and the form_action method is this:
>
>
"money" will come in as a string value not as a list.
It would be a list, if you added a "multiple" to your
"select".
>
This will always be true. It is constant (an expression without
variable,
* Stephan Goeldi <[EMAIL PROTECTED]> [001109 16:49]:
>
>
> This is not much!
>
>
> This is ok!
>
>
> This is very much!
>
>
>
> I am sure that there is an error in my thinking of these tags.
yup :)
try
This is not much
This is OK
HI!
> I want to select from a select menu, 3 amounts: 1000, 5000 or 1. After
> this, the form action method should reply:
>
> - "this is not much" if 1000 was selected,
> - "this is ok" if 5000 was selected,
> - "this is very much" if 1 was selected
>
> Now my form method looks like th
Another thing you can do, not sure if Im using it right, but the effect is
good...
You must specify a First Name.
I have a support call form that is filed and submitted, and after the button
is pressed, a seperate validate method is called (c
Hallo Stephan
you can't iterate over a string!
That's working:
This is not much!
This is ok!
possibly not the cleanest way of doing it, but this ought to do what
you want..
1000
5000
.. etc..
and
This is not much!
This is ok!
--
Geir Bækholt
web-developer/designer
[EMAIL PROTECTED]
http://www.funcom.com
on Thursday, November 09, 2000 Stephan Goeldi wrote :
SG> I want to sele
Hi,
Brown Fox wrote:
>
> Hello,
> i want to view a dtml-document, calling it as
> a variable.
> For example:
>
>
>
>
>
try
>
>
>
> where this file is called with this string:
> test3
>
> The result i now get is the id, not the content of the
> file!
>
> Thanks,
> Bruno
... Holg
Hi Kathy,
> Error Type: SyntaxError
>
> Error Value: invalid syntax
>
> Troubleshooting Suggestions
It looks like your addEntry.py file has some syntax mistakes in it
(think mis-spelled, badly indented or otherwise defective python ;-) Try
comparing it with what it should be and see if the pro
access contents information
I guess.
Aaron Straup Cope wrote:
Hi,
My name is Aaron.
I am trying to set up zope with (atleast) three roles : manager, admin,
user.
I'd like to give the last two the bare minimum Security permissions
possible and adding them as needed later on.
My problem is that I c
Aaron Straup Cope writes:
> I did not want to allow the Anonymous role *any* permissions, and the
> site I am working in is contained in a folder beneath the root Zope
> folder.
>
> The problem was that I had disabled the "Access contents
> information" privilege for the Anonymous user (wh
Yes, it was a misunderstanding regarding basic user permissions and the
Anonymous role on my part.
I did not want to allow the Anonymous role *any* permissions, and the
site I am working in is contained in a folder beneath the root Zope
folder.
The problem was that I had disabled the "Access co
Aaron Straup Cope writes:
> My problem is that I can't seem to figure out, specifically, which
> permissions to give a user that will allow them to read ZopeTime().
Strange...
"DateTime.DateTime" objects (and therefore "ZopeTime") are
explicitely unprotected (and can be used by everyone).
I tr
Doh! Sorry.
Error Type: KeyError
Error Value: ZopeTime
On Fri, 6 Oct 2000, knight wrote:
> Aaron, you left out the error. What was it...
>
> On Fri, 6 Oct 2000, Aaron Straup Cope wrote:
>
> > Hi,
> >
> > My name is Aaron.
> >
> > I am trying to set up zope with (atleast) three roles : manag
Aaron, you left out the error. What was it...
On Fri, 6 Oct 2000, Aaron Straup Cope wrote:
> Hi,
>
> My name is Aaron.
>
> I am trying to set up zope with (atleast) three roles : manager, admin,
> user.
>
> I'd like to give the last two the bare minimum Security permissions
> possible and add
Dicken, Peer writes:
> I´m new to Zope ;) I´m currently composing a set of products for my website
> and have a little problem now:
> I need to make a Product that makes it possible to upload a file, well,
> basically a tuned "FILE" object.
> I need to add a description. Is it right to add th
Tamara Temple wrote:
>
> Hi all,
>
> My first posting here, please forgive if this is obvious, cause it
> isn't to me. I already checked the How-To's and searched the zope-list
> archives and came up with nothing.
>
> I downloaded the two zexp files for ZSiteMap and ZPhotoAlbum, and put
> them
A great resource for newbies is the collection of How-To's
http://www.zope.org/Documentation/How-To (or better yet:
http://www.zope.org/Members/AlexR/tips/howto_list where you can use browser
search to find what you need).
Search for "forms" and you will see, for example:
http://www.zope.org/M
Easy and hard answer.
The easy answer is forget what you know about scripts/cgi and pulling in
form variables from some sort of CGI method (perl module). Since Zope is a
constant running process it does not require that you point to a script.
Hard Answer: The basics are that all you have to do i
> With the advent of Zope 2.2, the first thing you need to do is to create a
> management user. You cannot use the 'superuser' to manage content. I
> know this is a little unfamiliar, but, for now, just suspend disbelief and
> create another user with the 'Manager' role (by visiting the acl_user
There is a proposal something like this in the works.
> -Original Message-
> From: Steve Drees [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 21, 2000 11:11 AM
> To: Chris McDonough
> Cc: Zope User Maillist
> Subject: RE: [Zope] Newbie Question (Conten
Hi Mark,
Mark A. Pappas writes:
> I installed Zope 2.2.0
> I dloaded the Content Manager Guide
> ...
> Zope Error
> Zope has encountered an error while publishing this resource.
>
> Error Type: SuperCannotOwn
> Error Value: Objects cannot be owned by the superuser
The Content M
See (sneak peek) http://www.zope.org/Members/mcdonc/PDG/6-1-Security.stx,
section named "The Superuser".
I hope to have this chapter really finished this weekend.
On Sat, 19 Aug 2000, Chris Withers wrote:
> Chris McDonough wrote:
> > With the advent of Zope 2.2, the first thing you need to do i
"Mark A. Pappas" wrote:
> I installed Zope 2.2.0 on a Win 98 machine. Seems to work fine. I dloaded
> the Content Manager Guide and started working through the tutorial. Went to
> create a folder as instructed.
>
> Below is what I got. What am I doing wrong?
>
> Error Type: SuperCannotOwn
> Erro
Chris McDonough wrote:
> With the advent of Zope 2.2, the first thing you need to do is to create a
> management user. You cannot use the 'superuser' to manage content.
Can anyone remind me why?
T0he problems it's caused, particularly with broswers caching basic auth
info, seem to be pretty na
Darn. Those docs are a little ( ok, a lot...) out of date. They're
still useful, but they don't cover a few things.
With the advent of Zope 2.2, the first thing you need to do is to create a
management user. You cannot use the 'superuser' to manage content. I
know this is a little unfamil
David Loeffler writes:
>
> whenever I try to get hold of this with anything like "_[objId].getProperty(dest)"> (objId is the id of the document) it simply
> redirects ...
"_[xxx]" executes (calls) the retrieved object, if possible.
In your case, execution calls "RESPONSE.redirect".
Yo
Joe Hewitt wrote:
>
> Hi,
>
> I'm making an input form. When I try to change the form's input field
> width, it automagically displays 30 char for each field. Is there any way
> to adjust the width?
Basic HTML Question. Please read HTML docs.
>
> Different question: where can I find some go
gt;; <[EMAIL PROTECTED]>
Sent: Thursday, July 27, 2000 11:44 PM
Subject: Re: [Zope] Newbie question on page counters
> Chris Withers wrote:
> >
> > Chris Withers wrote:
> > > To do what you want, you probably want something like:
> > >
> > > > >
"Richard P. Muller" wrote:
> >
>"manage_changeProperties(counter_value=getProperty('counter_value',getProperty(counter_starting_value,0)-1)+1)">
> Words simply cannot express my gratitude.
Wow, guess it worked then... that was a bit of luck (I didn't actually
test it ;-)
> Can you clue me in a
Chris Withers wrote:
>
> Chris Withers wrote:
> > To do what you want, you probably want something like:
> >
> > >
>"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)">
>
> Erk, maybe this:
>
>
>"manage_changeProperties(counter_value=getProperty('
Chris Withers wrote:
> To do what you want, you probably want something like:
>
>
>"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)">
Erk, maybe this:
Chris
___
Zope maillist - [EMAIL PROTECTED]
http
"Richard P. Muller" wrote:
> I'm in the process of learning Zope hacking, and I'm having a really
> hard time getting a page counter to work. It isn't even that page
> counters are all that important to me, it's that I feel that if I can't
> even do something this simple, what hope do I have doing
thanks that did it...
At 11:48 AM 6/29/00 -0600, Bryan Stillwell wrote:
>On Thu, 29 Jun 2000, Angel Rivera wrote:
>
> > Hey Zope Meisters
> >
> > I am a newbie who is trying hard to get WorldPilot to
> > run. i think i got most of it to work until it comes to add
> > a WorldPilot Product Inst
On Thu, 29 Jun 2000, Angel Rivera wrote:
> Hey Zope Meisters
>
> I am a newbie who is trying hard to get WorldPilot to
> run. i think i got most of it to work until it comes to add
> a WorldPilot Product Instance and no matter what I have
> tried it will not work. Can someone direct me to a
Eddie Mosier wrote:
> Is it possible for you to get a site that is built with zope to be found by
> search engines (other than those that are directory listings, like
> yahoo.com and dmoz.com)?
Yes, lots of Zope sites get hit from search engines, including zope.org.
My own Zope site gets refere
Alexander N Gould wrote:
>
> Now that I've set up some virtual hosts off my zserver, I have another
> question. These sites (each in a folder in the zope DB) share a lot of
> data in the form of some custom zobjects representing contacts, calendar
> items, and posts to discussion boards. If I p
This is my answer to another seeker's question.
It should also answer yours.
This code assumes that the variable customerid on the form
contains a value that matches up with customerid in
the query custcompanysearch
___
selected>
Hi, Joel
Just displaying the list in a :
If "whatever" already has a value and you want that selected:
selected >
the tags are apparently optional.
hth
-- Jim Washington
joel grimes wrote:
>
> I'm trying to fill a combo-box (pardon the vb-centric lingo - I don't know
> wha
eh tone, your using my name in vain again ;)
- Original Message -
From: "Tony McDonald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Zope List" <[EMAIL PROTECTED]>
Sent: 07 June 2000 16:56
Subject: Re: [Zope] Newbie question: graphics in subdi
At 11:35 am -0400 7/6/00, Randy Edwards wrote:
>
>
>This is the Document.
>Now show a graphic:
>
>
>
>
>That references an image file in the root directory called logo.jpg.
>Everything works, it displays fine.
>
>However, I want to keep all of my commonly used image files in a
>subdirect
>However, I want to keep all of my commonly used image files in a
> subdirectory called /images. So I create a folder called "images", upload
> another copy of logo.jpg into it, everything's fine. I change the dtml in
> the "test" document to be "". And it doesn't
> work, giving me an er
+[ Randy Edwards ]-
| I'm going to rewrite my web site in dtml and am using the latest stable
| Zope. Well, I should say I'll rewrite it after I get over this infuriating
| newbie problem I have. :-)
| `
| I'm trying to get Zope to display an image
CURTIS David wrote:
> I wish to use use the date of a database file in my dynamic html code. For example,
>this database was last updated on 06/06/2000. I suppose that there must be a dynamic
>html tag that zope uses. What could it be? I looked at all the documentation and
>have yet to disc
Brad Moulton writes:
> I'd like to be able to store and use the "username"
> captured in a simple login/password DTML method
If you use "basic authentication", then the browser
will manage the username and send it on any request.
You can access it via "AUTHENTICATED_USER".
If your user allows c
>With , Zope gives me following error message:
If the parameters are from another SQL statement, then the SQL method will
not find them, since not the entire namespace is sent.
Try:
pvalueX can be also a variable. If your variables are called paramX, then
the following will work:
That is
In article <[EMAIL PROTECTED]>, zope
<[EMAIL PROTECTED]> writes
>My Z SQL method'insertItem' looks like
>
>Arguments: param1, param2, param3, param4
>
>INSERT INTO plan
>(field1, field2, field3, field4)
>VALUES
>(, , , )
Insert into plan ( field1, field2, field3 field4 ) values (
,
,
,
)
--
You could try using Apache rewrite rules to convert all URL's to lower case,
and then use only lower case names for your folders, documents and methods.
As long as the case is consistent, one rewrite rule should cover everything.
hth,
-- Marcus
> -Original Message-
> From: Alexander N G
Alexander N Gould wrote:
>
> How can I make a folder on my site case - insensitive in regards to access
> from URLs. If someone types http://mysite.com/bigfolder/ into their
> browser, I want it to take them to the Bigfolder, but right now, it
> produces a missing object error. Any hints? Sorr
create an other object (DTML Method) called bigfolder with these contents
(untested):
- Original Message -
From: "Alexander N Gould" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 12:43 PM
Subject: [Zope] newbie question: case sensitive folder problem
> Ho
97 matches
Mail list logo