<title>XenForo 2 system requirements test</title>
<style>
html
{
background: #EEEEEE;
font: 15px / 1.4 sans-serif;
font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
color: #141414;
margin: 0;
padding: 0;
word-wrap: break-word;
}
body
{
overflow-y: scroll !important;
margin: 0;
}
.p-pageWrapper
{
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.p-header
{
color: #BCDEF5;
background: #185886;
}
.p-header-inner
{
max-width: 1200px;
padding: 0 10px;
margin: 0 auto;
}
.p-header-content
{
padding: 6px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 100%;
}
.p-header-logo
{
vertical-align: middle;
margin-right: auto;
}
.p-header-logo.p-header-logo--image img
{
vertical-align: bottom;
max-width: 100%;
max-height: 200px;
}
.p-body
{
display: flex;
align-items: stretch;
}
.p-body-inner
{
display: flex;
flex-direction: column;
width: 100%;
}
html .p-body-main
{
margin-bottom: auto
}
.p-body
{
flex-grow: 1;
}
.p-body-inner
{
max-width: 1200px;
padding: 0 10px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 20px;
}
.p-body-inner::before,
.p-body-inner::after
{
content: " ";
display: table;
}
.p-body-inner::after
{
clear: both;
}
.p-body-main
{
display: table;
table-layout: fixed;
width: 100%;
margin-top: 10px;
}
.p-body-content
{
display: table-cell;
vertical-align: top;
}
.p-body-content > *:first-child
{
margin-top: 0;
}
.p-body-content > *:last-child
{
margin-bottom: 0;
}
.p-title
{
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
}
.p-title-value
{
padding: 0;
margin: 0;
font-size: 24px;
font-weight: 400;
min-width: 0;
}
.blockMessage
{
margin: 20px 0;
padding: 6px 10px;
color: #141414;
background: #FEFEFE;
border-width: 1px;
border-style: solid;
border-top-color: #e4e4e4;
border-right-color: #dcdcdc;
border-bottom-color: #d2d2d2;
border-left-color: #dcdcdc;
border-radius: 4px;
}
.blockMessage.blockMessage--success
{
border-left: 3px solid #63b265;
background: #daf3d8;
color: #3d793f;
}
.blockMessage.blockMessage--error
{
border-left: 3px solid #c84448;
background: #fde9e9;
color: #c84448;
}
.blockMessage > *:last-child
{
margin-bottom: 0;
}
.p-footer
{
font-size: 13px;
color: #bcdef5;
background: #0f3652;
}
.p-footer-inner
{
max-width: 1200px;
padding: 0 10px;
margin: 0 auto;
padding-top: 6px;
padding-bottom: 10px;
}
.p-footer-copyright
{
margin-top: 20px;
text-align: center;
font-size: 11px;
}
.u-concealed
{
text-decoration: inherit !important;
color: inherit !important;
}
</style>

</header>
XenForo 2 system requirements test
‘ . $fn . ‘ via the disable_functions
directive in php.ini. This will cause unexpected problems in XenForo.’;
}
}
foreach ($recommended AS $fn)
{
if (in_array($fn, $disabled))
{
$warnings[$fn] = ‘Your server has disabled a core PHP function ' . $fn . '
via the disable_functions
directive in php.ini. This may cause unexpected problems in XenForo.’;
}
}
}
if ($errors)
{
?>
Requirements not met
The following XenForo requirements were not met. Please contact your host for help.
Additionally, the following warnings should be noted:
Requirements met
Your server meets all of XenForo’s PHP requirements.
However, the following warnings should be noted – you may need to ask your host to address these:
XenForo also requires MySQL 5.5 or newer. Please manually check that you meet this requirement.
<footer class="p-footer">
Forum software by XenForo™ © 2010- XenForo Ltd.
</footer>