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

Class SessionInterface missing #2

Closed
thomaspapiernik opened this issue Mar 16, 2018 · 4 comments
Closed

Class SessionInterface missing #2

thomaspapiernik opened this issue Mar 16, 2018 · 4 comments
Assignees
Labels

Comments

@thomaspapiernik
Copy link

When I run di:compile :

[RuntimeException]
Class MSP\SecuritySuiteCommon\Api\SessionInterface does not exist

This class is not in vendor/msp !

I need it thru twofactorauth.

@stevecantlay
Copy link

stevecantlay commented Mar 19, 2018

It looks like it was removed from tag 2.0.5 - which is causing the issue as it is still included in MSP\SecuritySuiteCommon\Controller\Stop\Index

@diwipl
Copy link

diwipl commented Mar 19, 2018

+1 it is currently not possible to run setup:di:compile when 2FA extension is installed:

[RuntimeException]
Class MSP\\SecuritySuiteCommon\\Api\\SessionInterface does not exist in [MSP\\SecuritySuiteCommon\\Controller\\Stop\\Index\\Interceptor]

@mvalenziano
Copy link

a tmp solution is to add "msp/security-suite-common" : "2.0.4" to the require list in your main composer.json then run composer update

@phoenix128 phoenix128 self-assigned this Mar 20, 2018
@phoenix128 phoenix128 added the bug label Mar 20, 2018
@phoenix128
Copy link
Contributor

Thank you for reporting this and sorry for making you wait.
This has been fixed in 2.0.6

phoenix128 added a commit to magespecialist/magespecialist_SecuritySuiteCommon that referenced this issue Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants