-2

I'm getting white page on magento admin url, tried enabling error reporting, getting below error.

Array
(
    [type] => 2
    [message] => chmod(): No such file or directory
    [file] => /var/www/vhosts/domain.com/httpdocs/lib/Varien/Io/File.php
    [line] => 248
)
Smern
  • 18,746
  • 21
  • 72
  • 90
Augustin
  • 1
  • 2

1 Answers1

0

The issue was happened because of missing login.phtml file, replaced the file from a working magento installation and that fixed the issue.

Augustin
  • 1
  • 2