Magento 2.3.0
Magento 2.3.1
Magento 2.3.5-p2
Sample data installed using a lot of scenarios and documention.
No errors during installation.
But NO ANY RESULT.
What is wrong?
Do I nee to enable somethig? What?
Kindly refer below link for your concern:
https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-magento.html
It may help you!
Problem Solved ? Please click on 'Kudos' & Accept as Solution!
Hello @oleksandr_mashkin
Please run following commands to get sample data :
php bin/magento sampledata:deploy chmod -R 777 var/ generated/ pub/static/ pub/media/ php bin/magento setup:upgrade php bin/magento steup:static-content:deploy -f php bin/magento setup:di:compile
php bin/magento indexer:reindex php bin/magento cache:flush chmod -R 777 var/ generated/ pub/static/ pub/media/
Thank you very much!
>>>
Sample data installed using a lot of scenarios and documention.
<<<
For sure I've checked all posible set of documentations and forums.
I agree that root of the issue takes place somewhere in security.
Unfortunately scenarion tha you provided has the same effect - no simple data is visible.
I see default page of Magento after installation... it cac say that MySql and Apach have permision to work with content, but Simple Data not displayed any way.