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

Can't import a blog exported via Wordpress's ghost exporter plugin #21

Open
mrdomino opened this issue Apr 1, 2016 · 2 comments
Open

Comments

@mrdomino
Copy link

mrdomino commented Apr 1, 2016

Trying to import my blog into a fresh Ghost grain, I see the following error:

GET /ghost/api/v0.1/settings/?type=blog%2Ctheme 200 20.425 ms - -

ERROR: Cannot read property 'users' of undefined 

 TypeError: Cannot read property 'users' of undefined
    at DataImporter.doUserImport (/core/server/data/import/data-importer.js:37:18)
    at Transaction_SQLite3.container (/core/server/data/import/data-importer.js:80:18)
    at Transaction_SQLite3.Transaction.initiateDeferred (/node_modules/knex/lib/transaction.js:58:21)
    at /node_modules/knex/lib/transaction.js:90:22
From previous event:
    at Transaction_SQLite3.Transaction.then (/node_modules/knex/lib/transaction.js:85:6)
    at /core/server/data/import/data-importer.js:140:12 

POST /ghost/api/v0.1/db/ 500 38.482 ms - 102
@jparyani
Copy link
Owner

jparyani commented Apr 1, 2016

This may be due to the Ghost Sandstorm port being so out of date. Updating it is near the top of my todo list, but I keep getting distracted with other things :)

@mrdomino
Copy link
Author

mrdomino commented Apr 2, 2016

Very likely -- I can import the same file successfully on a fresh install on ghost.org.

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

No branches or pull requests

2 participants