1pogolinks | Install

| Issue | Likely Cause | Solution | |-------|--------------|----------| | White screen after install | PHP error or missing extension | Check storage/logs/laravel.log ; enable APP_DEBUG=true temporarily | | 404 on all routes | Nginx not routing to index.php | Ensure try_files directive includes /index.php?$query_string | | DB connection refused | Wrong DB credentials or host | Verify .env DB settings; test with mysql -u pogouser -p | | Composer install fails | Memory limit or missing PHP extensions | Increase memory limit in php.ini to -1 temporarily | | Redirect loops | Incorrect APP_URL | Set APP_URL to your exact HTTPS domain | | 502 Bad Gateway | PHP-FPM not running | sudo systemctl restart php8.1-fpm |

location ~ /\.ht deny all;

# example make make sudo make install