Skip to content

Page Admin Blank page

Hello I have a problem with my admin page, I have the connection chart but just after I have a blank page and nothing helps I can’t find a solution I tried everything as per example this:

In vendormagentoframeworkViewElementTemplateFileValidator.php
inside this function, I modified the following line…

$realPath = $this->fileDriver->getRealPath($path);

with this line:

$realPath = str_replace('\', '/', $this->fileDriver->getRealPath($path));

it would be nice if you help me thank you in advance