Troubleshooting_de - Psy-Virus/ampache GitHub Wiki
Ask people for help
- IRC: #ampache on chat.freenode.net
Ask Ampache for help
Enable Logging
Ampache has extensive logging that is disabled in the default configuration, but is very helpful when you encounter issues.
To set up logging, you should modify three variables in config/ampache.cfg.php:
debug = "true"
debug_level = 5
; (for Windows: C:\log\ampache)
log_path = /var/log/ampache
The directory specified by log_path must already exist and be writable by PHP; Ampache will not attempt to create the directory.