Deprecated function: Drupal\field_group\FormatterHelper::formProcess(): Implicitly marking parameter $form_state as nullable is deprecated, the explicit nullable type must be used instead in include() (line 576 of /var/www/vhosts/itlantik.de/httpdocs/vendor/composer/ClassLoader.php).
Drupal + Basic_Auth Problem : You do not have permission to access this page (Sie haben keine Zugriffsberechtigung für diese Seite. )
Man hat ein Hosting + Basic_Auth aktiviert.
Nachdem Authentifizierung (Basic_Auth) zeigt Drupal eine Meldung statt Inhalt "Sie haben keine Zugriffsberechtigung für diese Seite. " (English: You do not have permission to access this page).
Die Lösung ist oft eine Deaktivierung von Basic_Auth Modul von Drupal:
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: The used authentication method is not allowed on this route.
in Drupal\Core\EventSubscriber\AuthenticationSubscriber->onExceptionAccessDenied()
(line 135 of /web/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php).
How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Comments
The used authentication method is not allowed on this route Di, 02/13/2024 - 21:54
My problem was:
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: The used authentication method is not allowed on this route. in Drupal\Core\EventSubscriber\AuthenticationSubscriber->onExceptionAccessDenied() (line 135 of /web/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php).Uninstall basic_auth helped, thanks !
Neuen Kommentar schreiben