updating a drupal 8.27 instance to drupal 8.3 leads to this error:

RuntimeException: Unable to determine class for field type 'address' found in the 'field.storage.node.field_address' configuration in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 157 of core/modules/field/src/FieldStorageConfigStorage.php).

followed by:
Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array) (Line: 242)
Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 507)
Drupal\Core\Entity\Entity::loadMultiple(Array) (Line: 181)
field_entity_field_storage_info(Object)
call_user_func_array('field_entity_field_storage_info', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_storage_info', Array) (Line: 510)
Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node') (Line: 406)
Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node') (Line: 154)
Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node') (Line: 110)
Drupal\views\EntityViewsData->getFieldStorageDefinitions() (Line: 366)
Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object, Object, Array) (Line: 266)
Drupal\views\EntityViewsData->getViewsData() (Line: 16)
Drupal\node\NodeViewsData->getViewsData() (Line: 169)
views_views_data()
call_user_func_array('views_views_data', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data') (Line: 245)
Drupal\views\ViewsData->getData() (Line: 162)
Drupal\views\ViewsData->get('block_content') (Line: 91)
Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array) (Line: 101)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array) (Line: 87)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 143)
views_theme(Array, 'module', 'views', 'core/modules/views') (Line: 446)
Drupal\Core\Theme\Registry->processExtension(Array, 'views', 'module', 'views', 'core/modules/views') (Line: 333)
Drupal\Core\Theme\Registry->build() (Line: 232)
Drupal\Core\Theme\Registry->get() (Line: 122)
Drupal\Core\Utility\ThemeRegistry->resolveCacheMiss('input') (Line: 113)
Drupal\Core\Utility\ThemeRegistry->get('input') (Line: 185)
Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 435)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
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: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
Drupal\Core\DrupalKernel->handle(Object) (Line: 22)

site is unusable. can't get to /admin, /update.php. /rebuild.php brings no improvement.

even deleting /modules/address and renaming node- and node-rev-tables brings no improvement.

playing around with composer remove / update brings no improvement.

i am stuck. don't have any (more) idee how to fix this.

will i have to start build the website from zero, this time without address module?

played with this error now for 3 days, read a lot, nothing helped.

Issue fork address-2868049

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Frank Pfabigan created an issue. See original summary.

Berdir’s picture

Category: Bug report » Support request
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

> even deleting /modules/address and renaming node- and node-rev-tables brings no improvement.

That is exactly what would cause this, not fix it.

Make sure you have the address module, you can't just remove it. Make sure the file src/Plugin/Field/FieldType/AddressItem.php exists inside it.

Frank Pfabigan’s picture

src/Plugin/Field/FieldType/AddressItem.php exists.

chrisrockwell’s picture

I'm getting the same thing, I'm not sure if it's directly related to address though. I ran composer update drupal/core --with-dependencies which upgraded core to 8.3. When I visit the site locally I get Fatal error: Call to undefined method Drupal\webprofiler\State\StateWrapper::destruct(). When I run drush cr I get the same error in this issue.

I'll try to revert and add more information if I can.

chrisrockwell’s picture

FYI reverting to 8.2.6 resolved the issue for me. I have to move on for now but I'll try to get back and re-produce.

chrisrockwell’s picture

For me, updating to Devel RC1 resolved this issue - not sure why, but I'm all set.

kslagboom’s picture

I was able to update from 8.27 Drupal 8.30 using both drush and composer. This was done in a dev environment but I plan to be extra cautious when doing a live site.

Command line:

1. drush pm-update drupal
--this will update drupal core to 8.30 BUT it will break address in the process and spew out error messages when drush tries to apply the 8.30 DB updates.

eg.

Fatal error: Interface 'CommerceGuys\Zone\Model\ZoneInterface' not found in D:\Websites\drupal8\modules\address\src\Entity\ZoneInterface.php on line 18
Drush command terminated abnormally due to an unrecoverable error.                                 [error]
Error: Interface 'CommerceGuys\Zone\Model\ZoneInterface' not found in
D:\Websites\drupal8\modules\address\src\Entity\ZoneInterface.php, line 18
The external command could not be executed due to an application error.                            [error]

Fatal error: Interface 'CommerceGuys\Zone\Model\ZoneInterface' not found in D:\Websites\drupal8\modules\address\src\Entity\ZoneInterface.php on line 18
Drush command terminated abnormally due to an unrecoverable error.                                 [error]
Error: Interface 'CommerceGuys\Zone\Model\ZoneInterface' not found in
D:\Websites\drupal8\modules\address\src\Entity\ZoneInterface.php, line 18
The external command could not be executed due to an application error.                            [error]
Finished performing updates. 

2. Next run composer require "drupal/address ~1.0"
--this seems to put all the address stuff back

Site working again. Testing and comparing with source control to see if anything else changed.

kslagboom’s picture

Further, looks like updating Drupal with drush will strip out some vendor folders used by address in the update process--don't understand why this is the case. Composer require drupal/address puts the address specific /vendor stuff back.

Berdir’s picture

When using modules with composer dependencies, it is strongly recommended to stop using drush completely to add modules or update core. Instead, use drupal/core with drupal-project, see https://www.drupal.org/docs/develop/using-composer/using-composer-with-d...

kslagboom’s picture

Thanks! I have been using drush for so long I never considered that composer was the way to do it.

awasson’s picture

Yup busted mine with Drush as well.

Fixed with:
composer require "drupal/address ~1.0"

Thank you @kslagboom on post #7

gandhiano’s picture

I get the same error when trying to upgrade a site from 8.2.8 to 8.3.4. For me this happens in an Aegir environment (i.e. migrate operation from platform on 8.2.8 to 8.3.4). Both have the Address module installed and at the same version. Furthermore, an upgrade from 8.2.1 to 8.2.8 worked before without issues.

Following error appears during block_content_update_8300 and node_update_8301:

Unable to determine class for field type 'address' found in the 'field.storage.node.field_address' configuration

Then later on the process, e.g. by drush_cache_rebuild, the following RuntimeException and backtrace is shown:

RuntimeException: Unable to determine class for field type 'address' found in the 'field.storage.node.field_address' configuration in /data/disk/o1/static/site.name/core/modules/field/src/FieldStorageConfigStorage.php:157
Stack trace:
#0 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /data/disk/o1/static/site.name/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /data/disk/o1/static/site.name/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /data/disk/o1/static/site.name/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /data/disk/o1/static/site.name/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /data/disk/o1/static/site.name/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /data/disk/o1/static/site.name/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /data/disk/o1/static/site.name/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /data/disk/o1/static/site.name/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php(91): Drupal\views\ViewsData->get('block_content')
#19 /data/disk/o1/static/site.name/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(101): Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array)
#20 /data/disk/o1/static/site.name/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(87): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array)
#21 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(283): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
#22 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(174): Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
#23 /data/disk/o1/static/site.name/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php(22): Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
#24 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php(16): Drupal\Core\Plugin\DefaultPluginManager->getDefinition('node_rss')
#25 /data/disk/o1/static/site.name/core/lib/Drupal/Component/Plugin/PluginManagerBase.php(84): Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('node_rss', Array)
#26 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(810): Drupal\Component\Plugin\PluginManagerBase->createInstance('node_rss')
#27 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/views/style/StylePluginBase.php(122): Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('row')
#28 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(813): Drupal\views\Plugin\views\style\StylePluginBase->init(Object(Drupal\views\ViewExecutable), Object(Drupal\views\Plugin\views\display\Feed), Array)
#29 /data/disk/o1/static/site.name/core/modules/views/src/ViewExecutable.php(871): Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('style')
#30 /data/disk/o1/static/site.name/core/modules/views/src/ViewExecutable.php(1828): Drupal\views\ViewExecutable->initStyle()
#31 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/views/display/PathPluginBase.php(132): Drupal\views\ViewExecutable->getTitle()
#32 /data/disk/o1/static/site.name/core/modules/views/src/Plugin/views/display/PathPluginBase.php(220): Drupal\views\Plugin\views\display\PathPluginBase->getRoute('frontpage', 'feed_1')
#33 /data/disk/o1/static/site.name/core/modules/views/src/EventSubscriber/RouteSubscriber.php(120): Drupal\views\Plugin\views\display\PathPluginBase->collectRoutes(Object(Symfony\Component\Routing\RouteCollection))
#34 [internal function]: Drupal\views\EventSubscriber\RouteSubscriber->routes()
#35 /data/disk/o1/static/site.name/core/lib/Drupal/Core/Routing/RouteBuilder.php(146): call_user_func(Array)
#36 /data/disk/o1/static/site.name/core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php(83): Drupal\Core\Routing\RouteBuilder->rebuild()
#37 /data/disk/o1/static/site.name/core/includes/common.inc(1141): Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild()
#38 /data/disk/o1/static/site.name/core/includes/utility.inc(52): drupal_flush_all_caches()
#39 /data/disk/o1/tools/drush/commands/core/cache.drush.inc(300): drupal_rebuild(Object(Composer\Autoload\ClassLoader), Object(Symfony\Component\HttpFoundation\Request))
#40 /data/disk/o1/tools/drush/includes/command.inc(422): drush_cache_rebuild()
#41 /data/disk/o1/tools/drush/includes/command.inc(231): _drush_invoke_hooks(Array, Array)
#42 /data/disk/o1/tools/drush/includes/command.inc(199): drush_command()
#43 /data/disk/o1/tools/drush/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#44 /data/disk/o1/tools/drush/includes/preflight.inc(66): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#45 /data/disk/o1/tools/drush/drush.php(12): drush_main()
#46 {main}
gandhiano’s picture

Title: Drupal 8.3 Update fails with blank screen » Unable to determine class for field type 'address' on upgrade to 8.3
Status: Postponed (maintainer needs more info) » Active

Changing title to better express the issue.

Berdir’s picture

Status: Active » Postponed (maintainer needs more info)

As said before, that error means you do *not* have the address files anymore. If you use drush to update and before used composer to add address, then it is gone and you add it again. see my comments above on how to switch to composer completely to avoid that.

gandhiano’s picture

That is not the case. The files are all there (on both source and destination platforms), and I have exclusively used composer in the process, no drush - but maybe as part of Aegir migration some drush command is run that breaks it?

The problem only happens on an upgrade to 8.3.x

devad’s picture

I've made trivial mistake and I got similar error message. Details are here:

#2908112: Unable to determine class for field type

birchy82’s picture

Same error, Drupal is the latest current stable release. It happened when updating drupal to the latest release. I have since uninstalled address hoping it would help with no luck. Tried uninstalling and reinstalling via composer and drush. Nothing seems to work, any help would be greatly appreciated.

The website encountered an unexpected error. Please try again later.

RuntimeException: Unable to determine class for field type 'address' found in the 'field.storage.node.field_location_address' configuration in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 157 of core/modules/field/src/FieldStorageConfigStorage.php).
Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array) (Line: 242)
Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 507)
Drupal\Core\Entity\Entity::loadMultiple(Array) (Line: 181)
field_entity_field_storage_info(Object)
call_user_func_array('field_entity_field_storage_info', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_storage_info', Array) (Line: 510)
Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node') (Line: 406)
Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node') (Line: 208)
Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node') (Line: 282)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->getTableMapping() (Line: 672)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->buildQuery(Array) (Line: 428)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->getFromStorage(Array) (Line: 399)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->doLoadMultiple(Array) (Line: 242)
Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 212)
Drupal\Core\Entity\EntityStorageBase->load('145') (Line: 64)
Drupal\Core\ParamConverter\EntityConverter->convert('145', Array, 'node', Array) (Line: 99)
Drupal\Core\ParamConverter\ParamConverterManager->convert(Array) (Line: 45)
Drupal\Core\Routing\Enhancer\ParamConversionEnhancer->enhance(Array, Object) (Line: 94)
Drupal\Core\Routing\LazyRouteEnhancer->enhance(Array, Object) (Line: 280)
Drupal\Core\Routing\Router->applyRouteEnhancers(Array, Object) (Line: 154)
Drupal\Core\Routing\Router->matchRequest(Object) (Line: 90)
Drupal\Core\Routing\AccessAwareRouter->matchRequest(Object) (Line: 154)
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object, 'kernel.request', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
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: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Andrew211’s picture

Hi,

Perhaps try "drush updb" if you haven't alraedy.

Cheers

alemilani’s picture

Same issue after core update, this solution found on the web worked fine for me

composer require "drupal/address ~1.0"
composer update drupal/address --with-dependencies

bojanz’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)
AgentJay’s picture

I'm having this issue too.

I'm running the latest stable version of Drupal (8.5.4)
I have tried to add and remove the address module with composer as suggested.

The error persists:

Got error 'PHP message: Uncaught PHP Exception RuntimeException: "Unable to determine class for field type 'address' found in the 'field.storage.node.field_source_address' configuration" at /var/www/vhosts/biopama.org/testdelta.biopama.org/core/modules/field/src/FieldStorageConfigStorage.php line 160\n'

jbfelix’s picture

try drush en address

rrajanuk’s picture

I ran into the same type of runtime exception ---- but with the field type video embed field
Here is the link to more description, Kindly can someone respond to that
https://www.drupal.org/forum/support/upgrading-drupal/2018-11-10/runtime...

Unable to determine class for field type video_embed_field found
in the field.storage.node.field_gallery_videos configuration
in Drupal\field\FieldStorageConfigStorage mapFromStorageRecords()

Summit’s picture

Hi,

EDIT: THIS WAS A CACHING PROBLEM. WHEN I EMPTIED THE CACHE-TABLES IN THE DATABASE, PROBLEM WAS GONE.
---
Updating to drupal 9.3.0 I got this same error now. Before on drupal 9.2 I didn't see this error.

Drupal\Component\Plugin\Exception\PluginNotFoundException: Unable to determine class for field type 'address' found in the 'field.storage.node.field_adresveld' configuration in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 167 of core/modules/field/src/FieldStorageConfigStorage.php).

I didn't change anything in the content, except upgrading from drupal 9.2 to drupal 9.3.
----

Thanks a lot in advance for your reply!
greetings, Martijn

Baher’s picture

Hi I had the same problem

 The "address" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FieldTypePluginManager are: comment, datetime, enti  
  ty_reference_revisions, file_uri, file, image, link, list_float, list_string, list_integer, path, text_with_summary, text, text  
  _long, webform, integer, uri, entity_reference, uuid, float, email, timestamp, string, language, created, changed, map, string_  
  long, password, decimal, boolean 

For drupal 9.3.13

You need only to update to the last version of the module

Baher

Summit’s picture

Hi,
Having this same fatal error when copying site from localhost to website.

what worked for me was.
Setting $settings['update_free_access'] = true; in settings.php
Running update.php
Setting $settings['update_free_access'] = false; back in settings.php

Site is running again!
Greetings, Martijn

Joran Lafleuriel’s picture

Hi all !

I could repair this kind of error while migrating dp8 to dp9.
That what not about the address field but the integer_range field.

The solution is to remove stuff from configs tables directly in the database.

Here is the fix on drupal.stackexchange that seems to work with any kind of field.
https://drupal.stackexchange.com/questions/246060/runtimeexception-unabl...

Narendra@drupalchamp made their first commit to this issue’s fork.

Narendra@drupalchamp changed the visibility of the branch 2868049-unable-to-determine to hidden.