Git Product home page Git Product logo

Comments (7)

mauritsvanrees avatar mauritsvanrees commented on September 24, 2024 1

He is not exporting PloneFormGen items. His problem is that there is a page which has a relation to a broken PloneFormGen object. Our relation export code trips over this.

@Rudd-O Your inline diff seems okay at first glance. Can you make this into a pull request?

Alternative: install collective.relationhelpers and use it to inspect and/or rebuild all relations.

from collective.exportimport.

Rudd-O avatar Rudd-O commented on September 24, 2024

Ah, forgot the traceback:

ERROR:collective.exportimport.export_other:Cannot export relation <z3c.relationfield.relation.RelationValue object at 0x7ca3245ad740 oid 0x15a56a in <Connection at 7ca3288bf070>>, skipping
Traceback (most recent call last):
  File "/home/user/optplone/buildout-cache/eggs/plone.app.relationfield-2.0.3-py3.8.egg/plone/app/relationfield/path.py", line 15, in path
    return '/'.join(obj.getPhysicalPath())
AttributeError: 'FormFolder' object has no attribute 'getPhysicalPath'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/optplone/deployments/master/src/collective.exportimport/src/collective/exportimport/export_other.py", line 121, in get_all_references
    rel_from_path_and_rel_to_path = rel.from_path and rel.to_path
  File "/home/user/optplone/buildout-cache/eggs/z3c.relationfield-0.9.0-py3.8.egg/z3c/relationfield/relation.py", line 55, in to_path
    return _path(self.to_object)
  File "/home/user/optplone/buildout-cache/eggs/z3c.relationfield-0.9.0-py3.8.egg/z3c/relationfield/relation.py", line 138, in _path
    return object_path.path(obj)
  File "/home/user/optplone/buildout-cache/eggs/plone.app.relationfield-2.0.3-py3.8.egg/plone/app/relationfield/path.py", line 17, in path
    raise ValueError(obj)
ValueError: <persistent broken Products.PloneFormGen.content.form.FormFolder instance b'\x00\x00\x00\x00\x00\x15\xa5D'>

Obviously my site does not have PFG and cannot be installed even if I wanted to.

from collective.exportimport.

pbauer avatar pbauer commented on September 24, 2024

You cannot export broken objects, you should exclude them in the export.

from collective.exportimport.

Rudd-O avatar Rudd-O commented on September 24, 2024

I don't even know how to find the broken object much less reference it in the exclusion list :-(

from collective.exportimport.

pbauer avatar pbauer commented on September 24, 2024

Since your issue is that you uninstalled PloneFormGen but still have items you could either delete theme, choose not export them or reinstall PloneFormGen. A exported FormFolder will not help you anyway in Plone 5. MIgrating to easyform is done within collective.easyform (works in Plone 4 or 5). It may be easier to recreate the forms by hand unless you have a lot of them.

If you have more broken content you can try that in you global_obj_hook:

from ZODB.broken import PersistentBroken
if isinstance(obj, PersistentBroken):
    return

from collective.exportimport.

Rudd-O avatar Rudd-O commented on September 24, 2024

Yes please Maurits, I don't even care about the credit :-) just trying to ensure this project kicks ass.

from collective.exportimport.

Rudd-O avatar Rudd-O commented on September 24, 2024

Relation helpers is already proving useful, and I am working around the FormFolder broken object by using one of my workarounds.

from collective.exportimport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.