cancel
Showing results for 
Search instead for 
Did you mean: 

Sample data. No errors during installatin, but no any result, no any new products, nothing.

Sample data. No errors during installatin, but no any result, no any new products, nothing.

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?

 

4 REPLIES 4

Re: Sample data. No errors during installatin, but no any result, no any new products, nothing.

Hi @oleksandr_mashkin 

 

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!

Problem solved? Click Accept as Solution!

Re: Sample data. No errors during installatin, but no any result, no any new products, nothing.

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/
Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Sample data. No errors during installatin, but no any result, no any new products, nothing.

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.

Re: Sample data. No errors during installatin, but no any result, no any new products, nothing.

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.