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

Error 500 on create event #2

Closed
lucalbert opened this issue Feb 25, 2019 · 1 comment
Closed

Error 500 on create event #2

lucalbert opened this issue Feb 25, 2019 · 1 comment

Comments

@lucalbert
Copy link

Hello,

I just installed this module on a "fresh" installation of Mautic (2.15.0).

The installation of the module is perfectly unrolled.

By cons, when I want to create a new event, I imagine the following error (in the logs):

[2019-02-25 16:08:10] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "SetItemValues" from namespace "MauticPlugin\MauticRecommenderBundle\Controller\Reqs". Did you forget a "use" statement for another namespace?" at /home/mywebsite/www/plugins/MauticRecommenderBundle/Controller/RecommenderEventController.php line 114 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"SetItemValues\" from namespace \"MauticPlugin\\MauticRecommenderBundle\\Controller\\Reqs\".\nDid you forget a \"use\" statement for another namespace? at /home/mywebsite/www/plugins/MauticRecommenderBundle/Controller/RecommenderEventController.php:114)"} []

Indeed, on line 114 of the events controller, there is a reference to new Reqs\SetItemValues().

What is the problem ?

Thanks you.

@kuzmany
Copy link
Collaborator

kuzmany commented Mar 1, 2019

Fixed

c276081

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