[GH-ISSUE #626] After koel:sync, I get a "Error 500 Internal Server Error" at the login screen. #450

Closed
opened 2026-02-26 02:33:14 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-26 02:33:15 +03:00
Author
Owner

@triDcontrols commented on GitHub (Jul 20, 2017):

Issue can be closed, php.ini memory_limit=512M increased to 768M and working.

<!-- gh-comment-id:316789603 --> @triDcontrols commented on GitHub (Jul 20, 2017): Issue can be closed, php.ini memory_limit=512M increased to 768M and 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#450
No description provided.