Error when creating new translation

Created on 10 January 2025, 3 months ago

Problem/Motivation

Requesting new translations after upgrading to 1.17 fails with error:
The entity object refers to a removed translation (fr) and cannot be manipulated.

This happens regardless of the provider and also works after downgrading to 1.16.
The exception is raised because of the following warnings:
Undefined array key "fr" in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 608 of /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php)
Trying to access array offset on value of type null in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 608 of /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php)
Undefined array key "status" in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 608 of /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php)

I'm also including the stack trace for the warning brcause it seems to be failing while trying to get the translation for the id field:

#0 /var/www/html/web/core/includes/bootstrap.inc(166): _drupal_error_handler_real(2, 'Undefined array...', '/var/www/html/w...', 608)
#1 /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(608): _drupal_error_handler(2, 'Undefined array...', '/var/www/html/w...', 608)
#2 /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(597): Drupal\Core\Entity\ContentEntityBase->getTranslatedField('id', 'fr')
#3 /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(668): Drupal\Core\Entity\ContentEntityBase->get('id')
#4 /var/www/html/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php(722): Drupal\Core\Entity\ContentEntityBase->getFields()
#5 /var/www/html/web/modules/contrib/tmgmt/sources/content/src/Plugin/tmgmt/Source/ContentEntitySource.php(507): Drupal\Core\Entity\ContentEntityBase->toArray()
#6 /var/www/html/web/modules/contrib/tmgmt/sources/content/src/Plugin/tmgmt/Source/ContentEntitySource.php(617): Drupal\tmgmt_content\Plugin\tmgmt\Source\ContentEntitySource->doSaveTranslations(Object(Drupal\paragraphs\Entity\Paragraph), Array, 'fr', Object(Drupal\tmgmt\Entity\JobItem), false)
#7 /var/www/html/web/modules/contrib/tmgmt/sources/content/src/Plugin/tmgmt/Source/ContentEntitySource.php(405): Drupal\tmgmt_content\Plugin\tmgmt\Source\ContentEntitySource->doSaveTranslations(Object(Drupal\node\Entity\Node), Array, 'fr', Object(Drupal\tmgmt\Entity\JobItem))
#8 /var/www/html/web/modules/contrib/tmgmt/src/Entity/JobItem.php(892): Drupal\tmgmt_content\Plugin\tmgmt\Source\ContentEntitySource->saveTranslation(Object(Drupal\tmgmt\Entity\JobItem), 'fr')
#9 /var/www/html/web/modules/contrib/tmgmt/src/Entity/JobItem.php(493): Drupal\tmgmt\Entity\JobItem->acceptTranslation()
#10 /var/www/html/web/modules/contrib/tmgmt/src/Entity/JobItem.php(866): Drupal\tmgmt\Entity\JobItem->needsReview(false)
#11 /var/www/html/web/modules/contrib/tmgmt_google/src/Plugin/tmgmt/Translator/GoogleTranslator.php(352): Drupal\tmgmt\Entity\JobItem->addTranslatedData(Array)
#12 /var/www/html/web/modules/contrib/tmgmt_google/src/Plugin/tmgmt/Translator/GoogleTranslator.php(133): Drupal\tmgmt_google\Plugin\tmgmt\Translator\GoogleTranslator->requestJobItemsTranslation(Array)
#13 /var/www/html/web/modules/contrib/tmgmt/src/Entity/Job.php(754): Drupal\tmgmt_google\Plugin\tmgmt\Translator\GoogleTranslator->requestTranslation(Object(Drupal\tmgmt\Entity\Job))
#14 /var/www/html/web/modules/contrib/tmgmt/src/JobCheckoutManager.php(331): Drupal\tmgmt\Entity\Job->requestTranslation()
#15 /var/www/html/web/modules/contrib/tmgmt/src/Form/JobForm.php(713): Drupal\tmgmt\JobCheckoutManager->requestTranslation(Object(Drupal\tmgmt\Entity\Job))
#16 [internal function]: Drupal\tmgmt\Form\JobForm->save(Array, Object(Drupal\Core\Form\FormState))
#17 /var/www/html/web/core/lib/Drupal/Core/Form/FormSubmitter.php(129): call_user_func_array(Array, Array)
#18 /var/www/html/web/core/lib/Drupal/Core/Form/FormSubmitter.php(67): Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object(Drupal\Core\Form\FormState))
#19 /var/www/html/web/core/lib/Drupal/Core/Form/FormBuilder.php(597): Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object(Drupal\Core\Form\FormState))
#20 /var/www/html/web/core/lib/Drupal/Core/Form/FormBuilder.php(326): Drupal\Core\Form\FormBuilder->processForm('tmgmt_job_edit_...', Array, Object(Drupal\Core\Form\FormState))
#21 /var/www/html/web/core/lib/Drupal/Core/Controller/FormController.php(73): Drupal\Core\Form\FormBuilder->buildForm(Object(Drupal\tmgmt\Form\JobForm), Object(Drupal\Core\Form\FormState))
#22 [internal function]: Drupal\Core\Controller\FormController->getContentResult(Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\RouteMatch))
#23 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#24 /var/www/html/web/core/lib/Drupal/Core/Render/Renderer.php(638): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber
{closure}()
#25 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(124): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#26 /var/www/html/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#27 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(181): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber
{closure}
()
#28 /var/www/html/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#29 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/Session.php(53): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#30 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#31 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/ContentLength.php(28): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#32 /var/www/html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(116): Drupal\Core\StackMiddleware\ContentLength->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#33 /var/www/html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(90): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#34 /var/www/html/web/core/modules/ban/src/BanMiddleware.php(50): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#35 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\ban\BanMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#36 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#37 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php(36): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /var/www/html/web/modules/contrib/remove_http_headers/src/StackMiddleware/RemoveHttpHeadersMiddleware.php(49): Drupal\Core\StackMiddleware\AjaxPageState->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /var/www/html/web/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(51): Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /var/www/html/web/core/lib/Drupal/Core/DrupalKernel.php(741): Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /var/www/html/web/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#42 {main}
🐛 Bug report
Status

Active

Version

1.17

Component

Core

Created by

🇷🇴Romania bogdan.dinu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024