I see a white page of death with following error when I enable the acquia connector module.
Drupal version : 8.2.3

The website encountered an unexpected error. Please try again later.
Error: Class 'Drupal\acquia_connector\Subscription' not found in Drupal\acquia_connector\EventSubscriber\InitSubscriber->onKernelRequest() (line 120 of modules/contrib/acquia_connector/src/EventSubscriber/InitSubscriber.php).

Drupal\acquia_connector\EventSubscriber\InitSubscriber->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: 652)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Comments

adhariwal created an issue. See original summary.

adhariwal’s picture

danepowell’s picture

Status: Active » Postponed (maintainer needs more info)

Have you checked that the class in question is actually present on disk? It sounds like you got a corrupt tarball or package somehow. Assuming that file is present, have you tried clearing caches?

danepowell’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing after a week of inactivity, per the contribution guidelines. Feel free to reopen if you can provide the requested information. Cheers.