mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1280] Search database issues #730
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#730
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 @zachron on GitHub (Feb 12, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1280
i upgraded to 5.0.2 and the TNTSearch seems to be broken..
when i try to do a search , in the storage/logs/laravel.log is produces this:
[2021-02-12 18:40:40] production.ERROR: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database {"userId":2,"exception":"[object] (PDOException(code: HY000): SQLSTATE[HY000]: General error: 8 attempt to write a readonly database at /usr/share/nginx/koel/vendor/teamtnt/tntsearch/src/TNTSearch.php:399)(if you need the full stacktrace i can provide it)
I followed all the upgrade instructions and everything else seems to be working fine. Any help is appreciated.
@phanan commented on GitHub (Feb 15, 2021):
What's the content under
storage/search-indexesand is the directory (and its content) writable?@zachron commented on GitHub (Feb 15, 2021):
that is what the issue was, that directory was not writeable, i fixed that and now it works. thank you for your help.
@ghost commented on GitHub (Feb 26, 2021):
Had a very similar issue which didn't allow me to edit song metadata. For me it was the
storage/frameworksubdirectory. Probably happened because I ranphp artisan serveas root.chown -R <user> storage/fixed it.(Just for the future reader.)