Here are some common issues and quick solutions:
database and assets/images/uploads folders are writable.php.ini is sufficient and the upload directories are writable.config, app, core, and temp directories.database/database.sqlite file. Your uploaded images are stored in assets/images/uploads. To back up your data, simply make copies of these files/folders. To restore from a backup, replace these files with your backed-up versions when the application is not in use.
database/database.sqlite file and assets/images/uploads folder. Then, download the latest version from our website, extract it over your existing installation, and restore your database file and uploads folder. Make sure your config/app_config.php settings are preserved during this process.
database directory and the database.sqlite file. You can fix this with commands like: chmod 755 database and chmod 664 database/database.sqlite followed by chown www-data:www-data database/database.sqlite (replace www-data with your web server user).