Coder Social home page Coder Social logo

Comments (4)

Gagaro avatar Gagaro commented on July 17, 2024

No issue on my website after going from 6.x to 7.x.

from collective.searchandreplace.

serge73 avatar serge73 commented on July 17, 2024

You have the behavior of the page in style Types de contenu Dexterity?
Tell me your version of Plone and the version of search and replace from portal_quickinstaller

Behavior removed deliberately?

from collective.searchandreplace.

Gagaro avatar Gagaro commented on July 17, 2024

c.searchandreplace 7.1.0
plone 5.0.4

Behavior removed by the upgrade step.

from collective.searchandreplace.

mauritsvanrees avatar mauritsvanrees commented on July 17, 2024

The product was refactored in version 7 to no longer need the behavior (which was introduced in version 6). An upgrade step removes it from all types. In the log that you pasted I see that you have indeed run this upgrade step, so all should be fine.

I tested this before and tried it again now:

  • Fresh Plone 5.0.5 site
  • Install c.searchandreplace 6.0.4
  • Enable the behavior on Document
  • Edit the front-page and also create a new Document for good measure.
  • Switch to c.searchandreplace master (7.1) and run its upgrade.
  • Edit both pages: no problem.

Your traceback ends with the relation catalog trying to remove an item and failing with:

KeyError: InterfaceClass Products.CMFDynamicViewFTI.interfaces.ISelectableBrowserDefault

That suggests that the problem is not with c.searchandreplace.

Maybe this post helps: http://do3.cc/blog/2012/09/264/debugging-zcrelations---broken-btrees/
At the end you should to do import transaction; transaction.commit() otherwise your changes are not saved in this debug session.

Since this seems a zc.relation issue, I have opened a ticket there:
zopefoundation/zc.relation#1

I will close your ticket. If you think it really is a collective.searchandreplace problem, please reopen.

from collective.searchandreplace.

Related Issues (16)

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.