phpdave11 / php-survey-builder

A PHP web application that lets you create surveys and collect survey responses. Uses SQLite3 by default and also supports MySQL and PostgreSQL.
MIT License
70 stars 47 forks source link

errorrr #8

Open wahshibinharb opened 4 years ago

wahshibinharb commented 4 years ago

Data directory not writable by web server: data/

xainx3 commented 4 years ago

Data directory not writable by web server: data/

Configure config/Database.ini file according to your requirements,

avetise commented 4 years ago

The following PHP extensions are required: pdo_sqlite

Only keeping mysql. Deleted from config/Database.ini but still getting this.

angerangel commented 1 year ago

Leave config/Database.ini as is, create a folder named data. That's all.