-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing doesn't work after upgrading to 12.0 #5247
Comments
please check if following file exists and if the webserver has read permissions: apps/files_sharing/appinfo/info.xml Also it would be good to know how you performed the update? |
The file does exist and is readable by the proper user. The contents seem to be right. I did upgrade manually, following these instructions https://docs.nextcloud.com/server/12/admin_manual/maintenance/manual_upgrade.html Let me know please if I can provide any other helpful info. |
Hi There, had the same problem. Had the same problem after upgrading the calender plugin and fixed it the same way. To me it seems to like charset problem |
Any update on this, It's still not working and giving error Files is there and readable with same permission as other apps. I further downloaded it from git and replace the folder but it's still giving same error on enabling. EDIT : Also, I don't have LDAP enabled. |
Hm. I have the same problem after upgrading from 11 to 12. |
As there is no feedback since a while I will close this ticket. If this is still happening please feel free to reopen. |
Since upgrading to 12.0 sharing feature is not visible for user. OCC shows the app as disabled. Re-enabling files_sharing and files_external apps fails with the following error
[Exception]
App "" cannot be installed because appinfo file cannot be read.
Steps to reproduce
Expected behaviour
Files sharing apps should work after upgrade from version 11 to 12. Enabling/disabling files_sharing and files_external should result in enabling/disabling them.
Actual behaviour
Tell us what happens instead
Server configuration
Operating system: Ubuntu 16.10
Web server: Nginx 1.13
Database: postgresql 9.5
PHP version: php 7.0.18
Nextcloud version: 12.0.0
Updated from an older Nextcloud/ownCloud or fresh install: update from 11.0.3
Where did you install Nextcloud from:
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Nextcloud configuration:
Config report
Enabled:
Disabled:
Are you using external storage, if yes which one: local
Are you using encryption: yes
Are you using an external user-backend, if yes which one: no
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser: any
Operating system: any
Logs
Web server error log
Web server error log
n/a
Nextcloud log (data/nextcloud.log)
Nextcloud log
{"reqId":"UMbD98gQEP0GODYBvh7g","level":3,"time":"2017-06-04T22:04:48+00:00","remoteAddr":"172.113.248.211","user":"wojciech","app":"no app in context","method":"PROPFIND","url":"/remote.php/webdav/","message":"Exception: {"Exception":"Error","Message":"Class 'OCA\\Files_Sharing\\Helper' not found","Code":0,"Trace":"#0 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(209): require_once()\n#1 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(149): OC_App::requireAppFile('files_sharing')\n#2 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(124): OC_App::loadApp('files_sharing')\n#3 \/var\/www\/owncloud\/lib\/private\/legacy\/util.php(185): OC_App::loadApps(Array)\n#4 \/var\/www\/owncloud\/lib\/private\/Files\/Filesystem.php(352): OC_Util::setupFS()\n#5 \/var\/www\/owncloud\/lib\/private\/Files\/View.php(1123): OC\\Files\\Filesystem::resolvePath('\/files_encrypti...')\n#6 \/var\/www\/owncloud\/lib\/private\/Files\/View.php(532): OC\\Files\\View->basicOperation('file_exists', '\/files_encrypti...')\n#7 \/var\/www\/owncloud\/lib\/private\/Encryption\/Keys\/Storage.php(209): OC\\Files\\View->file_exists('\/files_encrypti...')\n#8 \/var\/www\/owncloud\/lib\/private\/Encryption\/Keys\/Storage.php(107): OC\\Encryption\\Keys\\Storage->getKey('\/files_encrypti...')\n#9 \/var\/www\/owncloud\/apps\/encryption\/lib\/KeyManager.php(569): OC\\Encryption\\Keys\\Storage->getSystemUserKey('pubShare_b32374...', 'OC_DEFAULT_MODU...')\n#10 \/var\/www\/owncloud\/apps\/encryption\/lib\/KeyManager.php(157): OCA\\Encryption\\KeyManager->getPublicShareKey()\n#11 \/var\/www\/owncloud\/apps\/encryption\/lib\/Users\/Setup.php(86): OCA\\Encryption\\KeyManager->validateShareKey()\n#12 \/var\/www\/owncloud\/apps\/encryption\/lib\/AppInfo\/Application.php(73): OCA\\Encryption\\Users\\Setup->setupSystem()\n#13 \/var\/www\/owncloud\/apps\/encryption\/appinfo\/app.php(30): OCA\\Encryption\\AppInfo\\Application->__construct(Array, true)\n#14 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(209): require_once('\/var\/www\/ownclo...')\n#15 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(149): OC_App::requireAppFile('encryption')\n#16 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(124): OC_App::loadApp('encryption')\n#17 \/var\/www\/owncloud\/remote.php(147): OC_App::loadApps(Array)\n#18 {main}","File":"\/var\/www\/owncloud\/apps\/files_sharing\/appinfo\/app.php","Line":29}","userAgent":"Mozilla/5.0 (Windows) mirall/2.1.0","version":"12.0.0.29"}
Browser log
Browser log
n/a
The text was updated successfully, but these errors were encountered: