On Thu, Jun 05, 2008 at 12:41:48PM -0400, Shaya Potter wrote: > after initially installing the package, one is supposed to go to > > http://your-host/cgi-bin/movabletype/mt.cgi > > to get it change the admin password > > however, I get a movabletype/perl error > > Can't connect to data source '' because I can't work out what driver to > use (it doesn't seem to contain a 'dbi:driver:' prefix and the > DBI_DRIVER env var is not set) at > /usr/share/perl5/Data/ObjectDriver/Driver/DBI.pm line 54 at > /usr/share/perl5/Data/ObjectDriver/Driver/BaseCache.pm line 234
This seems to be an oversight in the creation of the SQLite database; it needs to be created such that the web server can access it. I will fix this in an upcoming release; in the meantime you can fix this manually by running the following command as root: chown -R www-data:www-data /var/lib/dbconfig-common/sqlite/movabletype-opensource Apologies for the inconvenience. Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

