Collection Database issues #20
Labels
No Label
Bug
Feature Request
Other
Planned Feature
Planning
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: timw4mail/HummingBirdAnimeClient#20
Loading…
Reference in New Issue
Block a user
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?
Ongoing issues with the collection database.
Observed issues so far:
Errors regarding initializing phinx.yml and trying to migrate database without putting migrations locations in single quotes:
Phinx generating database with the wrong filename (anime_collection.sqlite.sqlite3)
Error regarding writing to a read-only database occurs when trying to add items to the collection. Seems to happen both with a newly generated database and one ported over from a previous installation.
Phinx.yml already exists in repo and doesn't need to be initialized (update docs)Phinx.yml requires migrations location to be in single quotes (' ')PHP throws error when trying to view collection if database does not exist (perhaps have a check to make sure the db has been generated before navigating to collection or on collection page)Phinx migrates database to incorrect location (named anime_collection.sqlite.sqlite3)The last issue seems to be an environment-specific problem, so I'm closing this.