Problem/Motivation
Getting error on installing the module. Attached is the screenshot for reference.

Steps to reproduce
1. Download the module using Composer.
2. Don't download the ept_basic_button module.
https://www.drupal.org/project/ept_basic_button
3. Try to install the module via Admin UI extend.
4. You can get the above error.
Proposed resolution
Option 1
Remove the non existing class name use Drupal\ept_basic_button\Plugin\Field\FieldWidget\EptSettingsBasicButtonWidget;
Option 2
Add the dependency of the module EPT Basic Button
Remaining tasks
Testing
User interface changes
Nil
API changes
Nil
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| ept-hero-error.png | 236.07 KB | arunkumark |
Issue fork ept_hero-3491054
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
arunkumarkFix created by @levmyshkin unassign from my name.
Comment #4
levmyshkinComment #5
levmyshkinHi runkumark, EPT Hero module requires EPT Basic Button module. I added it as a dependency:
https://www.drupal.org/project/ept_hero/releases/1.4.5
You can install EPT Basic Button module separately:
composer require drupal/ept_basic_buttonOr update EPT Hero module with dependencies:
composer update drupal/hero --with-dependenciesComment #6
levmyshkin