- Issue created by @wla_g
- πΊπΈUnited States bsnodgrass
On Drupal 9.5.11 enabling AMA only, the module and dependencies install but shows a warning:
Warning: Undefined property: Drupal\acquia_migrate\DecoupledPages\DataProvider::$_serviceId in Drupal\decoupled_pages\Routing\DatasetRouteEnhancer->addProvider() (line 36 of modules/contrib/decoupled_pages/src/Routing/DatasetRouteEnhancer.php)
The warning shows twice on module list with the following detail:
Drupal\decoupled_pages\Routing\DatasetRouteEnhancer->addProvider(Object)
call_user_func_array(Array, Array) (Line: 276)
Drupal\Component\DependencyInjection\Container->createService(Array, 'decoupled_pages.dataset_enhancer') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('decoupled_pages.dataset_enhancer', 1) (Line: 434)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 273)
Drupal\Component\DependencyInjection\Container->createService(Array, 'router.no_access_checks') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('router.no_access_checks', 1) (Line: 434)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'router') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('router', 1) (Line: 434)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'router_listener') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('router_listener') (Line: 136)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.request') (Line: 145)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
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: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19) - Status changed to Postponed: needs info
about 1 year ago 1:38pm 7 December 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
I've installed the AMA module with composer.
Did you install it using
composer require drupal/acquia_migrate
? I bet you did π That won't work.See https://dev.acquia.com/blog/acquia-migrate-accelerate-now-open-source#steps (the ) section.
I just updated the project page per π¬ Installing with composer works, but running the module will fail. Fixed β see:
- πΊπΈUnited States bsnodgrass
Yes indeed, I did install using
composer require
... I missed that. Thank you, I'll remember for my next pass at it. - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Great! π
Thanks for the lightning-fast response! π And please create an issue to report your experience β both when it's good or bad!
- Status changed to Fixed
about 1 year ago 2:08pm 7 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.