I get the same issue described here https://www.drupal.org/node/2852718#comment-11963677

The issue occurs when you visit the settings page (/admin/config/system/emaillog):

InvalidArgumentException: Class "\Drupal\emaillog\Form\EmaillogConfigForm" does not exist. in Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition() (line 24 of core/lib/Drupal/Core/DependencyInjection/ClassResolver.php)

renaming the
/modules/contrib/logging_alerts/emaillog/src/Form/emaillogConfigForm.php
to
/modules/contrib/logging_alerts/emaillog/src/Form/EmaillogConfigForm.php

resolves the problem and we can visit the setting page

CommentFileSizeAuthor
#2 rename_form_file-2874001-2.patch621 bytesabu-zakham
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GiorgosK created an issue. See original summary.

abu-zakham’s picture

  • abu-zakham committed b9e7c7a on 8.x-1.x
    Issue #2874001 by abu-zakham: emaillog\Form\EmaillogConfigForm does not...
abu-zakham’s picture

Status: Needs review » Fixed
abu-zakham’s picture

Status: Fixed » Closed (fixed)