- Issue created by @attheshow
Currently when using the 2.0.0-alpha2 version (or the latest dev) I'm getting errors when installing on Drupal 10. Here's what appears in the browser:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /core/install.php?rewrite=ok&profile=intercept_profile&langcode=en&id=2&op=do_nojs&op=do
StatusText: parsererror
ResponseText: InvalidArgumentException: Property format is unknown. in Drupal\Core\TypedData\TypedDataManager->getPropertyInstance() (line 196 of /app/web/core/lib/Drupal/Core/TypedData/TypedDataManager.php).
The full error from the watchdog table is:
a:6:{s:5:"%type";s:24:"InvalidArgumentException";s:8:"@message";s:27:"Property format is unknown.";s:9:"%function";s:61:"Drupal\Core\TypedData\TypedDataManager->getPropertyInstance()";s:5:"%file";s:60:"/app/web/core/lib/Drupal/Core/TypedData/TypedDataManager.php";s:5:"%line";i:196;s:17:"@backtrace_string";s:2427:"#0 /app/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php(120): Drupal\Core\TypedData\TypedDataManager->getPropertyInstance(Object(Drupal\Core\Field\Plugin\Field\FieldType\StringLongItem), 'format', NULL)
#1 /app/web/modules/contrib/default_content/src/Normalizer/ContentEntityNormalizer.php(245): Drupal\Core\TypedData\Plugin\DataType\Map->get('format')
#2 /app/web/modules/contrib/default_content/src/Normalizer/ContentEntityNormalizer.php(184): Drupal\default_content\Normalizer\ContentEntityNormalizer->setFieldValues(Object(Drupal\node\Entity\Node), 'field_virtual_t...', Array)
#3 /app/web/modules/contrib/default_content/src/Importer.php(272): Drupal\default_content\Normalizer\ContentEntityNormalizer->denormalize(Array)
#4 /app/web/modules/contrib/default_content/default_content.module(15): Drupal\default_content\Importer->importContent('intercept_profi...')
#5 [internal function]: default_content_modules_installed(Array, false)
#6 /app/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(409): call_user_func_array(Object(Closure), Array)
#7 /app/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(388): Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object(Closure), 'default_content')
#8 /app/web/core/lib/Drupal/Core/Extension/ModuleHandler.php(416): Drupal\Core\Extension\ModuleHandler->invokeAllWith('modules_install...', Object(Closure))
#9 /app/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php(381): Drupal\Core\Extension\ModuleHandler->invokeAll('modules_install...', Array)
#10 /app/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php(83): Drupal\Core\Extension\ModuleInstaller->install(Array, true)
#11 /app/web/profiles/contrib/intercept_profile/intercept_profile.profile(85): Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array)
#12 /app/web/core/includes/batch.inc(296): _intercept_profile_install_module_batch(Array, 'intercept_profi...', Array)
#13 /app/web/core/includes/batch.inc(138): _batch_process()
#14 /app/web/core/includes/batch.inc(94): _batch_do()
#15 /app/web/core/includes/install.core.inc(664): _batch_page(Object(Symfony\Component\HttpFoundation\Request))
#16 /app/web/core/includes/install.core.inc(569): install_run_task(Array, Array)
#17 /app/web/core/includes/install.core.inc(119): install_run_tasks(Array, NULL)
#18 /app/web/core/install.php(48): install_drupal(Object(Composer\Autoload\ClassLoader))
#19 {main}";}
Does anyone know what might cause this format error to occur during import?
Active
2.0
Miscellaneous