With this commit
https://cgit.drupalcode.org/vat_number/commit/?h=8.x-1.x&id=773f38ffaeb6...

Some refactoring have been done. But this is inconsistant (File VATNumber.php vs VatNumber Class, VATNumberController.php vs VatNumberController class). And some typo errors have been done.

in /src/Plugin/Field/FieldWidget/VATNumberWidget.php

use Drupal\vat_number\Controller\vatNumberController;

instead of

use Drupal\vat_number\Controller\VatNumberController;

On a system case sensitive (as a server), this generate fatally Fatal error.
Let's fix that

CommentFileSizeAuthor
#3 3016455-3.patch1.41 KBflocondetoile

Comments

flocondetoile created an issue. See original summary.

flocondetoile’s picture

Issue summary: View changes
flocondetoile’s picture

Status: Active » Needs review
StatusFileSize
new1.41 KB
flocondetoile’s picture

#3 fix the fatal error I've got on the server when submitting a vat number

  • flocondetoile authored b8e8952 on 8.x-1.x
    Issue #3016455 by flocondetoile: Refactoring for coding standard...
wizonesolutions’s picture

Status: Needs review » Fixed

Thank you! Those mismatched filenames were bothering me too.

Will release 8.x-1.0-rc3 now.

Status: Fixed » Closed (fixed)

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