- Issue created by @rsbecker
- πΊπΈUnited States rsbecker
I eventually figured out that there was a problem in my composer.json file that put things in the wrong places. I have corrected that, but now I'm getting the following error.
Error: Call to undefined function _social_group_get_current_group() in socialbase_group_link() (line 44 of themes/contrib/socialbase/socialbase.theme). socialbase_group_link() (Line: 125) Drupal\socialbase\Plugin\Preprocess\Node->preprocessElement() (Line: 24) Drupal\sunshine\Plugin\Preprocess\Node->preprocessElement() (Line: 51) Drupal\bootstrap\Plugin\Preprocess\PreprocessBase->preprocess() (Line: 1443) Drupal\bootstrap\Bootstrap::preprocess() (Line: 118) bootstrap_preprocess() call_user_func_array() (Line: 287) Drupal\Core\Theme\ThemeManager->render() (Line: 433) Drupal\Core\Render\Renderer->doRender() (Line: 204) Drupal\Core\Render\Renderer->render() (Line: 242) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580) Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 243) Drupal\Core\Render\MainContent\HtmlRenderer->prepare() (Line: 132) Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse() (Line: 90) Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray() call_user_func() (Line: 142) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (Line: 174) Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 81) Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 58) Drupal\Core\StackMiddleware\Session->handle() (Line: 48) Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 106) Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85) Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 23) Stack\StackedHttpKernel->handle() (Line: 718) Drupal\Core\DrupalKernel->handle() (Line: 19)
Thanks