Hey folks,
i just need a little bit help. I bought the Theme: https://themeforest.net/item/facon-fashion-responsive-magento-2-theme/16382344
so, i just downloaded it and give it a try. But every time i install the "Quickstart-Package" it's crashing. But no problem, i just take the Magento 2.1 and install it on my v-server.
First try: CSS missing.... Hmpf, sheet.
Second try: Class missing...
Thirth try: CSS missing....
the fourd try i get this result:
There has been an error processing your request Class Magento\Catalog\Api\Data\ProductSearchResultsInterfaceFactory does not exist Error log record number: 1225536368573
I dont know what to do...
thank ya for your time
Greetings
Marvin
Solved! Go to Solution.
Hello @marvldesign
Do one thing
run setup: upgrade command and run again static content deploy command.
Hello @marvldesign
THere is two language in your store so you need to do a deployment for de_DE and en_US
There is permission issue into generation folder for that you need to give proper permission.
Hope it will help you.
Hello @marvldesign
can you please remove generated/code and generated/metadata.
and flush cache and try it.
Hey,
thank you for the answer, i did it.
i could manage to get the page appear but now it seems that the css dont load correctly.
http://badmittler.jimador.de/
There you can see the "problem"
Hello @marvldesign
Please run below command
php bin/magento setup:static-content:deploy de_DE
Hey @Sunil Patel
now i get this: An error has happened during application run. See exception log for details.
Hello @marvldesign
Do one thing
run setup: upgrade command and run again static content deploy command.
Hey @Sunil Patel
well, i get the same result as before:
just give it a look: http://badmittler.jimador.de/
Hello @marvldesign
THere is two language in your store so you need to do a deployment for de_DE and en_US
There is permission issue into generation folder for that you need to give proper permission.
Hope it will help you.