- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2019
05:04 AM
05-18-2019
05:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2019
08:39 AM
05-18-2019
08:39 AM
Re: Magento home page images issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2019
08:40 AM
05-18-2019
08:40 AM
Re: Magento home page images issue
Also can you tell me what are you seeing on admin url
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2019
09:12 AM
05-18-2019
09:12 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2019
10:01 AM
05-18-2019
10:01 AM
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