On Fri, 12 Jan 2001, Jochen F. Rick wrote:

> Please send all bug reports, comments, and random gunfire to 
> [EMAIL PROTECTED] and/or [EMAIL PROTECTED]

I just downloaded com47swiki12-unix.tar.gz (it's sooo convenient :),
and improved the unix instructions a little
(http://minnow.cc.gatech.edu/swiki/11).

First of all: This looks great! Thanks, Jochen & Bolot!

Problem: The default port is 80, which cannot work because users on Unix
        aren't allowed to run servers below port 1024.

Solution: Change default port to 8000, and update documentation.

Problem: After changing the port to 8000 and restarting the server, I get
        "this document contains no data" for the recommended url
        http://localhost:8000/admin/help#getStarted

Solution: ???
        I can see http://localhost:8000/docs just fine, but,
        for example, http://localhost:8000/docs/recent
        also contains no data.

Problem: In http://localhost:8000/docs/10 the Surveys list has two items,
        the second one reading "Error: this should not happen" - pgae number 13 is
        referenced here.

Solution: delete reference to *13* or create that page

Problem: color schemes do not work.

Solution: adjust filename case in various places because unix filenames
        are case-sensitive. Do we want to use all-lowercase filenames?

Problem: Image Editor doesn't work.

Solution: * Set urlPrefix to http://localhost:8000 in imged/settings.xml
        * also make actions/fixurl.book and actions/srcurl.book use
        all-lowercase file names (or rename the files imageedit.* to
        ImageEdit.*) because unix filenames are case-sensitive
        * Then, plugin loading and image editing works, but when I press
        "Keep", #postMultipartFormArgs: fails because the server sent an
        empty response (maybe the same problem as above)

That's as far as I got now ;^)

-- Bert

Reply via email to