-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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 |
+1 it is currently not possible to run setup:di:compile when 2FA extension is installed:
|
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 |
Thank you for reporting this and sorry for making you wait. |
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.
The text was updated successfully, but these errors were encountered: