Error 500 and database connection error
Hey!
selfoss is unfortunately based on fatfree framework, which sometimes behaves rather peculiarly. In this case, looking at the documentation, I would guess your password contains a comma character, which makes the framework split the password into an array. To fix that, you can either change the password or wrap it in quotes like this: db_password="pass,word"