We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when i compile, i received this error :
Compilation was started. Interception cache generation... 6/7 [========================>---] 85% 29 secs 298.0 MiBErrors during configuration scanning: DavidVerholen\Teaser\Api\TeaserGroupRepositoryInterface\Proxy Invalid proxy class for DavidVerholen\Teaser\Api\TeaserGroupRepositoryInterface Total Errors Count: 1 [Magento\Framework\Validator\Exception] Error during compilation
Compilation was started. Interception cache generation... 6/7 [========================>---] 85% 29 secs 298.0 MiBErrors during configuration scanning: DavidVerholen\Teaser\Api\TeaserGroupRepositoryInterface\Proxy Invalid proxy class for DavidVerholen\Teaser\Api\TeaserGroupRepositoryInterface Total Errors Count: 1
[Magento\Framework\Validator\Exception] Error during compilation
The text was updated successfully, but these errors were encountered:
I have the same error and can't figure out how is it related to this module. Did you find a solution?
Sorry, something went wrong.
I see, there is a dependency listed in app/code/DR/Gallery/etc/frontend/di.xml
app/code/DR/Gallery/etc/frontend/di.xml
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="DR\Gallery\Block\Widget\Gallery"> <arguments> <argument name="teaserGroupRepository" xsi:type="object">DavidVerholen\Teaser\Api\TeaserGroupRepositoryInterface\Proxy</argument> </arguments> </type> </config>
So you should install module https://github.com/davidverholen/magento2-teaser as well . Or remove this dependency from di.xml.
No branches or pull requests
Hi,
when i compile, i received this error :
The text was updated successfully, but these errors were encountered: