Deprixa Plus — Requirements & Installation · 2.7 Common Installation Errors
If you encounter issues during or after installation, check this table for quick solutions.
| Error | Cause | Solution |
|---|---|---|
| 500 Server Error | APP_KEY is missing or invalid | Run php artisan key:generate |
| SQLSTATE Connection refused | MySQL is not running or credentials are wrong | Verify your database host, port, username, and password in .env |
| storage/ not writable | Incorrect file permissions | Run chmod -R 775 storage bootstrap/cache |
| Class not found | Autoloader is out of date | Run composer dump-autoload |
| Vite manifest not found | Frontend assets have not been built | Run npm install && npm run build |
| Blank white page | PHP errors are hidden (display_errors off) | Check storage/logs/laravel.log for the actual error message |
Still Stuck?
If none of the solutions above resolve your issue, check the FAQ & Troubleshooting page or contact support with the contents of your storage/logs/laravel.log file.