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

WordPress import error #133

Merged
merged 1 commit into from Mar 28, 2014
Merged

WordPress import error #133

merged 1 commit into from Mar 28, 2014

Conversation

albertogg
Copy link
Member

Hi, I was importing a blog directly from the db and I'm getting this error in jekyll-import version 0.2.0. This is not happening with version 0.1.0.

error: undefined local variable or method `continue' for JekyllImport::Util:Module. Use --trace to view backtrace

This error occurs with both commands:

$ jekyll import wordpress --dbname my-wp-db --user root --prefix wp_

and

$ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::WordPress.run({"dbname" => "my-wp-db", "user" => "root", "password" => "", "prefix" => "wp_", "comments" => false })'

I've changed the continue with next and everything seems to be working just fine.

@parkr
Copy link
Member

parkr commented Mar 28, 2014

Of course! So sorry for this. Glad that you found the fix.

@albertogg
Copy link
Member Author

No problema!—
Sent from Mailbox for iPhone

On Thu, Mar 27, 2014 at 8:24 PM, Parker Moore notifications@github.com
wrote:

Of course! So sorry for this. Glad that you found the fix.

Reply to this email directly or view it on GitHub:
#133 (comment)

parkr added a commit that referenced this pull request Mar 28, 2014
@parkr parkr merged commit 143d9f2 into jekyll:master Mar 28, 2014
parkr added a commit that referenced this pull request Mar 28, 2014
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants