将数据从 Plone 4 移动到 Plone 3

发布于 2024-12-13 13:06:52 字数 159 浏览 3 评论 0原文

奇怪的是,我希望将我在 Plone 4 中添加的数据移动到 Plone 3 中。

原因是,我无法将 pdf_to_html 转换添加到 P4 中,并且我已经尝试了一切。我曾经使用 P3,索引很好,但现在不高兴了。

有人可以建议这是否可能吗?

谢谢, 克里斯

Oddly enough, I'm looking towards moving the data I have added in Plone 4 into Plone 3.

Reason being, I've not been able to add the pdf_to_html transforms into P4, and I've tried everything. I used to use P3, and that indexed just fine, but no joy now.

Can anybody advise if this is possible?

Thanks,
Chris

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野味少女 2024-12-20 13:06:52

我可以确认我遇到了与您相同的错误:

Module Products.MimetypesRegistry.MimeTypesRegistry,第 457 行,分割 MimeTypeException:格式错误的 MIME 类型(已损坏)

手动添加转换时。

然而,如果您删除并重新创建克隆门户对象,则转换将成功创建。

这不是一个很好的解决方案,但可能有用。

I can confirm that I experienced the same error you did:

Module Products.MimetypesRegistry.MimeTypesRegistry, line 457, in split MimeTypeException: Malformed MIME type (BROKEN)

When adding the transform manually.

If however you blow away and recreate the plone portal object, the transform is created successfully.

Not a great solution, but might be useful.

洋洋洒洒 2024-12-20 13:06:52

我在本地也遇到过同样的问题。

这是因为我的设备上没有安装 pdftotext 二进制文件。

在 Mac 上:brew install poppler

I've had the same problem on local.

This was because I didn't have the pdftotext binary install on my device.

On mac : brew install poppler

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文