I have content translation module enabled, and when I do replications I get some strange behavior:

1) Often I see an "undefined index en-142" (en-142 is a custom language I have) error in the watchdog after replication.
2) I am seeing some nodes being renamed to what looks like a timestamp.

I wouldn't think these things would be related, but I was able to fix them by taking care of the undefined index with an isset. Patch coming in 1st comment.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dpolant created an issue. See original summary.

dpolant’s picture

Here is the patch. It contains I whitespace (I think) fix that my IDE corrected as well.

  • jeqq committed 6e7cfe0 on 8.x-1.x authored by dpolant
    Issue #2790759 by dpolant: Problems with replicating and translations
    
jeqq’s picture

Status: Needs review » Closed (fixed)

Thank you!