mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #626] After koel:sync, I get a "Error 500 Internal Server Error" at the login screen. #450
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#450
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 @triDcontrols on GitHub (Jul 20, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/626
Running Koel v3.6.2 on CentOS7, Apache/2.4.6 (CentOS), PHP 5.6.30, and Maria DB 10, and Chrome V59.
After a clean installation all is working, but after setting my media path in settings and running php artisan koel:sync in /var/www/html with sudo priveldeges, and attempt to login again from the web interface, and before even entering my username and password, I Get this error in the chrome console,
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I checked all my permissions thinking "Failed to load resource" error means permissions, I ended up setting chown -R apache:apache /var/www/html/* that didn't work, I ended up also setting chmod 777 to all files in /var/www/html. and that still does not work. Not sure where to look next.
@triDcontrols commented on GitHub (Jul 20, 2017):
Issue can be closed, php.ini memory_limit=512M increased to 768M and working.