You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the sample data after the installation of Magento via console and I get the following error:
Fatal error: Call to undefined method Magento\Catalog\Model\Resource\Product\Interceptor::getWriteConnection() in /private/var/www/magento/magento2/app/code/Magento/SampleData/Module/Catalog/Setup/Product/Gallery.php on line 144
If you search for getWriteConnection() in the whole Magento source you won't even find this method :-) So how is it supposed to work? Thanks a lot.
The text was updated successfully, but these errors were encountered:
I installed the sample data after the installation of Magento via console and I get the following error:
Fatal error: Call to undefined method Magento\Catalog\Model\Resource\Product\Interceptor::getWriteConnection() in /private/var/www/magento/magento2/app/code/Magento/SampleData/Module/Catalog/Setup/Product/Gallery.php on line 144
If you search for getWriteConnection() in the whole Magento source you won't even find this method :-) So how is it supposed to work? Thanks a lot.
The text was updated successfully, but these errors were encountered: