I install magento on window with Xampp and when I access backend it show black window can any body help me thanks in advance.
Asked
Active
Viewed 1,614 times
1 Answers
1
This is a path issue. try editing the Validator file from vendor folder with namespace
Magento\Framework\View\Element\Template\File
At around line 138 replace code with this one
$realPath = str_replace('\\', '/',$this->fileDriver->getRealPath($path));
save then cache:flush
Then check if it works. Hope it helps
fmsthird
- 4,592
- 4
- 17
- 41
check this one
– fmsthird Dec 28 '18 at 04:17Try this one
– fmsthird Dec 28 '18 at 05:07