- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019
03:48 AM
04-12-2019
03:48 AM
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).
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2019
05:44 AM
04-12-2019
05:44 AM
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'
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2019
03:01 AM
04-16-2019
03:01 AM
Re: Showing File Permission Check whie installing in xampp
added this code "error_reporting(E_ERROR);" but not working...