kylebrowning / services

Drupal.org project services development repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

500 error on service_endpoint.add

baisong opened this issue · comments

Using:

  • Drupal 8.0.4
  • services 8.x-4.0-alpha3
  • ctools 8.x-3.0-alpha25

When I visit /admin/structure/service_endpoint/add, I see this PHP error:

[500]: /admin/structure/service_endpoint/add
Invalid placeholder (!message) in string: %type: !message in %function (line %line of %file).
in /core/lib/Drupal/Component/Render/FormattableMarkup.php on line 240

Investigating more, but thought I would start this issue in case it has a known solution...