I fixed the problem, So here is how I did it.
Open a console and type the following commands
- Code: Select all
cd /var
- Code: Select all
ls
I did this so I could see the subsonic folder. I now changed the name with the command
- Code: Select all
sudo mv subsonic subsonicOLD
you need the sudo because only root users are allowed to change the name of the subsonic folder. mv stands for move then it's move this folder to this new folder name.
I then reinstalled subsonic and rebooted. It's now back to normal, thanks!
Just send a message if you need more info on how I did it.