500 error on service_endpoint.add
baisong opened this issue · 1 comments
baisong commented
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...
baisong commented
Aha.
I upgraded devel to the Apr 14 2016 devel 8.x-1.x-dev release and it resolved the problem.