Re: [Cppcms-users] cppcms blog, failed to access sqlite3 backend
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-01-07 20:01:07
|
You need to create the database first and run the sqlite configuration script, i.e.: sqlite3 my.db <data-sqlite3.sql Something like that and then configure it in the configuration file. Same for any other database you may want to use. Keep in mind the blog is not officially released and still has some "raw" parts in it. Artyom ----- Original Message ---- > From: Aris Setyawan <ari...@gm...> > To: cpp...@li... > Sent: Fri, January 7, 2011 5:58:31 PM > Subject: [Cppcms-users] cppcms blog, failed to access sqlite3 backend > > After I have successfully build cppcms 0.0.x and cms blog source, then > I ran cppblog_setup and run_lighttpd command, but an error related to > "failed backend access" raised. > > Here are outputs from my terminal: > > [root@masihmurah cms]# ./cppblog_setup > Select Backend > 1 - MySQL > 2 - PostrgreSQL > 3 - Sqlite3 > 3 > DATABASE > sqloe > Enter Blog username and password > arissety balbalanA1 > [root@masihmurah cms]# ./run_lighttpd > Press any key to exit > Failed to access DBFailed to load backend > 2011-01-07 05:43:56: (log.c.166) server started > > was I wrong entering blog username and password? > where is the location of my sqlite database file? > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |