-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Ghost process exited with code: 0 #501
Comments
+1 on this. Happened in my local macOS build (I use for local writing). Did |
@newey01c @togume would both of you be able to try running If this happens again too you might try running I'll try to add some additional logic in here to output exactly why ghost stopped - although if there is no logging output there's not much that I can do unfortunately. |
There is no helpful logging output unfortunately! If there was, I'd have dug in a little bit deeper trying to diagnose the problem. I think it might be to do with |
@newey01c - sounds like what happened to me... @acburdine - I'll try that next time to see what happens. What I ended up doing was - getting the |
@newey01c that appears to be accurate. I had the same issue; |
In my case, this actually open my site |
I found that my site URL in |
@Khangeldy when it comes to theme development, your best bet is to install ghost locally ( I'm not sure I understand how this relates to the original issue, but feel free to correct me if I'm missing anything. If your issue doesn't specifically relate to the original issue, please check out the #help channel in the Ghost Slack chat if you have any questions! If you're looking for guidance on Also, as a side note, please make sure you update the CLI to the latest version! There were some dependency changes and production improvements that will make your life easier 😜 |
@vikaspotluri123 I am getting same error like this issue. When i start ghost start -D i got |
This looks like a mixture of reports.
This should be fixed!?
Not sure how it's possible to enter a URL without protocol, there is a url validation. If it was manually edited cc @jeffreywyman, the CLI could detect a incorrect url format. @Khangeldy Hard to guess why you are running into the problem. Could you double check the comments and see if any of the suggestions fixes your problem? Share as much as you can and upgrade to the latest CLI version. |
|
closes TryGhost#501 - if the content folder is owned by a separate user, the local process manager will fail - improve local process manager errors - add local process manager tests
closes TryGhost#501 - if the content folder is owned by a separate user, the local process manager will fail - improve local process manager errors - add local process manager tests
closes TryGhost#501 - if the content folder is owned by a separate user, the local process manager will fail - improve local process manager errors - add local process manager tests
closes #501 - if the content folder is owned by a separate user, the local process manager will fail - improve local process manager errors - add local process manager tests
I have similar issue with the same error message. In my case, when I rename folder name other than "ghost". When I rename it back to "ghost", everything goes back to normal.
|
I encountered this problem today when I attempted to upgrade Ghost from 2.6.x to 2.8.0 before upgrading Ghost CLI. After trying a few different things, running Worth noting: When I ran Debug Info
|
I ran into this today and it was due to my |
OK so i was able to fix this on macos by doing |
This is still an issue when the folder name is changed after initialising |
Not sure if this helps, but if you are running locally, after I renamed the install folder and I needed to also review my config.development.json file as it was still pointed to the old path for the sqlite file. |
Happened to me too, after I've copied a production config file to my local Ghost instance (before that I only had What helped me was to simply run P.S. My setup is on Windows 8.1 with Cygwin, using node v10.13.0 with nvm P.P.S. Most likely unrelated, but I've also run |
This issue is a
Summary
Ghost won't start - just emits this unhelpful error message!
Steps to Reproduce (for a bug report)
Not sure. Usually happens after an upgrade and reboot on the server. NPM packages are rebuilt at the same time but this doesn't always fix it.
Technical details (will be automatically output by Ghost-CLI if an error occurs):
Kate Note: Error message should be improved first. Try to improve other error messages as well.
The text was updated successfully, but these errors were encountered: