jacobwb / hashover-next

This branch will be HashOver 2.0
GNU Affero General Public License v3.0
420 stars 87 forks source link

How to enable sql #298

Open zimocode opened 3 years ago

zimocode commented 3 years ago

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

zimocode commented 3 years ago

mysql is works ! but sqlite didn't.

da2x commented 2 years ago

Your PHP environment is probably missing the PDO module.

yllumi commented 1 year ago

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.