cancel
Showing results for 
Search instead for 
Did you mean: 

Magento home page images issue

Magento home page images issue

Hi ! I am now in magento, recently i have installed Magento successfully but when i browser magento store url    
http://localhost:8080/Magento/  and Admin url  http://localhost:8080/Magento/admin_2fh649 but i am unable to view Username and password control on homepage and also no such images load on my login screen, please help

4 REPLIES 4

Re: Magento home page images issue

Hello @muhammad_ejaz ,

 

Are you working on Magento1 or Magento2

Re: Magento home page images issue

Also can you tell me what are you seeing on admin url

 

Re: Magento home page images issue

I am working with Magento2 and when i login admin panel or client store then interface not properly load in home page even i am unable to see Username and password control on admin panel.

Re: Magento home page images issue

Hello @Surbhiagr 

 

There is issue with Magento 2 with window, you are using window then apply below solution

 

#/vendor/magento/framework/View/Element/Template/File/Validator.php:139
foreach ($directories as $directory) {
    // Add this line
    $realDirectory = $this->fileDriver->getRealPath($directory);
    // and replace `$directory` with `$realDirectory`
    if (0 === strpos($realPath, $realDirectory)) {
        return true;
    }
}

if works then mark as a solution.

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer