From: <mal...@cs...> - 2004-04-08 03:46:09
|
On Wed, Apr 07, 2004 at 03:28:53PM +1000, Malcolm Ross Kinsella Ryan wrote: > > So I tried a flat-file approach. Now it did the whole "loading up a > virgin wiki" thing and created lots of pages the designated directory, > but when you try to display any of them, the page comes up blank > ("View source" shows it is just "<html><body></body></html>"). Hrm. After a lot of messing around, I've managed to set up a MySQL db, and I get exactly the same behaviour: the virgin wiki loads, but then all the pages appear blank. So I suspect that this is not a database problem. Maybe something to do with page caching? I'm using the default setup for this stuff. I just did a diff and the only changes I've made from the distribution copy of "index.php" are 1) To change the WIKI_NAME 2) To set the ADMIN_USER and ADMIN_PASSWD 3) To set the dbtype to SQL and the dsn appropriately 4) To set REQUIRE_SIGNIN_BEFORE_EDIT to true. Any ideas? Malcolm -- Malcolm Ryan - mal...@cs... - http://www.cse.unsw.edu.au/~malcolmr/ "Blessed are the pure in heart, for they will see God." -- Matt 5:8 |