Skip to content
Robin Ingelbrecht edited this page Jan 26, 2025 · 3 revisions

What does the error SQLSTATE[HY000] [14] unable to open database file mean and how can I fix it?

If you encounter this error, it means the container does not have permissions to write to the host system. There's an open issue to investigate this. In the mean time, you can run following commands to fix this manually:

> chmod -R 777 storage/database
> chmod -R 777 storage/files

What does the error Invalid FTP_VALUES detected in .env file. Make sure the string is valid JSON mean?

This means the FTP_VALUES in your .env file is not valid JSON. Use a JSON validator to validate your JSON