Closed vadimjustus closed 5 years ago
There is still an issue with installing the module in Magento 2.1 and 2.2 since code generation for this versions does not support return types.
Fehler: PHP Fatal error: Declaration of Firegento\ContentProvisioning\Model\Query\GetPageEntryList\Proxy::get() must be compatible with Firegento\ContentProvisioning\Model\Query\GetPageEntryList::get(): array in /Volumes/Workspace/eglo/src/generated/code/Firegento/ContentProvisioning/Model/Query/GetPageEntryList/Proxy.php on line 7
Thank you @baumgartners for reporting this issue
Installation works now. Magento version >= 2.2.7 is supported. Lower versions has problems with code generation and return types.
Installation in Magento 2.2 not possible Currently it is not possible to install the module in Magento 2.1 and Magento 2.2, since composer dependency for
magento/framework
requires version102.0.*
.To Reproduce
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition magento-22 2.2.8
cd magento-22
composer require firegento/magento2-content-provisioning
Error Log