Problem/Motivation

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

Error

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

CommentFileSizeAuthor
ept-hero-error.png236.07 KBarunkumark

Issue fork ept_hero-3491054

Command icon 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

    arunkumark created an issue. See original summary.

    • levmyshkin committed 887751f7 on 1.4.x
      Issue #3491054 by arunkumark: Getting error on while installing module
      
    arunkumark’s picture

    Assigned: arunkumark » Unassigned

    Fix created by @levmyshkin unassign from my name.

    levmyshkin’s picture

    Status: Active » Fixed
    levmyshkin’s picture

    Hi 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_button

    Or update EPT Hero module with dependencies:
    composer update drupal/hero --with-dependencies

    levmyshkin’s picture

    Status: Fixed » Closed (fixed)