Giter Club home page Giter Club logo

Comments (5)

achimfritz avatar achimfritz commented on July 19, 2024 1

Hi @DenisMir, use https://github.com/lolli42/dbdoctor to fix general inconsistencies.

from container.

DenisMir avatar DenisMir commented on July 19, 2024

Thank you very much for the hint. I will have a look at the dbdoctor.

from container.

achimfritz avatar achimfritz commented on July 19, 2024

@DenisMir can i close this issue?

from container.

DenisMir avatar DenisMir commented on July 19, 2024

Yeah the issue can be closed. I'm sorry I forgot about giving feedback. After cleaning it up manually everything is fine and the integrity check is green.

from container.

instruccionesaldorso avatar instruccionesaldorso commented on July 19, 2024

@achimfritz @DenisMir I faced the same problem described here.
In my case, I got 7 records with pid = -1.
And upgrade wizard is being repeated over and over again, detecting the same wrong pid records (through CLI o through BE Upgrade Wizard in the Install Tool)
Example:

WrongPidError: container child with uid 13629 (page: -1 language: 2) but tx_
      container_parent 1045 has pid 120 language: 2

I guess that DataHandler cannot mark my tt_content with uid 13629 as deleted = 1, due to pid being -1 (page deleted?).

Instead of checking https://github.com/lolli42/dbdoctor extension, would it be safe just running a database query that marks that records as deleted?

UPDATE tt_content SET deleted = 1 WHERE uid IN (13629,......);

from container.

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.