http://www.atomasoft.com/yahoo-yes!.something
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: Traceback (innermost last): File /home/jonano/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /home/jonano/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/jonano/Zope-2.2.0-src/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: ElementWithAttributes) File /home/jonano/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 162, in publish File /home/jonano/Zope-2.2.0-src/lib/python/ZPublisher/BaseRequest.py, line 354, in traverse File /home/jonano/Zope-2.2.0-src/lib/python/ZPublisher/HTTPResponse.py, line 533, in debugError NotFound: (see above) Anyone can help me a little bit ? my business is cool ? more to come, I will announce the opening of my site soon, on this mailing lis ! mailto:jonathandesp@atomasoft.com Very truly yours, <><><><><><><><><><><><> Jonathan Desp Atomasoft Matter will become software http://www.atomasoft.com <><><><><><><><><><><><> "I used to think that the brain was the most wonderful organ in my body. Then I realized who was telling me this."
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 | ngarcia@codeit.com CodeIt Computing | http://codeit.com
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
Jonathan Desp wrote:
I did it, and you still can see the sentences -->
Did you restart Zope after you made the change? Chris
----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "Jonathan Desp" <jonathandesp@atomasoft.com> Cc: "Nick Garcia" <ngarcia@codeit.com>; "zope zope zope" <zope@zope.org> 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 -->
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
participants (3)
-
Chris Withers -
Jonathan Desp -
Nick Garcia