Hello guys,
I’ve configured a debian enviroment in order to run a ghost blog and i’m getting the following error:
ERROR: Cannot read property '__cid' of undefined
TypeError: Cannot read property '__cid' of undefined
at Runner_SQLite3.<anonymous> (/root/addictedCoder/stableaddicted/node_modules/knex/lib/runner.js:89:30)
at tryCatch1 (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/util.js:63:19)
at Runner_SQLite3.Promise$_method [as query] (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/promise.js:267:25)
at Runner_SQLite3.<anonymous> (/root/addictedCoder/stableaddicted/node_modules/knex/lib/runner.js:100:19)
at Reduction$iterate [as iterate] (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/reduce.js:57:27)
at Object.Promise$_reducer (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/reduce.js:95:15)
at Object.Promise$_unpackReducer (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/reduce.js:102:29)
at tryCatch1 (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/util.js:63:19)
at Promise$_callHandler [as _callHandler] (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/promise.js:695:13)
at Promise$_settlePromiseFromHandler [as _settlePromiseFromHandler] (/root/addictedCoder/stableaddicted/node_modules/knex/node_modules/bluebird/js/main/promise.js:711:18)
Looks like a problem with sqlite but couldn’t find a solution, could you help me please?
Regards, Addicted.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
How did you install Ghost? Judging from this issue on GitHub, it sounds like you might be trying to run it from the master branch rather than from stable This is unsupported and likely to break.
If you’re trying to install from git, you can use this command to get the stable branch:
git clone -b stable git@github.com:TryGhost/Ghost.git
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.