Vbulletin4 import - Permalink issue

I’m missing the last bit of the puzzle.

Postprocessing posts…
2480 / 2480 (100.0%)
Creating Permalink File…

Traceback (most recent call last):
3: from script/import_scripts/vbulletin.rb:942:in <main>' 2: from /root/discourse/script/import_scripts/base.rb:47:in perform’
1: from script/import_scripts/vbulletin.rb:93:in execute' script/import_scripts/vbulletin.rb:893:in create_permalink_file’: uninitialized constant ImportScripts::VBulletin::CSV (NameError)
Did you mean? CSP

Looks like no one had this issue. May be, i’m doing something wrong.

1 个赞

if this is optional, can you comment

" # mysql_query(“CREATE INDEX firstpostid_index ON #{TABLE_PREFIX}thread (firstpostid)”) rescue nil

# import_groups
# import_users
# create_groups_membership
# import_categories
# import_topics
# import_posts
# import_private_messages
# import_attachments

# close_topics
# post_process_posts

# create_permalink_file"

and then run the import script again?

1 个赞

Yes, but they just creates a permalink file, not create permalinks in Discourse. One day I’ll have time to submit a PR with a version that creates them.

1 个赞

你好!抱歉打扰了旧帖子,但我遇到了同样的问题。
我该如何解决这个问题?谢谢!

欢迎您,@taravasya

您可以查看另一个支持创建永久链接的导入脚本,并修改该代码以适用于 vBulletin 脚本。如果这对您来说不是一个解决方案,那么您需要到 Marketplace 提问或给我发私信(或查看 Redirecting… 并说明您只需要此脚本更新)。

1 个赞

谢谢 Jay!经过几次尝试,我成功导入了。我认为在这种情况下,我最初在创建环境时犯了一个错误,但我很快就发现了其中的一些错误,并最终使用此脚本取得了积极的结果:
https://meta.discourse.org/t/importing-migrating-from-vbulletin-4
确实,我对某些 bbcodes 的渲染效果不太满意,我认为我仍然需要“调整”一下,但这属于另一个问题。
总之,谢谢!

1 个赞

太好了!很高兴你明白了。如果你还没有安装,请务必添加 https://meta.discourse.org/t/discourse-bbcode/65425。安装后,你需要 https://meta.discourse.org/t/rebake-all-posts-matching-a-pattern/48713(或者可能只是重新烘焙所有帖子)。

1 个赞

啊……谢谢。我正尝试在一个新安装的 Discourse 中导入,如果 Discourse 默认没有这个插件,我想我也没有。 :person_shrugging: 我会去看看!

1 个赞