Sonerezh / sonerezh

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

Fix #357: APP_DIR missing in top level index.php for CAKE full path #363

Closed Nizhile closed 5 years ago

Nizhile commented 5 years ago

The problem first described is due to missing APP_DIR in top level index.php. Depending the reference used for the sonerezh root, CakePHP will be found or not:

lGuillaume124 commented 5 years ago

Thanks a lot for your contribution!