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 has been 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
How to proceed?
Cheers,
Roger
The text was updated successfully, but these errors were encountered:
MPParsley
changed the title
Class "\Drupal\og_ui\Form\OgPermissionsForm" does not exist
Implement group roles and permissions (Class "\Drupal\og_ui\Form\OgPermissionsForm" does not exist)
May 11, 2019
Hi
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:I checked and I only have the following files:
How to proceed?
Cheers,
Roger
The text was updated successfully, but these errors were encountered: