[Zope] FTP and 2.3.0
Jim Washington
jwashin@vt.edu
Fri, 09 Mar 2001 09:36:19 -0500
Hi, Stephan
Make sure you are not running in debug mode (-D). Check your start
script to be sure. FTP often will try to write to stdout, and if you
closed the terminal after running ./start (and debug mode is the
default!), zope will crash. This solved the same problem for me a while
back. If you are not running the source distribution, never mind;
things may not be set-up this way, though I would expect that the cause
is likely very similar.
-- Jim Washigton
Stephan Goeldi wrote:
>
> Whenever I try to FTP into my Zope 2.3.0, Zope crashes. I have to restart it
> then.
>
> Before, there was 2.2.5 with multiple domains (SiteRoot) without any
> problems.
>
> Is this a known issue?