jacobwb / hashover-next

This branch will be HashOver 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable sql

zimocode opened this issue · comments

By default, the comment stored by xml, it works by json also, but ,when I change to sql, It's broken. I was google for that, but get nothing.

How to stored the comment by sql/sqlite? Is there any docs?

image

mysql is works !
but sqlite didn't.

Your PHP environment is probably missing the PDO module.

Am I missed something from documentation, when I choose sql data format with mysql or sqlite, the system showing error message "General error: 1 no such table: comments". I couldn't find any database migration or sql file to import or something like that for creating database table.