ebizmarts / magento2-abandonedcart

Magento 2 abandoned carts extension.
https://ebizmarts.com/
27 stars 21 forks source link

Errors on code compilation #5

Closed stefandoorn closed 8 years ago

stefandoorn commented 8 years ago

When using the code compiler I'm getting the following errors currently:

magento setup:di:compile-multi-tenant --verbose PHP Fatal error: Class 'Magento\Framework\Model\Resource\Db\Collection\AbstractCollection' not found in /var/www/xxx/vendor/ebizmarts/magento2-abandonedcart/Model/ResourceModel/Popup/Collection.php on line 14

Fatal error: Class 'Magento\Framework\Model\Resource\Db\Collection\AbstractCollection' not found in /var/www/xxx/vendor/ebizmarts/magento2-abandonedcart/Model/ResourceModel/Popup/Collection.php on line 14

stefandoorn commented 8 years ago

Might be related to this: https://github.com/magento/magento2/issues/2880. When using the setup:di:compile it fails with a segmentation fault in here..

stefandoorn commented 8 years ago

$ php -v PHP 7.0.4 (cli) (built: Mar 2 2016 18:12:39) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Xdebug v2.4.0RC4, Copyright (c) 2002-2016, by Derick Rethans