* * @author Arthur Schiwon * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * */ /** @var \OCP\IL10N $l */ /** @var array $_ */ ?>

t('Security & setup warnings'));?>

  • t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.')); ?>
    t('Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?>
  • 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.')); ?>
  • t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.')); ?>
    t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.')); ?>
  • t('Your database does not run with "READ COMMITTED" transaction isolation level. This can cause problems when multiple actions are executed in parallel.')); ?>
  • $data) { ?>
  • t('%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.', $data)); ?>
  • t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with mime-type detection.')); ?>
  • t('Transactional file locking is disabled, this might lead to issues with race conditions. Enable \'filelocking.enabled\' in config.php to avoid these problems. See the documentation ↗ for more information.', link_to_docs('admin-transactional-locking'))); ?>
  • t('System locale can not be set to a one which supports UTF-8.')); ?>
    t('This means that there might be problems with certain characters in file names.')); ?>
    t('We strongly suggest installing the required packages on your system to support one of the following locales: %s.', [$locales])); ?>
  • 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'])); ?>
  • t('It was not possible to execute the cronjob via CLI. The following technical errors have appeared:')); ?>
      error)) {?>
    1. error) ?> hint) ?>

t('Cron'));?>

t("Last cron job execution: %s.", [$relative_time]));?> t("Last cron job execution: %s. Something seems wrong.", [$relative_time]));?> t("Cron was not executed yet!")); endif; ?>

>
t("Execute one task with each page loaded")); ?>

>
t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?>

>
t("Use system's cron service to call the cron.php file every 15 minutes.")); ?> t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); } else { print_unescaped(str_replace( ['{linkstart}', '{linkend}'], ['', ' ↗'], $l->t('To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details.') )); } ?>

t('Version'));?>

getTitle()); ?>