LanguageNotFoundException - Some logs error and upload not working yet!


Hello,

I have a big problem.
Since 1 week, I couldn’t send files to my personal Cloud.

Best regards,

Nextcloud version 12.0.0:
OpenMediaVault 3.0.81:
nginx version 1.6.2:
PHP version 5.6.30:
Is this the first time you’ve seen this error?: I don’t know :frowning:

Can you reliably replicate it? (If so, please outline steps): I don’t know why I have these errors

The issue you are facing: I would like to have no errors and an upload of my files.


The output of your Nextcloud log in Admin > Logging:
Error PHP Class ‘OC\L10N\LanguageNotFoundException’ not found at /srv/dev-disk-by-label-Local/www/nextcloud/lib/private/L10N/Factory.php#270 2017-06-29T22:01:08+0200
Error PHP include(): Failed opening ‘/srv/dev-disk-by-label-Local/www/nextcloud/lib/composer/composer/…/…/…/lib/private/L10N/LanguageNotFoundException.php’ for inclusion (include_path=’/srv/dev-disk-by-label-Local/www/nextcloud/3rdparty/pear/console_getopt:/srv/dev-disk-by-label-Local/www/nextcloud/3rdparty/pear/pear_exception:/srv/dev-disk-by-label-Local/www/nextcloud/3rdparty/pear/archive_tar:/srv/dev-disk-by-label-Local/www/nextcloud/3rdparty/pear/pear-core-minimal/src:/srv/dev-disk-by-label-Local/www/nextcloud/apps’) at /srv/dev-disk-by-label-Local/www/nextcloud/lib/composer/composer/ClassLoader.php#444 2017-06-29T22:01:08+0200
Error PHP include(/srv/dev-disk-by-label-Local/www/nextcloud/lib/composer/composer/…/…/…/lib/private/L10N/LanguageNotFoundException.php): failed to open stream: Input/output error at /srv/dev-disk-by-label-Local/www/nextcloud/lib/composer/composer/ClassLoader.php#444 2017-06-29T22:01:08+0200
Error PHP Class ‘OC\L10N\LanguageNotFoundException’ not found at /srv/dev-disk-by-label-Local/www/nextcloud/lib/private/L10N/Factory.php#270 2017-06-29T21:46:20+0200


The output of config.php:
root@ntx-010b:/srv/dev-disk-by-label-Local/www/nextcloud/config# cat config.php

<?php $CONFIG = array ( 'default_language' => 'fr', 'instanceid' => 'ocez3yhv74dz', 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'localhost', 'port' => 6379, ), 'trusted_domains' => array ( 0 => 'ntx-010b.s51:8091', 1 => 'secteur51.freeboxos.fr:8091', 3 => '192.168.1.151:8091', 4 => 'ntx-010b.s51:8090', 5 => 'secteur51.freeboxos.fr:8090', 6 => '192.168.1.151:8090', 7 => '81.57.147.137:8091', 8 => '81.57.147.137:8090', 9 => '81.57.147.137', 10 => 'secteur51.freeboxos.fr', ), 'trusted_proxies' => array ( 0 => 'localhost', 1 => '192.168.1.151', ), 'overwriteprotocol' => 'https', 'overwrite.cli.url' => array ( 0 => 'https://ntx-010b.s51:8091', 1 => 'https://secteur51.freeboxos.fr:8091', ), 'forwarded_for_headers' => array ( 0 => 'HTTP_X_FORWARDED_FOR', ), 'datadirectory' => '/srv/dev-disk-by-label-Donnees/NextcloudDonnees', 'passwordsalt' => 'PRIVATE', 'secret' => 'PRIVATE', 'dbtype' => 'mysql', 'version' => '12.0.0.29', 'dbname' => 'nextcloud', 'dbhost' => 'localhost:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_admin2', 'dbpassword' => 'PRIVATE', 'installed' => true, 'has_internet_connection' => 'true', 'mail_from_address' => 'admin', 'mail_smtpmode' => 'smtp', 'mail_smtpauthtype' => 'LOGIN', 'mail_domain' => 'jvlinux.fr', 'mail_smtpport' => '465', 'mail_smtpauth' => 1, 'mail_smtpname' => 'admin@jvlinux.fr', 'mail_smtppassword' => 'PRIVATE', 'mail_smtpsecure' => 'ssl', 'mail_smtphost' => 'auth.smtp.1and1.fr', 'maintenance' => false, 'loglevel' => 0, );

Hello,

I have no issue.
Could you help me, please?

Did you upgrade from a previous version? From which version did you upgrade, and how did you upgrade? Can you run an integrity check on the core?
https://docs.nextcloud.com/server/12/admin_manual/configuration_server/occ_command.html#integrity-check-label

Hello,

No.
I was with Nextcloud 12.0.0 and I have it again :(.

I had an SSL error message last week and since, I have this problem.

Then, I couldn’t run occ:
root@ntx-010b:/srv/dev-disk-by-label-Local/www/nextcloud# ./occ
-bash: ./occ: Permission denied

Files have www-data:www-data permission.

Do you please have an idea of what can I do?

Best regards,

Hello,

I found: one file was corrupted…

You mean on your file system?