Hi,
I have installed MAGENTO v2.2.6 with the Composer at Raspberry.
I have the problem to save new products. No reaction from button "Save and close" p.e.
I have tried all described solutions here.
What can I do?
Solved! Go to Solution.
Hello @i_isaria
Can you please run below commands once:
php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/
Hello @i_isaria
Can you please run below commands once:
php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/
Hello @i_isaria,
Please run below command via terminal in magento 2 root directory and let me know
php bin/magento cache:clean php bin/magento cache:flush php bin/magento setup:upgrade rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ var/generation/ var/page_cache/ var/view_preprocessed/ var/composer_home generated/ php -dmemory_limit=6G bin/magento setup:static-content:deploy -f chmod -Rf 777 pub/ var/ php bin/magento cache:clean
--
If my answer is useful, please Accept as Solution & give Kudos
Thank you again!
Hi...i would suggest,don't bother with changing Magento backend settings or memcache [ other than for session storage ] it actually slows things down due to the slow IO and limited memory on the PI.
- could tweak mysql settings - but I didn't notice much of a gain; not like you can load a big database here. I played with the sample data.