Comment to 'Website Down'
Comment to Website Down
  • Try to enable "display_errors" for PHP.
    In the UNA file located at inc/header.inc.php add this line after the opening <?php tag
    ini_set("display_errors", 1);

    Then reload the page which shows 500 error. You should be able to see the full PHP error explanation.