Re: [Cppcms-users] cppcms blog, failed to access sqlite3 backend
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2011-01-08 00:13:13
|
> Keep in mind the blog is not officially released > and still has some "raw" parts in it. I knew it. I plan to add an FTS search box in this blog. I have create sqlite3 database in "db" directory, then I configure config.txt manually. But it still raised the same error. What kind of error "*Failed to access DBFailed to load backend*" is? how I can find more detailed error message? here are my config.txt configuration: *############## # SQL Engine # ############## # dbi.debug=1 # dbi.engine="mysql" dbi.engine="sqlite3" # dbi.engine="pgsql" # mysql.db="cppcms" # mysql.user="root" # mysql.pass="root" sqlite3.db="sqloe.db" sqlite3.dir="./db/" # pgsql.db="cppcms" # pgsql.user="artik" * Here are errors from my terminal: *[root@masihmurah cms]# ./run_lighttpd Failed to access DBFailed to load backend 2011-01-07 13:56:59: (log.c.166) server started Press any key to exit 2011-01-07 13:57:08: (mod_fastcgi.c.1734) connect failed: Connection refused on unix:/tmp/cppblog.socket 2011-01-07 13:57:08: (mod_fastcgi.c.3037) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1 2011-01-07 13:57:08: (mod_fastcgi.c.3608) all handlers for /blog? on /blog are down. 2011-01-07 13:57:10: (mod_fastcgi.c.2864) fcgi-server re-enabled: unix:/tmp/cppblog.socket * |