0

When I go to my admin page, the Sign In panel which is supposed to display ,isn't displaying. Instead I'm only getting this plain background color.

The default store front (localhost/magento/) shows up with the basic header and footer with the message

"CMS homepage content goes here."

How to fix this error :

"CMS homepage content goes here." 

enter image description here

Purushotam Sharma
  • 1,657
  • 2
  • 26
  • 59

1 Answers1

0

This may be caused by a path issue.

Try to edit 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
Teja Bhagavan Kollepara
  • 3,816
  • 5
  • 32
  • 69