Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ghost blog Failed to lookup view "index"

I run Ghost on my MAC, when i visit localhost:2368 in my browser, one issue occured:

500

Failed to lookup view "index"

Stack Trace

Failed to lookup view "index"

at deliver (/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7)

how can i solve it? TKS!

like image 235
jeffrey Avatar asked Oct 16 '13 02:10

jeffrey


1 Answers

Had the same problem, after downloading the master.zip from github. This problem ist described in the troubleshooting section on github:

Sounds like you don't have our default theme - Casper, your content/themes/casper folder is probably empty. When cloning from Github be sure to use SSH and to run git submodule update --init. Don't use the release zip file on Github, if you want a zip file use the one from Ghost.org.

from https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md

So instead of the Zip from Github, use this one: https://ghost.org/zip/ghost-0.4.2.zip

like image 78
alwe Avatar answered Nov 13 '22 02:11

alwe