[Zope] reinstall zope
Dieter Maurer
dieter@handshake.de
Sat, 30 Mar 2002 20:48:07 +0100
duranton writes:
> I downloaded Zope-2.5.1b1 binary. It started the first time but somewhere I
> must start several time before it start.
Edit the start script and activate logging:
Should look something like:
exec /usr/local/bin/python2.1 \
$INST_HOME/z2.py \
-D -t5 -L '' \
STUPID_LOG_FILE=zope.log "$@"
The essential thing is the "STUPID_LOG_FILE=zope.log".
Restart and look into zope.log to learn about startup problems.
> I then find Paaage template.
> For the above message, I remove Zope-2.4.3 and I can't reobtain it.
Stay with Zope-2.5.1b1!
It contains Page Templates.
Zope 2.4.x (x <= 3) contains serious stability problems.
Dieter