-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Crash when running $ ghost restart
from a subdirectory
#1269
Comments
@jackHedaya the error you're showing in logs appears to be a different one than you're describing. As of Ghost-CLI 1.14.0 (this commit specifically), Ghost-CLI will correctly figure out your installation directory, even if you're currently in a subfolder. The error you're running into appears to be related to a broken installation of sqlite3. You should be able to resolve the issue by running |
I will try the |
Just ran This error occured because |
It should do that automatically already, but there might be some sort of issue with that auto-detection not working when |
$ ghost restart
from a subdirectory
Our bot has automatically marked this issue as stale because there has not been any activity here in some time. The issue will be closed soon if there are no further updates, however we ask that you do not post comments to keep the issue open if you are not actively working on a PR. We keep the issue list minimal so we can keep focus on the most pressing issues. Closed issues can always be reopened if a new contributor is found. Thank you for understanding 🙂 |
Not sure what the status of this bug is but haven't worked with Ghost in about a year so I'm going to be closing it. |
Summary
If I run
$ ghost start
or$ ghost restart
in a subdirectory of my Ghost folder it will throw a similar error as found in #442.Steps to Reproduce
cd
to this theme nested somewhere in the ghost project$ ghost start
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
I believe Ghost should recognize that the Ghost directory is somewhere further up and follow it.
Log file
Technical details
Seen in log.
Bug submission checklist
Please fill out this checklist to acknowledge that you followed the requirements to submit a bug report.
The text was updated successfully, but these errors were encountered: