All items should be green or contact your admin.
| Check | Status |
|---|---|
| PHP Version ≥ 7.4 | PASS |
| storage/ exists | PASS |
| storage/ writable | FAIL |
| galactic_directory.csv exists | PASS |
| galactic_directory.csv readable | PASS |
| galactic_directory.csv writable | FAIL |
| uploads/ exists | PASS |
| uploads/ writable | FAIL |
| File uploads enabled (php.ini) | PASS |
| upload_max_filesize ≥ 20M (current: 12M) | FAIL |
| post_max_size ≥ 25M (current: 18M) | FAIL |
# Folder permissions chmod 766 storage chmod 766 storage/uploads # File permissions chmod 666 storage/galactic_directory.csv # If ownership is incorrect (replace USER:GROUP) chown -R USER:GROUP storage # Ensure PHP allows sufficiently large uploads upload_max_filesize = 20M post_max_size = 25M