- πΊπΈUnited States smustgrave
Since there hasn't been a follow up to #13 about a use case going to close for now.
If still a bug please reopen updating issue summary.
Thanks all!
See following code in globals.api.php
/**
* Allows defining of site-specific service providers for the Drupal kernel.
*
* To define a site-specific service provider class, use code like this:
* @code
* $GLOBALS['conf']['container_service_providers']['MyClassName'] = 'Drupal\My\Namespace\MyClassName';
* @endcode
*
* @see \Drupal\Core\DrupalKernel::$serviceProviderClasses
*/
global $conf;
Patch attached fixes the problem, but is not a correct solution.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up to #13 about a use case going to close for now.
If still a bug please reopen updating issue summary.
Thanks all!