mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1117] error on application.php in windows #652
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#652
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rohankhode18 on GitHub (Nov 9, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1117
i am using xampp as localhost server
i am getting this error when i run this command
$ php artisan koel:init
PHP Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable
(T_VARIABLE) in C:\xampp\htdocs\koel-master\app\Application.php on line 18
@phanan commented on GitHub (Nov 9, 2019):
What version of PHP do you have?
@rohankhode18 commented on GitHub (Nov 11, 2019):
php 7.0 and above
@phanan commented on GitHub (Nov 11, 2019):
Please upgrade to 7.1.
@rohankhode18 commented on GitHub (Nov 11, 2019):
After upgrading php to 7.1 this error coming
Fatal error: Uncaught ReflectionException: Class log does not exist in C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php:734 Stack trace: #0 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php(734): ReflectionClass->__construct('log') #1 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php(629): Illuminate\Container\Container->build('log', Array) #2 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(697): Illuminate\Container\Container->make('log', Array) #3 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php(849): Illuminate\Foundation\Application->make('log') #4 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php(804): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) #5 C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Containe in C:\xampp\htdocs\koel-master\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 734
@phanan commented on GitHub (Nov 11, 2019):
Please consult Google (a quick search showed quite a few solutions for
me), as this is not a Koel issue.
Am Mo., 11. Nov. 2019 um 19:29 Uhr schrieb rohankhode18 <
notifications@github.com>: