OK, I'm bootstrapping the axkit wiki on my system. My sysadmin finally
installed Wiki 0.05 so I'm going ahead. There's distinct lack of
documentation for this ;-) so I started to RTFS and RTFG (google...).
First gotcha was that I needed to add to my .htaccess:
PerlSetVar WikiDBRoot ./wikidb
(or whatever directory).
Then the next complaint was a missing file it needed:
../wiki/sidemenu.xml I have no idea what's supposed to be in there
(maybe some XHTML???) so I put in just the bare bones to make it stop
complaining:
<?xml version="1.0"?>
<foo/>
Next it complained it was missing the SQLite database file:
../wiki-AxKit.db so I just touched the file and now I have this error:
DBD::SQLite::db do failed: no such table: Page at
/usr/local/share/perl/5.6.1/AxKit/XSP/Wiki.pm line 40.
DBD::SQLite::db do failed: attempt to write a readonly database at
/usr/local/share/perl/5.6.1/AxKit/XSP/Wiki.pm line 358.
Issuing rollback() for database handle being DESTROY'd without explicit
disconnect() at /usr/lib/perl5/Apache/AxKit/Language/XSP.pm line 139.
So this is why I called the message "bootstrap" How do I bootstrap this
database? I don't know what the schema might be...
simon
---
www.simonwoodside.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: wiki bootstrap Simon Woodside
- Re: wiki bootstrap Matt Sergeant
- Re: wiki bootstrap m . spring
- Re: wiki bootstrap m . spring
- Re: wiki bootstrap Matt Sergeant
