-
Notifications
You must be signed in to change notification settings - Fork 197
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 when using PHP 7 #55
Comments
Hi, Apply this pull request to fix your issue |
@andidhouse did it help? I would like to ask you to close the issue. |
Hi @ilol, we did not test - sorry! We switched back to php5 version as we had many bugs in php7 and also face many problems we have to solve to migrate to m2 at the moment so we could not test php7 any further. Many thanks for investigating #4356 - but this has nothing to do with php7 - we run php5 at the moment. |
So, @andidhouse I am closing this issue. Thank you |
Please run the below command. I have fixed this issue by update composer. |
we just tried to use php7.0.2 and get the following error when starting the data migration. Just a test with php7 but strange:
php bin/magento migrate:data -r /var/www/html/magento2/vendor/magento/data-migration-tool/etc/ce-to-ce/1.7.0.2/config.xml
PHP Fatal error: Redefinition of parameter $logger in /var/www/html/magento2/vendor/magento/data-migration-tool/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
The text was updated successfully, but these errors were encountered: