Repeating error message log entries, also when no mails have been sent:

FastCGI: server "/php-fpm-handler" stderr: PHP message: PHP Fatal error: Class Drupal\\x_originating_ip\\Form\\XOriginatingIpSettings contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\\Core\\Form\\ConfigFormBase::getEditableConfigNames) in /volume1/web/sitename/modules/x_originating_ip/src/Form/XOriginatingIpSettings.php on line 58, referer: https://www.sitename.de/admin/modules

Anyway, the module successfully does what it is intended to do: The sent mails contain the "X-Originating-IP" entry and the client IP address in the header. However, I'm gonna deinstall it due to remarkable performance losses due to these repeating log entries.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Andreas.Pohl created an issue. See original summary.

ñull’s picture

Status: Active » Needs review
FileSize
444 bytes

This small patch seems sufficient to get rid of the error.

  • shrop committed df9e4e8 on 8.x-1.x authored by Andreas.Pohl
    Issue #2769291 by ñull, Andreas.Pohl: Code error: Does not implement 1...
shrop’s picture

Thank you! I tested the patch and it does resolve the error and allow the module to install my Drupal 8.2.1 install.

shrop’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.