I am getting an error when trying to add a new page. I have tried to run update script, cleared cache, and also tried running the composer again, but no luck. I am running Drupal 8.7.0 on PHP 7.2.14 on macOs
Here is the stack trace.
The website encountered an unexpected error. Please try again later.Drupal\Core\Entity\EntityStorageException: The "" entity type does not exist. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 847 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Drupal\Core\Entity\EntityTypeManager->getHandler(NULL, 'storage') (Line: 208)
Drupal\Core\Entity\EntityTypeManager->getStorage(NULL) (Line: 21)
Drupal\lingotek\Plugin\Field\FieldType\LingotekTranslationSourceField->computeValue() (Line: 34)
Drupal\lingotek\Plugin\Field\FieldType\LingotekTranslationSourceField->ensureComputedValue() (Line: 43)
Drupal\lingotek\Plugin\Field\FieldType\LingotekTranslationSourceField->getValue() (Line: 693)
Drupal\Core\Entity\ContentEntityBase->toArray() (Line: 650)
phoenix_lib_entity_postsave(Object)
call_user_func_array('phoenix_lib_entity_postsave', Array) (Line: 403)
Drupal\Core\Extension\ModuleHandler->invokeAll('entity_postsave', Array) (Line: 206)
Drupal\Core\Entity\EntityStorageBase->invokeHook('postsave', Object) (Line: 835)
Drupal\Core\Entity\ContentEntityStorageBase->invokeHook('postsave', Object) (Line: 527)
Drupal\Core\Entity\EntityStorageBase->doPostSave(Object, ) (Line: 720)
Drupal\Core\Entity\ContentEntityStorageBase->doPostSave(Object, ) (Line: 451)
Drupal\Core\Entity\EntityStorageBase->save(Object) (Line: 838)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->save(Object) (Line: 394)
Drupal\Core\Entity\EntityBase->save() (Line: 207)
Drupal\lingotek\LingotekConfigurationService->setProfile(Object, 'p', ) (Line: 473)
lingotek_form_content_entity_form_submit(Array, Object)
call_user_func_array('lingotek_form_content_entity_form_submit', Array) (Line: 111)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 51)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 590)
Drupal\Core\Form\FormBuilder->processForm('node_pages_form', Array, Object) (Line: 319)
Drupal\Core\Form\FormBuilder->buildForm('node_pages_form', Object) (Line: 61)
Drupal\Core\Entity\EntityFormBuilder->getForm(Object) (Line: 129)
Drupal\node\Controller\NodeController->add(Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 582)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 151)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 693)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)