9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Wiki won't work
@ 2002-05-04 18:06 Mark Bitting
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Bitting @ 2002-05-04 18:06 UTC (permalink / raw)
  To: 9fans

I'm trying to set up the wiki... any attempts to edit or create a page return:

Object not found
The object %s open %s failed: %r does not exist on this server.

The other stuff works fine.  Also, I'd like to rename the wiki, I'm guessing
the easiest way is to create a page named "my wiki" and change the html links
to point to it instead of "Plan 9 Wiki".

Mark Bitting


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Wiki won't work
@ 2002-05-04 18:25 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2002-05-04 18:25 UTC (permalink / raw)
  To: 9fans

> I'm trying to set up the wiki... any attempts to edit or create a page return:
> Object not found
> The object %s open %s failed: %r does not exist on this server.

That means you are still pointing at the wrong
service in /sys/lib/wiki/edit.html and /usr/web/your-wiki-path/create.html.

It occurs to me that I forgot to include create.html.
The one we use is below.  It's very similar to edit.html.
In both there is a hidden variable:

	<input type="hidden" name="service" value="plan9">

Here the value is plan9, so ip/httpd/wikipost mounts
/srv/wiki.plan9 as the wiki service.  If you change the
service name you need to change this variable.

The "name of the wiki" is really just the default
page that comes up -- put in another page as page #1
and you'll be all set.

Russ


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-04 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-04 18:06 [9fans] Wiki won't work Mark Bitting
2002-05-04 18:25 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).