Showing "File Permission Check. Server failed to respond. Please try again." while installing an existing website downloading from ftp to xampp(magento2.2.6, windows10).
Hi @saikat_saha
You need to add below code in "setup/index.php" file.
error_reporting (E_ERROR);
add this line of code after
set_error_handler ([$ handler, 'handler']);
this line.
I hope it will help you.
Thanks
--
If answer is helpful, Please give 'Kudos' and accept 'Answer as Solution'
added this code "error_reporting(E_ERROR);" but not working...