I tried to get Bot running on a D7 installation using SQLite last night, but was getting PDO errors originating from this line in bot.smartirc.inc:
db_query('SET SESSION wait_timeout = 86400');
…because this is meaningless to SQLite, and probably other SQL engines as well. Fortunately, the workaround is simple, and after doing so, Bot seems to work just fine with SQLite (though I haven't tried it with any submodules yet, except my own).
| Comment | File | Size | Author |
|---|---|---|---|
| bot-mysql-only-D7.patch | 750 bytes | Garrett Albright |
Comments
Comment #1
Shiny commentedDitto on postgres
ERROR: unrecognized configuration parameter "wait_timeout"
Patch works nicely.
Comment #2
morbus iffCommitted.