spotzero / wsdata

wsdata development mirroring drupal.org
1 stars 3 forks source link

bug - plugin.manager.wsfieldconfig #26

Closed finalhow closed 6 years ago

finalhow commented 6 years ago

The following error occurs when adding a new wsdata field. This occurs on version 8.x-1.0-alpha3; note that updating to the latest dev version did solve the error for me.

[php7:notice] [pid 23094] [client xx.xx.xx.xx:45714] Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "You have requested a non-existent service "plugin.manager.wsfieldconfig". Did you mean one of these: "plugin.manager.field.widget", "plugin.manager.wsencoder", "plugin.manager.wsdecoder"?" at /var/www/html/dev/dev-configuration-wsdata/web/core/lib/Drupal/Component/DependencyInjection/Container.php line 151, referer: https://dev-configuration-wsdata.xxxx.xxxx.ca/admin/structure/types/manage/street_addresses/fields/add-wsfield

morinluc0 commented 6 years ago

Found the issue and merged the issue into the 8.x-1.x branch, waiting to push changes to drupal.org