Skip to content
Kuzma Fesenko edited this page Jun 26, 2019 · 11 revisions

Troubleshooting

Ask people for help

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.

Clone this wiki locally