Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
768 stars 122 forks source link

HTTP ERROR 500 for 1.22 #342

Closed loso20p closed 5 years ago

loso20p commented 5 years ago

HTTP ERROR 500 page isnt working.

i tried tried 1.20 and the install page comes up but 1.22 no install page and HTTP ERROR 500

is it missing a file or something?

MasThoDont commented 5 years ago

Hey,

I still have the same issue with the 1.2.3 version.

I checked the log and found this :

I have to comment the line 38 in /var/www/sonerezh/index.php to fix this bug :

But now, i have a new bug :

And I don't know what to do now.

lGuillaume124 commented 5 years ago

That's weird. I've double checked /install before pushing 1.2.3 :cry:

Let's re-open the issue…

lGuillaume124 commented 5 years ago

Are you using a webserver like Apache or NGINX?

MasThoDont commented 5 years ago

Yes I'm using Apache. The 1.2.0 version was working fine, I didn't change the Apache config.

I run Sonerezh on a https domain, maybe that is the problem.

lGuillaume124 commented 5 years ago

I run Sonerezh on a https domain, maybe that is the problem.

Nope.

MasThoDont commented 5 years ago

I find that went wrong.

In the release 1.2.1, the file .htaccess was deleted. So I restored it on my server and the 1.2.3 version is working fine. (with the previous change in index.php)

lGuillaume124 commented 5 years ago

Good catch. I'll fix both of them. Thank you a lot!