owncloud-apps icon indicating copy to clipboard operation
owncloud-apps copied to clipboard

files_opds not working on owncloud 9.0.11

Open woidi opened this issue 6 years ago • 0 comments

Error: Call to undefined method OC\\User\\Session::logClientIn() at \/www\/owncloud\/apps\/files_opds\/lib\/util.php#84

my installation of owncloud 9.0.11 does not have this method; I replaced the call with \OC::$server->getUserSession()->login($user, $pass); which works for me.

woidi avatar Mar 19 '18 20:03 woidi