Thank you Lukas !
Loaded (not merged) Pier-All-lr.11.mcz, accepted a yes/no, then a warning
about unresolved globals, saw 2 complaints about Undeclared, and then
tested all the items on Pier's home page O.K. :)
The only thing I now have to solve is '...service already running (or
so)...' despite that I did a (MAKom shutDown) and thereafter uploaded the
new image to the server (so there was a GC involved). If someone knows a
trick for how to get rid of the shutDown'ed instance then please let me
know.
/Klaus
On Tue, 22 Nov 2005 23:48:56 +0100, Lukas Renggli <renggli(a)iam.unibe.ch>
wrote:
Hi Klaus
have Pier installed on Squeak 3.8 / Debian Linux,
with Apache2
forwarding requests to localhost:8888.
Allmost all works fine execpt the request below crashed the Squeak VM:
-
http://squeak.cobss.ch/LowSpaceDebug.log
(just a low space condition).
Thanks for reporting this issue. This is a bug leading to a recursion,
since by accessing the URL /seaside/pier/Environment/Contents
you are trying to display what is currently display in the contents-
pane, what is currently displayed in the contents-pane, what is
currently display in the contents-pane, ...
The standard checks to avoid recursion within recursively nested pages
does not work here, so I had to put a special check into PRDefaultView.
This is not a nice solution, but the only one I can think of at the
moment. Load the latest release from
http://mc.lukas-
renggli.ch/pier/Pier-All-lr.11.mcz to avoid this problem.
Lukas