-
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
PHP Fatal error: Redefinition of parameter $logger in src/Migration/Step/ConfigurablePrices/Volume.php on line 45 #21
Comments
csdougliss
changed the title
PHP Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/vax-uk2/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45 Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/vax-uk2/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
PHP Fatal error: Redefinition of parameter $logger in magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45 Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/vax-uk2/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
Dec 14, 2015
csdougliss
changed the title
PHP Fatal error: Redefinition of parameter $logger in magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45 Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/vax-uk2/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
PHP Fatal error: Redefinition of parameter $logger in src/Migration/Step/ConfigurablePrices/Volume.php on line 45
Dec 14, 2015
Change it to
|
@craigcarnell does it work for you? |
@ilol It worked for me, I already made that change a while ago (i've had to edit a few things to get it to work) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice jobs guys, duplicate param in constructor, logger is there twice (PS that is sarcasm!)
PHP Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/xxx/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
I would post this in the EE repo, but since no one ever replies.. Same issue on CE anyway
The text was updated successfully, but these errors were encountered: