You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2024. It is now read-only.
I just installed https://ftp.drupal.org/files/projects/og-8.x-1.x-dev.tar.gz to a Drupal 8.2.5 project. I followed the instructions, can display groups etc. Both modules are enabled:
When calling /admin/config/group/permissions/node/group, the following error occurs:
InvalidArgumentException: Class "\Drupal\og_ui\Form\OgPermissionsForm" does not exist. in Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition() (line 24 of core/lib/Drupal/Core/DependencyInjection/ClassResolver.php).
I checked and I only have the following files:
tree modules/og/og_ui/src
modules/og/og_ui/src
├── BundleFormAlter.php
├── Controller
│ └── OgUiController.php
└── Form
└── AdminSettingsForm.php
2 directories, 3 files
Hi
I just installed
https://ftp.drupal.org/files/projects/og-8.x-1.x-dev.tar.gzto a Drupal 8.2.5 project. I followed the instructions, can display groups etc. Both modules are enabled:When calling
/admin/config/group/permissions/node/group, the following error occurs:I checked and I only have the following files:
How to proceed?
Cheers,
Roger