Is it only me, or does ZWiki have problems with SiteAccess ? I have an SiteRoot with a Base path like http://host.x.y/~flight, but all the links in ZWiki's header and footer are broken, since they don't mirror the "~flight" part of the SiteRoot base. I fixed the obvious problems by patching ZWikiPage.py's wiki_page_url() and wiki_base_url() functions from return '/' + self.absolute_url(relative=1) to return self.absolute_url(relative=0) Strangely, that does the work for me, but I have a strong feeling that that's not the correct and complete fix for the problem. This is with the WikiForNow tarball, but the code in 0.8.1 looks identical. Gregor PS: zwiki.org and joyful.com seem to be down since at least yesterday. Does anybody know what's going on ? PPS: What's the fastest way to set up a new ZWiki site so that people get a change to register as users?
Gregor Hoffleit <gregor@mediasupervision.de> writes:
Is it only me, or does ZWiki have problems with SiteAccess ? I have an
Hi Gregor, it has had in the past. Does the latest (0.9.3 or cvs) version help ? You'll see about 7 different variants of these methods. The latest has produced fewest bug reports, if it doesn't work for you tell us more. I have the feeling it should be solvable with the current code and perhaps some tweaks to your siteaccess configuration. I still do the latter by trial and error so I can't really advise there.
PS: zwiki.org and joyful.com seem to be down since at least yesterday. Does anybody know what's going on ?
I haven't seen that.. ( http://uptime.arsdigita.com/uptime/reports.tcl?monitor_id=119420 )
PPS: What's the fastest way to set up a new ZWiki site so that people get a change to register as users?
I took a stable release of the PTK, created a wiki in a subfolder via some ZMI trick, and hacked/hid everything but the membership functionality. There's a page about it somewhere on zwiki.org if you're interested. I haven't tried it with the CMF, though I hope to soon. The standalone membership/loginmanager products should also be an option, unfortunately I never managed to get them working. -Simon
participants (2)
-
Gregor Hoffleit -
Simon Michael