Hello everyone,
on magento I have a problem when installing facebook for magento 2 or when I insert the facebook pixelsc code in the head.
The problem occurs when I save a product and it is as follows:
Warning: file_put_contents (/var/wwww/vhosts/mysites.com/httpdocs/var/cache//mage-tags/mage--295_REFLECTION): failed to open stream:
denied in /var/www/vhosts/mysites.com/httpdocs/vendor/colinmollenhour/cache-backend-file/File.php on line 691.
How can I solve?
Thank you
Solved! Go to Solution.
Hi @nipiol
Please check if proper permissions are assigned to the folders and also try to flush cache once using the below command and then check the results.
php bin/magento cache:flush
Hope it helps!
Thank you.
Hi @nipiol
Please check if proper permissions are assigned to the folders and also try to flush cache once using the below command and then check the results.
php bin/magento cache:flush
Hope it helps!
Thank you.