Magento – Warning: is_file() expects parameter 1 to be a valid path

magento2magento2.2

When i run magento command i get this error.

[Exception]                                                                  
  Warning: is_file() expects parameter 1 to be a valid path, string given in   
  /opt/lampp/htdocs/mij_new_design/vendor/colinmollenhour/cache-backend-file/  
  File.php on line 512

Best Answer

Try this :

rm -rf var/cache var/log var/page_cache var/view_preprocessed

More detail : https://github.com/magento/magento2/issues/10878

Related Topic