| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/domains/hr.kaycommrealty.com/public_html/public/ |
| Current File : /home/u901718425/domains/hr.kaycommrealty.com/public_html/public/error_install.php |
<html>
<head>
<title>Product Not installed</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style>
.margin-top {
margin-top: 30px
}
</style>
</head>
<body>
<!-- Page Content -->
<div class="container">
<div class="row margin-top">
<div class="text-center m-t-20 mt-20">
<h2>Fix the following errors to run installer</h2>
</div>
<?php if ($GLOBALS['error_type'] == 'php-version') { ?>
<div class="alert alert-danger">
<strong>Lower PHP version! </strong> Your php version is lower than 8.0.1. Please upgrade your version
to make it work
<p class="pull-right">Server PHP version: <b><?php echo phpversion(); ?></b></p>
</div>
<?php } else { ?>
<div class="alert alert-danger">
<strong>.env file missing! </strong> You forgot to upload the .env file. For more info visit <a href="https://froiden.freshdesk.com/support/solutions/articles/43000491463" target="_blank">https://froiden.freshdesk.com/support/solutions/articles/43000491463</a>
</div>
<?php } ?>
</div>
</div>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>