cancel
Showing results for 
Search instead for 
Did you mean: 

Showing File Permission Check whie installing in xampp

Showing File Permission Check whie installing in xampp

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). image.jpg

2 REPLIES 2

Re: Showing File Permission Check whie installing in xampp

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'

Re: Showing File Permission Check whie installing in xampp

added this code "error_reporting(E_ERROR);" but not working... Smiley Sad