-
Notifications
You must be signed in to change notification settings - Fork 71
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
bin/magento magesetup:setup:run de error #55
Comments
Same Issue. Magento v. 2.1.3
|
I got the same error with Magento 2.1.4 and PHP 5.6.30 ( i have done a huge migration with existing germansetup data ) |
Hello, Which URLs are required/used by firegento ? Maybe i can remove them before installing magesetup2 ?
Thanks, |
Did anyone have a solution for this? I'm having the same problem running Magento 2.1.6. |
This seems to be a more general issue happening also after product imports. There is an open issue in the Magento issue tracker: magento/magento2#6671 I think we need to wait till Magento fixed this issue - not related to Firegento-MageSetup2 directly. |
same issue here with magento 2.2.1 and php7.0. anyone has a solution? |
still same issue with magento 2.2.2. anyone can provide help? |
2.2.2 Me too. |
why is that issue closed? There are persons here, having that problem. I do have it as well in a shop with 2.2.4. no fresh install, so products and categories was in the shop before magesetup |
First: |
Same issue for magento 2.2.5 |
Still had the same issue. replace the code: with following: I tested it on Magento 2.2.5 + Sample Data. The issue is, that the loaded data in the model isn't the same as the one saved in the DB. The product that fails was: Sprite Stasis Ball 55 cm - 24-WG081-pink (e.g. visibility: 4 in Model but 1 in DB). The quick-fix isn't an optimize solution but it works. It is a memory-consuming task and you have to consider it when running the code. |
Please make sure that you provide as much information as possibl - thank you!
General
Issue description
...
Steps to reproduce
[root@AY131204125836722393Z mage6]# bin/magento magesetup:setup:run de
Start setup
Start processor: agreements
Start processor: cms
Start processor: email
Start processor: systemConfig
Start processor: tax
URL key for specified store already exists.
#0 /usr/local/apache2.2/htdocs/mage6/vendor/magento/framework/Interception/Interceptor.php(74): Magento\UrlRewrite\Model\Storage\AbstractStorage->replace(Array)
#1 /usr/local/apache2.2/htdocs/mage6/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\UrlRewrite\Model\Storage\DbStorage\Interceptor->___callParent('replace', Array)
#2 /usr/local/apache2.2/htdocs/mage6/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\UrlRewr...', 'replace', Object(Magento\UrlRewrite\Model\Storage\DbStorage\Interceptor), Array, 'storage_plugin')
The text was updated successfully, but these errors were encountered: