Yeah, sorry. It looks like even though I was using a fresh clone of my live site on my dev server, some bits of the database were left over from last time I did a trial install. And your install script wouldn't work. Seems to have worked ok on a different clone.
Thanks for fixing all those bugs I pointed out before.
Question, though.
On my site for normal forums, showthread.php looks for a thread number. So say I have a URL for a thread, e.g., (home URL)/showthread.php/8886-My-First-Drive-Review. If the thread name gets changed from "My First Drive Review" to "First-Drive-Reviews", the new URL would be (home URL)/showthread.php/8886-First-Drive-Reviews, but the old URL still works since the thread number is the same. However, it seems like with showwiki.php, minor changes in the thread name totally break previous URLs. It that right?