You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can reproduce it and found owncloud/core#23158 after googling it. Perhaps you could give some feedback there so they can investigate further and try the possible patch first.
splitt3r
changed the title
Argument 8 passed to OC\\Core\\Controller\\AvatarController::__construct() must implement interface OCP\\Files\\Folder, null given, called in
Argument 8 passed to OC\Core\Controller\AvatarController::__construct() must implement interface OCP\Files\Folder, null given
Nov 23, 2017
Steps to reproduce
Expected behaviour
No errors are logged
Actual behaviour
I am receiving the following error:
{index} Exception: {"Exception":"TypeError","Message":"Argument 8 passed to OC\\Core\\Controller\\AvatarController::__construct() must implement interface OCP\\Files\\Folder, null given, called in \/var\/www\/owncloud\/core\/Application.php on line 98","Code":0,"Trace":"#0 \/var\/www\/owncloud\/core\/Application.php(98): OC\\Core\\Controller\\AvatarController->__construct('core', Object(OC\\AppFramework\\Http\\Request), Object(OC\\AvatarManager), Object(OC\\Cache\\File), Object(OC\\L10N\\L10N), Object(OC\\User\\Manager), Object(OC\\User\\Session), NULL, Object(OC\\Log))\n#1 \/var\/www\/owncloud\/lib\/composer\/pimple\/pimple\/src\/Pimple\/Container.php(113): OC\\Core\\Application->OC\\Core\\{closure}(Object(OC\\AppFramework\\DependencyInjection\\DIContainer))\n#2 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(111): Pimple\\Container->offsetGet('AvatarControlle...')\n#3 \/var\/www\/owncloud\/lib\/private\/AppFramework\/App.php(81): OC\\AppFramework\\Ut ility\\SimpleContainer->query('AvatarControlle...')\n#4 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php(46): OC\\AppFramework\\App::main('AvatarControlle...', 'getAvatar', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#5 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#6 \/var\/www\/owncloud\/lib\/private\/Route\/Router.php(307): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#7 \/var\/www\/owncloud\/lib\/base.php(928): OC\\Route\\Router->match('\/avatar\/Andi\/64')\n#8 \/var\/www\/owncloud\/index.php(56): OC::handleRequest()\n#9 {main}","File":"\/var\/www\/owncloud\/core\/Controller\/AvatarController.php","Line":82}
Server configuration
Operating system:
Ubuntu 16.04.3
Web server:
Apache 2.4.18
Database:
MySQL 5.7.20
PHP version:
7.0.22
Nextcloud version: (see Nextcloud admin page)
ownCloud 10.0.3
Where did you install Nextcloud from:
Repositories
Signing status:
List of activated apps:
Nextcloud configuration:
Are you using an external user-backend, if yes which one: LDAP plugin
Client configuration
Browser: Edge
Operating system: Windows 10
Logs
Nextcloud log (data/nextcloud.log)
The text was updated successfully, but these errors were encountered: