Skip to content
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

Unable to view the list of users #22550

Closed
nasli opened this issue Feb 22, 2016 · 6 comments · Fixed by #22554
Closed

Unable to view the list of users #22550

nasli opened this issue Feb 22, 2016 · 6 comments · Fixed by #22554

Comments

@nasli
Copy link

nasli commented Feb 22, 2016

Steps to reproduce

1.Create server with today master 8a82097
2.Log in with admin user
3.Add an user

Expected behaviour

View it is reloaded and you can see the new user

Actual behaviour

Nothing happens, try to refresh browser and a loading appears forever, log out an log in again, go to users view and loading appears forever
Note: the user has been created well

Server configuration

{"installed":true,"maintenance":false,"version":"9.0.0.12","versionstring":"9.0.0 beta 2","edition":""}

Logs

Error no app in context Exception: {"Exception":"DomainException","Message":"Calendar tables are missing. Nothing to do.","Code":0,"Trace":"#0 /opt/owncloud/apps/dav/lib/migration/migratecalendars.php(57): OCA\Dav\Migration\CalendarAdapter->setup()\n#1 /opt/owncloud/apps/dav/appinfo/application.php(194): OCA\Dav\Migration\MigrateCalendars->setup()\n#2 /opt/owncloud/apps/dav/appinfo/install.php(27): OCA\Dav\AppInfo\Application->migrateCalendars()\n#3 /opt/owncloud/lib/private/installer.php(617): include('/opt/owncloud/a...')\n#4 /opt/owncloud/lib/private/installer.php(568): OC_Installer::includeAppScript('/opt/owncloud/a...')\n#5 /opt/owncloud/lib/private/installer.php(542): OC_Installer::installShippedApp('dav')\n#6 /opt/owncloud/lib/private/setup.php(370): OC_Installer::installShippedApps()\n#7 /opt/owncloud/core/controller/setupcontroller.php(64): OC\Setup->install(Array)\n#8 /opt/owncloud/lib/base.php(822): OC\Core\Controller\SetupController->run(Array)\n#9 /opt/owncloud/index.php(39): OC::handleRequest()\n#10 {main}","File":"/opt/owncloud/apps/dav/lib/migration/calendaradapter.php","Line":49} 2016-02-22T08:21:40+00:00

@LukasReschke
Copy link
Member

Can reproduce.

@LukasReschke LukasReschke self-assigned this Feb 22, 2016
@LukasReschke LukasReschke added this to the 9.0-current milestone Feb 22, 2016
LukasReschke added a commit that referenced this issue Feb 22, 2016
@LukasReschke
Copy link
Member

Stacktrace after #22551:

Technical details

Remote Address: ::1
Request ID: Bmr5jMN1dgT5CaNzzTnF
Type: OCP\Files\NotFoundException
Code: 0
Message: /test
File: /Users/lukasreschke/Documents/Programming/master/lib/private/files/node/root.php
Line: 181

Trace

#0 /Users/lukasreschke/Documents/Programming/master/lib/private/avatarmanager.php(85): OC\Files\Node\Root->get('/test')
#1 /Users/lukasreschke/Documents/Programming/master/settings/controller/userscontroller.php(179): OC\AvatarManager->getAvatar('test')
#2 /Users/lukasreschke/Documents/Programming/master/settings/controller/userscontroller.php(249): OC\Settings\Controller\UsersController->formatUserForIndex(Object(OC\User\User))
#3 [internal function]: OC\Settings\Controller\UsersController->index(0, 250, '', '', '')
#4 /Users/lukasreschke/Documents/Programming/master/lib/private/appframework/http/dispatcher.php(159): call_user_func_array(Array, Array)
#5 /Users/lukasreschke/Documents/Programming/master/lib/private/appframework/http/dispatcher.php(89): OC\AppFramework\Http\Dispatcher->executeController(Object(OC\Settings\Controller\UsersController), 'index')
#6 /Users/lukasreschke/Documents/Programming/master/lib/private/appframework/app.php(110): OC\AppFramework\Http\Dispatcher->dispatch(Object(OC\Settings\Controller\UsersController), 'index')
#7 /Users/lukasreschke/Documents/Programming/master/lib/private/appframework/routing/routeactionhandler.php(45): OC\AppFramework\App::main('UsersController', 'index', Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
#8 [internal function]: OC\AppFramework\routing\RouteActionHandler->__invoke(Array)
#9 /Users/lukasreschke/Documents/Programming/master/lib/private/route/router.php(273): call_user_func(Object(OC\AppFramework\routing\RouteActionHandler), Array)
#10 /Users/lukasreschke/Documents/Programming/master/lib/base.php(856): OC\Route\Router->match('/settings/users...')
#11 /Users/lukasreschke/Documents/Programming/master/index.php(39): OC::handleRequest()
#12 {main}

@LukasReschke
Copy link
Member

Regression caused by #22410

@rullzer
Copy link
Contributor

rullzer commented Feb 22, 2016

PR in #22554

rullzer added a commit that referenced this issue Feb 22, 2016
Fixes #22550

* Updated phpdoc of avatatmanager
* Add unit test
@nasli
Copy link
Author

nasli commented Feb 22, 2016

👍 fixed on #22554

@lock
Copy link

lock bot commented Aug 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants