We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer create-project stratoserp/stratos-drupal-project:9.x-dev some-dir --no-interaction
not working to create project and the error log was
Error The website encountered an unexpected error. Please try again later. ReflectionException: Class "\Drupal\se_relationship\Controller\RelationController" does not exist in ReflectionMethod->__construct() (line 135 of core/lib/Drupal/Core/Entity/EntityResolverManager.php). ReflectionMethod->__construct() (Line: 135) Drupal\Core\Entity\EntityResolverManager->setParametersFromReflection() (Line: 221) Drupal\Core\Entity\EntityResolverManager->setRouteOptions() (Line: 48) Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber->onRoutingRouteAlterSetType() call_user_func() (Line: 142) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (Line: 189) Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83) Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 67) Drupal\Core\Routing\RouteProviderLazyBuilder->getRouteProvider() (Line: 83) Drupal\Core\Routing\RouteProviderLazyBuilder->getRouteByName() (Line: 23) Drupal\Core\Installer\InstallerRouteProviderLazyBuilder->getRouteByName() (Line: 426) Drupal\Core\Routing\UrlGenerator->getRoute() (Line: 270) Drupal\Core\Routing\UrlGenerator->generateFromRoute() (Line: 105) Drupal\Core\Render\MetadataBubblingUrlGenerator->generateFromRoute() (Line: 765) Drupal\Core\Url->toString() (Line: 56) Drupal\filter\FilterPermissions->permissions() call_user_func() (Line: 153) Drupal\user\PermissionHandler->buildPermissionsYaml() (Line: 112) Drupal\user\PermissionHandler->getPermissions() (Line: 202) Drupal\user\Entity\Role->calculateDependencies() (Line: 320) Drupal\Core\Config\Entity\ConfigEntityBase->preSave() (Line: 179) Drupal\user\Entity\Role->preSave() (Line: 562) Drupal\Core\Entity\EntityStorageBase->doPreSave() (Line: 517) Drupal\Core\Entity\EntityStorageBase->save() (Line: 253) Drupal\Core\Config\Entity\ConfigEntityStorage->save() (Line: 339) Drupal\Core\Entity\EntityBase->save() (Line: 608) Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 392) Drupal\Core\Config\ConfigInstaller->createConfiguration() (Line: 263) Drupal\Core\Config\ConfigInstaller->installOptionalConfig() (Line: 84) Drupal\Core\ProxyClass\Config\ConfigInstaller->installOptionalConfig() (Line: 1657) install_install_profile() (Line: 700) install_run_task() (Line: 571) install_run_tasks() (Line: 119) install_drupal() (Line: 48)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
composer create-project stratoserp/stratos-drupal-project:9.x-dev some-dir --no-interaction
not working to create project and the error log was
Error
The website encountered an unexpected error. Please try again later.
ReflectionException: Class "\Drupal\se_relationship\Controller\RelationController" does not exist in ReflectionMethod->__construct() (line 135 of core/lib/Drupal/Core/Entity/EntityResolverManager.php).
ReflectionMethod->__construct() (Line: 135)
Drupal\Core\Entity\EntityResolverManager->setParametersFromReflection() (Line: 221)
Drupal\Core\Entity\EntityResolverManager->setRouteOptions() (Line: 48)
Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber->onRoutingRouteAlterSetType()
call_user_func() (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (Line: 189)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 67)
Drupal\Core\Routing\RouteProviderLazyBuilder->getRouteProvider() (Line: 83)
Drupal\Core\Routing\RouteProviderLazyBuilder->getRouteByName() (Line: 23)
Drupal\Core\Installer\InstallerRouteProviderLazyBuilder->getRouteByName() (Line: 426)
Drupal\Core\Routing\UrlGenerator->getRoute() (Line: 270)
Drupal\Core\Routing\UrlGenerator->generateFromRoute() (Line: 105)
Drupal\Core\Render\MetadataBubblingUrlGenerator->generateFromRoute() (Line: 765)
Drupal\Core\Url->toString() (Line: 56)
Drupal\filter\FilterPermissions->permissions()
call_user_func() (Line: 153)
Drupal\user\PermissionHandler->buildPermissionsYaml() (Line: 112)
Drupal\user\PermissionHandler->getPermissions() (Line: 202)
Drupal\user\Entity\Role->calculateDependencies() (Line: 320)
Drupal\Core\Config\Entity\ConfigEntityBase->preSave() (Line: 179)
Drupal\user\Entity\Role->preSave() (Line: 562)
Drupal\Core\Entity\EntityStorageBase->doPreSave() (Line: 517)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 253)
Drupal\Core\Config\Entity\ConfigEntityStorage->save() (Line: 339)
Drupal\Core\Entity\EntityBase->save() (Line: 608)
Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 392)
Drupal\Core\Config\ConfigInstaller->createConfiguration() (Line: 263)
Drupal\Core\Config\ConfigInstaller->installOptionalConfig() (Line: 84)
Drupal\Core\ProxyClass\Config\ConfigInstaller->installOptionalConfig() (Line: 1657)
install_install_profile() (Line: 700)
install_run_task() (Line: 571)
install_run_tasks() (Line: 119)
install_drupal() (Line: 48)
The text was updated successfully, but these errors were encountered: