Hi Alex,

Those two changes made it.

Another little problem: Since I don't use httpGate, the "Start Page" link
in the menu should not point to http://localhost/5000/-2-1.html, but to
http://localhost:5000/-2-1.html. Ho can we fix that?

/Jon

> Hi Jon,
>
>> ? !? (in (blob (; (id @) mup) 'txt) (render))
>> db/wiki/blob/.txt open: No such file or directory
>
> Oops, sorry! From the context I see that this is an access to the "menu"
> document (line 116 in "wiki/gui.l").
>
> You found a bug! The above works only on my system, because I created
> the "home" and "menu" objects initially by and, so that they ended up as
> {2} and {4}.
>
> For a "normal" setup, where these objects reside in DB file 2 (e.g.
> {2-1}), the above call to 'id' won't work.
>
> Please change "wiki/main.l"
>
>    35c35
>    <          (setq *WikiHome (id @))
>    ---
>    >          (setq *WikiHome (id @ T))
>    38c38
>    <          (setq *WikiMenu (id @))
>    ---
>    >          (setq *WikiMenu (id @ T))
>
> and "wiki/gui.l"
>
>    116c116
>    <                (in (blob (; (id @) mup) 'txt)
>    ---
>    >                (in (blob (; (id (car @) (cdr @)) mup) 'txt)
>
> I've also uploaded a fixed "wiki.tgz".
>
> Cheers,
> - Alex


-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to