Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve installation #241

Merged
merged 3 commits into from
Jun 13, 2022
Merged

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Jun 13, 2022

Fixes #240

  • add note about Class "SQLite3" not found error

@kenjis kenjis added the documentation Improvements or additions to documentation label Jun 13, 2022
@datamweb
Copy link
Collaborator

How about this?

Note: migration error

When you run spark migrate --all, if you get Class "SQLite3" not found error:

  1. Remove sample migration files in tests/_support/Database/Migrations/
  2. Or install sqlite3 php extension

@kenjis
Copy link
Member Author

kenjis commented Jun 13, 2022

Merge with this for the time being.

@kenjis kenjis merged commit 4c8b53c into codeigniter4:develop Jun 13, 2022
@kenjis kenjis deleted the update-docs-install branch June 13, 2022 12:42
@kenjis
Copy link
Member Author

kenjis commented Jun 13, 2022

@datamweb
The note looks good, but it is not linkable.
https://github.com/codeigniter4/shield/blob/develop/docs/0%20-%20install.md#note-migration-error

Note
This is a note

Warning
This is a warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spark migrate --all causes SQLite3 error
3 participants