<?phpp($l->t('Transitional file locking is disabled, this might lead to issues with race conditions, enable \'filelocking.enabled\' to improve handling of race conditions.'));?>
</li>
<?php
}
// is locale working ?
if (!$_['isLocaleWorking']) {
?>
@ -172,7 +181,13 @@ if ($_['cronErrors']) {
<divclass="loading"></div>
<ulclass="errors hidden"></ul>
<ulclass="warnings hidden"></ul>
<ulclass="info hidden"></ul>
<ulclass="info hidden">
<?phpif($_['fileLockingType']==='db'):?>
<li>
<?phpp($l->t('Transitional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. Check the admin documentation for more information about locking and memcaches'));?>
</li>
<?phpendif;?>
</ul>
<pclass="hint hidden">
<?phpprint_unescaped($l->t('Please double check the <a target="_blank" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.',link_to_docs('admin-install')));?>
</p>
@ -519,19 +534,6 @@ if ($_['cronErrors']) {
<?phpendif;?>
</div>
<divclass="section"id="server-status">
<h2><?phpp($l->t('Server status'));?></h2>
<ul>
<li>
<?phpif($_['fileLockingEnabled']){
p($l->t('Transactional File Locking is enabled.'));
} else {
p($l->t('Transactional File Locking is disabled.'));