Nextcloud version: 14
Operating system and version: Ubuntu 16.04
Apache or nginx version: Apache 2.2.34
PHP version: 7.2.9
MySQL Version: 5.5.61
The issue you are facing:
Before the upgrade, I had a folder that was shared with a group and it was accessible through the web app and worked as expected. E.G. I login to one of my accounts, I see the shared folder in my directory (that was shared with me from another account), I click on it and I can browse the files.
After the update, when I go to click on that folder, it just refreshed the page back to the root directory and I can never browse inside of that shared directory.
I’ve even removed the sharing and readded it, both to the group and to me specifically to no avail.
I’ve cleared cache and cookies and tried multiple browser (in private mode as well).
Is this the first time you’ve seen this error? Yes
Steps to replicate it:
- Login to the web app
- Try to click on the folder that was shared with you.
The output of your Nextcloud log in Admin > Logging:
Nothing Visible
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'REMOVED',
'passwordsalt' => 'REMOVED',
'secret' => 'REMOVED',
'trusted_domains' =>
array (
0 => 'mydomain.org',
),
'datadirectory' => '/home/user/data',
'overwrite.cli.url' => 'https://mydomain.org/cloud',
'dbtype' => 'mysql',
'version' => '14.0.0.19',
'dbname' => 'REMOVED',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'REMOVED',
'dbpassword' => 'REMOVED',
'installed' => true,
'skeletondirectory' => '/defaultfiles',
'allow_user_to_change_display_name' => true,
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_from_address' => 'cloud',
'mail_domain' => 'mydomain.org',
'mail_smtpport' => '25',
'mail_smtphost' => 'IP REMOVED',
'forcessl' => true,
'forceSSLforSubdomains' => true,
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
);
The output of your Apache/nginx/system log in /var/log/____
:
.LOG FILE:
LOCAL IP REMOVED - - [17/Sep/2018:09:33:17 -0700] "PROPFIND /cloud/remote.php/dav/files/My%20User/cloud/remote.php/dav/files/My%20User/Orbund HTTP/1.1" 404 189 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0"
LOCAL IP REMOVED - - [17/Sep/2018:09:33:18 -0700] "PROPFIND /cloud/remote.php/dav/files/My%20User/ HTTP/1.1" 207 746 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0"
LOCAL IP REMOVED - - [17/Sep/2018:09:33:18 -0700] "GET /cloud/index.php/apps/files/ajax/getstoragestats.php?dir=%2F HTTP/1.1" 200 186 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0"
LOCAL IP REMOVED - - [17/Sep/2018:09:33:24 -0700] "GET /cloud/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 200 81 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"
LOCAL IP REMOVED - - [17/Sep/2018:09:33:25 -0700] "GET /cloud/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 200 81 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0"
.ERROR FILE
Probably not relevant to this particular issue.
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] PHP Fatal error: Uncaught OCP\\AppFramework\\QueryException: Could not resolve defaultTokenProvider! Class defaultTokenProvider does not exist in /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php:110
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] Stack trace:
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] #0 /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php(125): OC\\AppFramework\\Utility\\SimpleContainer->resolve('defaultTokenPro...')
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] #1 /home/user/public_html/www/cloud/lib/private/ServerContainer.php(132): OC\\AppFramework\\Utility\\SimpleContainer->query('defaultTokenPro...')
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] #2 /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php(81): OC\\ServerContainer->query('defaultTokenPro...')
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] #3 /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php(104): OC\\AppFramework\\Utility\\SimpleContainer->buildClass(Object(ReflectionClass))
[Mon Sep 17 07:50:29 2018] [error] [client IP REMOVED] #4 /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php(125): OC\\AppFramework\\Utility\\SimpleContainer->resolve('OC\\\\Authentica in /home/user/public_html/www/cloud/lib/private/AppFramework/Utility/SimpleContainer.php on line 110