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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3016455-3.patch | 1.41 KB | flocondetoile |
Comments
Comment #2
flocondetoileComment #3
flocondetoileComment #4
flocondetoile#3 fix the fatal error I've got on the server when submitting a vat number
Comment #6
wizonesolutionsThank you! Those mismatched filenames were bothering me too.
Will release 8.x-1.0-rc3 now.