使用 quintagroup.transmogrifier 导入包含 PloneFormGen 表单的文件夹
我正在尝试将包含大量 PloneFormGen 文件夹的文件夹从一个 plone 实例迁移到另一个实例。根据我从 tar 球和日志文件中看到的内容,导出似乎正确,但是当我尝试将所述 tarball 导入到 Portal_setup 中的新实例时,没有创建任何内容,这是我得到的唯一输出:
2012-01-25 16:08:43 INFO GenericSetup.rolemap Role / permission map imported. 2012-01-25 16:08:45 INFO GenericSetup.archetypetool Archetype tool imported.
我正在迁移该文件夹从 Plone 4.0.2 实例复制到同一计算机上的 Plone 4.1.3 实例 (CentOS 5.5/Python 2.6.6)。我使用的过程在此 中有详细说明博客文章。
任何建议将不胜感激。
I'm trying to migrate one folder that contains a lot of PloneFormGen folders from one plone instance to another. The export appears to go correctly based on what I can see from the tar ball and log file, but when I try to import said tarball into the new instance in portal_setup nothing is created and this is the only output I get:
2012-01-25 16:08:43 INFO GenericSetup.rolemap Role / permission map imported. 2012-01-25 16:08:45 INFO GenericSetup.archetypetool Archetype tool imported.
I'm migrating the folder from a Plone 4.0.2 instance to a Plone 4.1.3 instance on the same machine (CentOS 5.5/Python 2.6.6). The process I used is detailed in this blog article.
Any suggestions would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你也没有在第二个克隆站点中安装 quintagroup.transmogrifier 。
I am guessing you did not install quintagroup.transmogrifier in the second Plone Site as well.