Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something

2000-07-19 Thread Chris Withers

Dieter Maurer wrote:
> Unfortunately, there are a few exception (like "Resource not Found")
> that are build into Python code (sigh).

Resource not found should get handled fine in 2.2

Anauthorized, sadly, doesn't. This was supposed to get fixed but seems
to haev dropped by the wayside :(

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something

2000-07-19 Thread Dieter Maurer

Jonathan Desp writes:
 > I did it, and you still can see the sentences -->
The debug mode adds the traceback.

The other "sentences" (?) are (usually) generated by
"standard_error_message".

Unfortunately, there are a few exception (like "Resource not Found")
that are build into Python code (sigh).


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something

2000-07-19 Thread Jonathan Desp


- Original Message -
From: "Chris Withers" <[EMAIL PROTECTED]>
To: "Jonathan Desp" <[EMAIL PROTECTED]>
Cc: "Nick Garcia" <[EMAIL PROTECTED]>; "zope zope zope" <[EMAIL PROTECTED]>
Sent: Wednesday, July 19, 2000 5:20 AM
Subject: Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something


> Jonathan Desp wrote:
> > I did it, and you still can see the sentences -->
> >
> > http://www.atomasoft.com/asdf.asfd
>
> Did you restart Zope after you made the change?

I put on shutdown, and then closed all my browser, it's still there, but I
think this is because David my friend for the server, didnot re-start zope,
for me I can't re-start  zope because it's not my server, and it's a remote
server, you see ?

if you know another way just say it, for I'll wait that David and ask him to
re-start my zope.


David ->


You're running your server in debug mode.  Turn debug mode off and you
> won't see them anymore.  If you're using ZServer you need to edit start
> and take out the -D option.

Ok good, so here -->

#! /bin/sh
reldir=`dirname $0`
PYTHONHOME=`cd $reldir; pwd`
export PYTHONHOME
exec /usr/local/bin/python \
 $PYTHONHOME/z2.py \
 -D "$@"

by this ? --->

#! /bin/sh
reldir=`dirname $0`
PYTHONHOME=`cd $reldir; pwd`
export PYTHONHOME
exec /usr/local/bin/python \
 $PYTHONHOME/z2.py \
  "$@"

I did it, and you still can see the sentences -->

http://www.atomasoft.com/asdf.asfd


>
> Chris
>


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something

2000-07-19 Thread Chris Withers

Jonathan Desp wrote:
> I did it, and you still can see the sentences -->
> 
> http://www.atomasoft.com/asdf.asfd

Did you restart Zope after you made the change?

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] http://www.atomasoft.com/yahoo-yes!.something

2000-07-18 Thread Nick Garcia

Jonathan Desp wrote:
> 
> Hi,
> 
> If you go there ->
> 
> http://www.atomasoft.com/yahoo-yes!.something
> 
> You will see my "Not Found" page, because there is no such page in my
> database.
> 
> But I'm always seeing those ugly sentences below, and I'd like to cut them
> and then don't see them anymore, what I can do ? Where is the file to edit ?
> What I need to erase ? I searched the mailing list with several keyword, my
> "standard_html_footer (Standard Html Footer) " file is very good and
> perfect, but I don't want to see the "ugly sentences" like:

You're running your server in debug mode.  Turn debug mode off and you
won't see them anymore.  If you're using ZServer you need to edit start
and take out the -D option.

-- 
Nick Garcia | [EMAIL PROTECTED]
CodeIt Computing | http://codeit.com

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )