###### TOUTES LES ERREURS ########## > /mnt/montage/nextcloud/nextcloud.log ########ECHEC mise à jour: voir ressources limit > 512 suppr fichier dans data/updater-ockjghsk75gs (.step exemple) ########## CALDAV CARDAV WEBDAV: >>> .htaccess racine dossier nextcloud .....#### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### ErrorDocument 403 // ErrorDocument 404 // Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav ......... !!!!!!!!!!!!!!!!!!! a2enmod rewrite !!!!!!!!!!!!!!! ################### ########## PHP configuration option output_buffering must be disabled ####### dans /etc/php/7.3/apache2/php.ini commenter ligne 220 ; output_buffering = 4096 ############################################################# La limite de mémoire PHP est inférieure à la valeur recommandée de 512 Mo /etc/php/7.4/apache2/php.ini Ligne 401 ressources limit ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; >>>>>>>> memory limit >> 512M ############# Step 5 is currently in process. Please call this command later. mise a jour -- probleme verify check integrity mise a jour >>mettre La limite de mémoire PHP est inférieure à la valeur recommandée de 512 Mo puis supprimer updater-ocxxxxxxxxx dans le dossier data ( rm -rf updater-ocxxxxxxxxxx/ ) ############################################################################### ######### L'en-tête HTTP "Strict-Transport-Security" n'est pas configurée à au moins "15552000" ## Enable HTTP Strict Transport Security nano /etc/apache2/sites-available/default-ssl.conf ServerName cloud.nextcloud.com Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains" a2enmod headers ############################################################################## ######### Aucun cache mémoire n'est configuré. Si possible, configurez un "memcache" ###### apt install redis-server php-redis ps ax | grep redis pour verifier le deamon /nextcloud/config# nano config.php >> et rajouter a la suite: 'memcache.local' => '\\OC\Memcache\Redis', systemctl restart apache2 ########################################################################## ######## Cette instance ne dispose pas de plusieurs modules PHP recommandé/ php-imagick php7.3-intl php7.3-bcmath php7.3-gmp ################## SVG -((php-imagick)) apt install libmagickcore-6.q16-6-extra ######### occ db:............ ###################################### cd /var/www/html/nextcloud sudo -u www-data php occ db:add-missing-indices sudo -u www-data php occ db:convert-filecache-bigint sudo -u www-data php occ db:add-missing-columns OU sudo -u www-data php /var/www/nextcloud/public_html/occ db:convert-filecache-bigint ###############""################################################## sudo -u www-data php occ db:add-missing-primary-keys Certaines colonnes de la base de données n'ont pas été converties en big int sudo -u www-data php occ db:convert-filecache-bigint ######################################################################### echec specification parametre regionaux Pour le préfixe de région > dans le config.php > ajouter 'default_phone_region' => 'FR', ################################################################# Pour résoudre le problème, il faut aller dans la base de données de votre instance nextcloud. Il faut ensuite chercher la table oc_appconfig puis chercher les valeurs dont appid = fichiers_externe, configkey = user_certificates_scan, configvalue = no-run-yet. Supprimez la valeur “no-run-yet” et le tour est joué. peux se faire également en sql UPDATE `oc_appconfig` SET `configvalue` = '' WHERE `oc_appconfig`.`appid` = 'files_external' AND `oc_appconfig`.`configkey` = 'user_certificate_scan' Vous pouvez revenir à votre interface admin et recharger la page. ############################################################# db:convert-filecache-bigint find /var/www/nextcloud/ -iname *occ* /var/www/nextcloud/public_html/occ Then: sudo -u www-data php /var/www/nextcloud/public_html/occ db:convert-filecache-bigint ################################################################################################## The OPcache interned string buffer is nearly full. To assure taht repeating strings .....to apply opcache.interned_string_buffer to your PHP configration value higher than 8 dans /etc/php/7.4/apache2 > php.ini valeur : opcache.interned_string_buffer=16 ################################################################################################# Droits : chown -R www-data:www-data /var/www/html/cloud find nextcloud/ -type d -exec chmod 750 {} \; find nextcloud/ -type f -exec chmod 640 {} \; Scan des fichiers : (lorsqu'ils n'apparaissent pas. ex: copie via ssh) sudo -u www-data php -f /var/www/html/home-drive/occ files:scan --path="/tony/files/" Erreurs sql suite MAJ : Dans /var/www/html/dossier_nc sudo -u www-data php occ db:add-missing-primary-keys sudo -u www-data php occ db:convert-filecache-bigint sudo -u www-data php occ db:add-missing-indices Réactiver un compte: sudo -u www-data php occ user:enable user_id ########################################################################### Il y a trop de requêtes depuis votre réseau. Réessayez plus tard ou contactez votre administrateur s'il s'agit d'une erreur sudo -u www-data php /var/www/nextcloud/occ security:bruteforce:reset ipaddress dé commenter #. /etc/default/locale dans /etc/apache2/envvars