skip to Main Content

Nginx with PHP usage of SQLite throws error

I'm using nginx in docker from trafex/php-nginx But I don't get SQLite working. The following php code <?php $db = new SQLite3('/var/private/anmeldungen.db'); $db->close(); throws this error [error] 9#9: *33 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error:…

VIEW QUESTION
Back To Top
Search