Server : Apache System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : eventfrsgx ( 61451) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/eventfrsgx/www/administrator/components/com_sppagebuilder/views/ |
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2015 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
?>
<style>
.phpversion-container{
max-width: 960px;
margin: 0 auto;
}
.sppb-callout {
padding: 10px 20px;
margin: 20px 0;
border: 1px solid transparent;
border-left-width: 5px;
border-radius: 3px;
}
.sppb-callout-danger {
border-left-color: #ce4844;
}
.sppb-callout-danger h4 {
color: #ce4844;
}
</style>
<div class="phpversion-container">
<div class="sppb-callout sppb-callout-danger" id="callout-progress-animation-css3">
<h4>Your current PHP version <?php echo PHP_VERSION; ?> is too old for SP Page Builder</h4>
<p>We are strongly recommended to use PHP <strong><?php echo $required_min_php_version; ?></strong> or higher. Please contact your web hosting provider's support/server administrator for help.</p>
</div>
</div>