Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Install/_templates/install_rebuild_errors.php
<?php
    class_exists
('XF\Install\App', false) || die('Invalid');

   
$templater->setTitle('Installation errors');
?>

<div class="blockMessage blockMessage--error">
    <p>Uh oh, your installation of <?php echo htmlspecialchars(\XF::$version); ?> has failed!
        The build processes did not complete successfully.</p>

    <p>Use the button below to try again. If you receive this error again, please contact support.</p>

    <a href="index.php?install/step2b" class="button">Retry now</a>
</div>