[GH-ISSUE #612] problem with installation #436

Closed
opened 2026-02-26 02:33:13 +03:00 by kerem · 5 comments
Owner

Originally created by @sagar3506 on GitHub (Jun 15, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/612

s
r

is that anything i do wrong please help me

Originally created by @sagar3506 on GitHub (Jun 15, 2017). Original GitHub issue: https://github.com/koel/koel/issues/612 ![s](https://cdn.pbrd.co/images/iSqudqAKT.png) ![r](https://cdn.pbrd.co/images/6qvNwTaF.png) is that anything i do wrong please help me
kerem closed this issue 2026-02-26 02:33:13 +03:00
Author
Owner

@gamerlv commented on GitHub (Jun 16, 2017):

The command php artisan serve is meant for development, it uses the very simple build-in server in php. This server does not work at any sort of real load, eg steaming music.

I see that you tried a laravel config, that should work fine but koel is a bit different in that the index.php is in the project root, not in the /public folder. Try going directly to [your hostname or ip]/index.php

<!-- gh-comment-id:308995201 --> @gamerlv commented on GitHub (Jun 16, 2017): The command `php artisan serve` is meant for development, it uses the very simple build-in server in php. This server does not work at any sort of real load, eg steaming music. I see that you tried a laravel config, that should work fine but koel is a bit different in that the index.php is in the project root, not in the /public folder. Try going directly to [your hostname or ip]/index.php
Author
Owner

@sagar3506 commented on GitHub (Jun 16, 2017):

its display http 500 error

<!-- gh-comment-id:308999280 --> @sagar3506 commented on GitHub (Jun 16, 2017): its display http 500 error
Author
Owner

@gamerlv commented on GitHub (Jun 16, 2017):

That means something is wrong with the server or settings. The logs files should tell you what is going wrong.
The log files you need can be found here:

  • /var/log/apache2/error.log
  • /var/www/html/storage/logs/laravel.log
<!-- gh-comment-id:309019321 --> @gamerlv commented on GitHub (Jun 16, 2017): That means something is wrong with the server or settings. The logs files should tell you what is going wrong. The log files you need can be found here: - `/var/log/apache2/error.log` - `/var/www/html/storage/logs/laravel.log`
Author
Owner

@sagar3506 commented on GitHub (Jun 16, 2017):

Uncaught UnexpectedValueException: There is no existing directory at "/var/www/html/storage/logs" in var/log/apache2/error.log
error log link

<!-- gh-comment-id:309020240 --> @sagar3506 commented on GitHub (Jun 16, 2017): Uncaught UnexpectedValueException: There is no existing directory at "/var/www/html/storage/logs" in var/log/apache2/error.log [error log link](http://textuploader.com/d0haj)
Author
Owner

@sagar3506 commented on GitHub (Jun 16, 2017):

thanks bro now its working

<!-- gh-comment-id:309023238 --> @sagar3506 commented on GitHub (Jun 16, 2017): thanks bro now its working
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#436
No description provided.