Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempted to load class "GetReviewerSettingsForForm" from namespace "DemoCQRSHooksUsage\Domain\Reviewer\Query" #7

Open
vkr-kanakinfo opened this issue Jun 25, 2020 · 1 comment

Comments

@vkr-kanakinfo
Copy link

Installed this demo module and got this error when navigating to customer edit page. Prestashop Version is 1.7.6.

Attempted to load class "GetReviewerSettingsForForm" from namespace "DemoCQRSHooksUsage\Domain\Reviewer\Query"

Screenshot 2020-06-25 at 3 43 44 PM

@rkryvasheyeu
Copy link

I guess the issue caused by missing dependencies, because the module have never been released.
So what we need to do is to download dependencies using composer:

  1. cd into module's directory (in our case it'll be ps_democqrshooksusage) and run following command:
    composer install - to download dependencies into vendor folder
  2. Install module (if already installed - reinstall).

This guide from another module helped me a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants