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

Allow admin app to run when active theme missing #5191

Merged
merged 1 commit into from Apr 26, 2015
Merged

Allow admin app to run when active theme missing #5191

merged 1 commit into from Apr 26, 2015

Conversation

jaswilli
Copy link
Contributor

Closes #5155

  • If the theme that has been set to active is missing, set
    a default express-hbs instance on the express app and allow
    middleware processing to continue so that the admin client can
    be accessed.
  • Log a warning when this happens.
  • Fix issue where frontend error page was not being rendered
    correctly.

Closes #5155
- If the theme that has been set to active is missing, set
  a default express-hbs instance on the express app and allow
  middleware processing to continue so that the admin client can
  be accessed.
- Log a warning when this happens.
- Fix issue where frontend error page was not being rendered
  correctly.
ErisDS added a commit that referenced this pull request Apr 26, 2015
Allow admin app to run when active theme missing
@ErisDS ErisDS merged commit 18638d3 into TryGhost:master Apr 26, 2015
@jaswilli jaswilli deleted the issue-5155 branch March 3, 2016 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ghost admin should not error if the currently active theme is missing.
2 participants