- Issue created by @Carlitus
- Status changed to Closed: duplicate
19 days ago 10:00am 3 December 2024 - 🇳🇱Netherlands idebr
This issue was fixed in 🐛 Update to work with latest Domain dev version Fixed
When editing a domain i get this error:
The website encountered an unexpected error. Please try again later.
Error: Class "Drupal\domain\DomainForm" not found in include() (line 13 of modules/contrib/country_path/src/CountryPathDomainForm.php).
include() (Line: 582)
Composer\Autoload\{closure}('/var/www/html/web/modules/contrib/country_path/src/CountryPathDomainForm.php') (Line: 433)
Composer\Autoload\ClassLoader->loadClass('Drupal\country_path\CountryPathDomainForm')
class_exists('Drupal\country_path\CountryPathDomainForm') (Line: 482)
Drupal\Core\Entity\EntityType->hasHandlerClass('form', 'edit') (Line: 455)
Drupal\Core\Entity\EntityType->getHandlerClass('form', 'edit') (Line: 515)
Drupal\Core\Entity\EntityType->getFormClass('edit') (Line: 206)
Drupal\Core\Entity\EntityTypeManager->getFormObject('domain', 'edit') (Line: 69)
Drupal\Core\Entity\HtmlEntityFormController->getFormObject(Object, 'domain.edit.default') (Line: 58)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
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: 713)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
With the last release of domain: 1.0.0-beta12
Active
1.0
Code
This issue was fixed in 🐛 Update to work with latest Domain dev version Fixed