Closed (cannot reproduce)
Project:
Webform - Slack integration
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2017 at 08:40 UTC
Updated:
3 Feb 2018 at 13:03 UTC
Jump to comment: Most recent
Comments
Comment #2
smazI'm afraid I can't recreate this. I'm using:
Drupal 8.2.3
Webform 8.x-5.0-beta5 (latest version)
Which versions are you using?
Have you tried clearing the cache, to make sure it's rebuilt all of it's plugins etc,? Though it's odd that it knows about the plugin, but can't find the class as it's in the same file.
As a note, the class it's trying to load looks wrong:
Drupal\\webform\\Plugin\\WebformHandler\\SlackWebformHandler
That should be:
Drupal\webform_slack\Plugin\WebformHandler\SlackWebformHandler
Cheers
Comment #3
smaz