-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Install sample data and get Fatal error: Call to undefined method Magento\Catalog\Model\Resource\Product\Interceptor::getWriteConnection #1636
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
Comments
Duplicate of #1610 |
@hyselab please try with the master branch instead of develop branch. |
doesn't help with master branch, getting this Declaration of Magento\Store\Model\StoreManagerInterface\Proxy::getGroups() must be compatible with Magento\Store\Model\StoreManagerInterface::getGroups($withDefault = false, $codeKey = false) in /vagrant/httpdocs/projects/magento2/var/generation/Magento/Store/Model/StoreManagerInterface/Proxy.php on line 8 |
@eugenbg please clear your |
Cleared update: this is on |
@markoshust |
This should be fixed now. |
Public Pull Requests #11611 FR#6891_21 Add-to-cart checkbox still visible when = false [Backport 2.1 develop] by @mrodespin Fixed Public Issues #6891 Add-to-cart checkbox still visible when $canItemsAddToCart = false
Hello,
When I try to install sample data via Setup Wizard at step 6:
https://cedemo2.forixstage.com/setup/index.php/install/start
I get status of process 98 %
Console Log:
"
Installing sample data:
Installing theme:
.
Installing customers:
.
Installing CMS pages:
....
Installing catalog attributes:
...........................
Installing categories:
.........................................
Installing simple products:
"
and get response from POST request "https://cedemo2.forixstage.com/setup/index.php/install/start "
"
Fatal error: Call to undefined method Magento\Catalog\Model\Resource\Product\Interceptor::getWriteConnection
() in /home/cedemo2/www/app/code/Magento/SampleData/Module/Catalog/Setup/Product/Gallery.php on
line 144
"
Everyone, could you help me to resolve it?
The text was updated successfully, but these errors were encountered: