-
Notifications
You must be signed in to change notification settings - Fork 54
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 in latest version 1.26 - Compile #396
Comments
Hello @JelleGe, Thanks for opening this issue. Do you happen to have "composer replaced" the GraphQL modules one way or another? This class should be present in 2.4.2: |
Hello @michielgerritsen, Yes, we did entirely remove the GraphQL modules, to speed up Magento 2, because we do not use it. |
HI @JelleGe , Ah, that makes sense then. We will discuss this internally to find the best way on how to solve this issue in your case. I will get back to you in the short term. |
I have the same issue & reasoning of not using GraphQL |
Error is back in version 1.27 |
@JelleGe: What is the exact error? Is this the same as in the first post, or is there a different one? The fix for this has a change in the composer.json, did you install the Mollie extension using Composer or did you use a different method? |
Describe the bug
Compilation was started.
Repositories code generation... 1/9 [===>------------------------] 11% 1 sec 72.0 MiBPHP Fatal error: Uncaught Error: Interface 'Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderInterface' not found in /vendor/mollie/magento2/GraphQL/DataProvider.php:10
Stack trace:
#0 /vendor/composer/ClassLoader.php(480): include()
#1 /vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile('/home/d...')
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Mollie\Payment\...')
#3 [internal function]: spl_autoload_call('Mollie\Payment\...')
#4 /setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(134): class_exists('Mollie\Payment\...')
#5 /setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(117): Magento\Setup\Module\Di\Code\Reader\ClassesScanner->includeClass('Mollie\Payment\...', '/home/d...')
#6 /home//re in /vendor/mollie/magento2/GraphQL/DataProvider.php on line 10
Used versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what actually happens.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: