<?phpp($l->t('The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.'));?>
</span>
</div>
</li>
<?php
}
// Are doc blocks accessible?
if (!$_['isAnnotationsWorking']) {
?>
<divclass="section">
<h2><?phpp($l->t('Setup Warning'));?></h2>
<spanclass="securitywarning">
<?phpp($l->t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.'));?>
<li>
<?phpp($l->t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.'));?><br>
<?phpp($l->t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.'));?>
<?phpp($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.'));?>
</strong>
</p>
<p>
<strong>
<?phpp($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.'));?>
</strong>
</p>
<p>
<li>
<?phpp($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.'));?><br>
<?phpp($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.'));?><br>
<?phpprint_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.',link_to_docs('admin-db-conversion')));?>
</p>
</div>
</li>
<?php
}
// Windows Warning
if ($_['WindowsWarning']) {
?>
<divclass="section">
<h2><?phpp($l->t('Microsoft Windows Platform'));?></h2>
<pclass="securitywarning">
<li>
<?phpp($l->t('Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.'));?>
</p>
</div>
</li>
<?php
}
// APCU Warning if outdated
if ($_['ApcuOutdatedWarning']) {
?>
<divclass="section">
<h2><?phpp($l->t('APCu below version 4.0.6 installed'));?></h2>
<pclass="securitywarning">
<li>
<?phpp($l->t('APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version.'));?>
p($l->t('System locale can not be set to a one which supports UTF-8.'));
@ -180,33 +140,23 @@ if (!$_['isLocaleWorking']) {
<?php
p($l->t('We strongly suggest installing the required packages on your system to support one of the following locales: %s.', array($locales)));
?>
</span>
</div>
</li>
<?php
}
if ($_['suggestedOverwriteCliUrl']) {
?>
<divclass="section">
<h2><?phpp($l->t('URL generation in notification emails'));?></h2>
<spanclass="connectionwarning">
<li>
<?phpp($l->t('If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the "overwrite.cli.url" option in your config.php file to the webroot path of your installation (Suggested: "%s")',$_['suggestedOverwriteCliUrl']));?>
print_unescaped($l->t('Please double check the <atarget="_blank"href="%s">installation guides ↗</a>, and check for any errors or warnings in the <ahref="#log-section">log</a>.', link_to_docs('admin-install')));
?></span>
</div>
<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')));?>