I am currently in the process of testing Magento 2.2.5 and am planning to move off PrestaShop to Magento but a few issues are preventing me to move:
- When I add a new product our "New Product" block comes up with "We're sorry, an error has occurred while generating this content."
- When I search for the product it doesn't show up, on the layered navigation it says the category and then the amount of products, by clicking this nothing still comes up.
and now my Admin Panel doesn't open the side menu.
- Clicking on a category causes a 503 error the permissions have been set as: 0777, 0755, 0660.
Our Theme was created by Blue Sky Tech Co/Rokan Themes (on Theme Forest)
Modules:
Webkul POS Accordion FAQ Webkul Preorder
Things done:
Re-Compiled Moved to Developer Mode & Back Cleared Cache Rebuilt Index
-
is your problem solved?inrsaurabh– inrsaurabh2018年09月08日 17:14:29 +00:00Commented Sep 8, 2018 at 17:14
2 Answers 2
Run these commands from CLI and then check.
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
-
I've just lost all the CSS for all pages including adminNoMansLand– NoMansLand2018年09月08日 14:37:09 +00:00Commented Sep 8, 2018 at 14:37
-
Run deploy command, So it regenerate CSS again into pub folder. Verify that you give proper permission as well.Dhiren Vasoya– Dhiren Vasoya2018年09月08日 18:03:53 +00:00Commented Sep 8, 2018 at 18:03
I have found an issue with the Pre-Order module.
I've contacted Ex-Tait about their module
Explore related questions
See similar questions with these tags.