-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Simon Woodside <[EMAIL PROTECTED]> writes:
> 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). The user the apache is running as, usually nobody or www, must be allowed to create a file in this 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/> Right, I had the same problem > > 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. This is because the apache process is not allowed to write to the file. Normally you don't have to create or touch the database, Wiki does it for your *if* it is allowed to write a file in the given directory. > > 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] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard <http://www.gnupg.org/> iD8DBQE+MPqgxxUzQSse11ARAoMsAKCH99WDLKYtiWz45If4j344Xe8SGACdHdB6 u+46oDbd/pj7mjXUKYvVxRY= =9t04 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
