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
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chrome / Android calDav Adapter
Operating system:
Logs
Web server error log
Web server error log
I cannot access the logs
Nextcloud log (data/nextcloud.log)
Nextcloud log
Error: Call to undefined function OC\Settings\Controller\posix_getuid()
/[src-root]/settings/Controller/CheckSetupController.php - line 624:
OC\Settings\Controller\CheckSetupController->getAppDirsWithDifferentOwner()
/[src-root]/lib/private/AppFramework/Http/Dispatcher.php - line 166:
OC\Settings\Controller\CheckSetupController->check()
/[src-root]/lib/private/AppFramework/Http/Dispatcher.php - line 99:
OC\AppFramework\Http\Dispatcher->executeController(OC\Settings\ ... {}, "check")
/[src-root]/lib/private/AppFramework/App.php - line 118:
OC\AppFramework\Http\Dispatcher->dispatch(OC\Settings\ ... {}, "check")
/[src-root]/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:
OC\AppFramework\App::main("OC\\Setting ... r", "check", OC\AppFramew ... {}, { _route: "s ... "})
OC\AppFramework\Routing\RouteActionHandler->__invoke({ _route: "s ... "})
/[src-root]/lib/private/Route/Router.php - line 297:
call_user_func(OC\AppFramew ... {}, { _route: "s ... "})/[src-root]/lib/base.php - line 987:
OC\Route\Router->match("/settings/ajax/checksetup")
/[src-root]/index.php - line 42:OC::handleRequest()
Browser log
Browser log
Browser log is not relevant, I access via caldav
Possible solution:
is it possible to check if the posix funciton posix_getuid (and others) is installed, and do a workaround if not?
Even in the cli tool the error exist. I mean this seems to be an optional check. and on many shared hosters the php posix plugin is not installed but nextcloud runs perfectly.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #8420 (NC13 - Call to undefined method OC_Defaults::replaceImagePath()), #4756 (Call to undefined method OCA\LookupServerConnector\BackgroundJobs\RetryJob::shouldRun()), #4319 (Call to undefined method OCP\Defaults::shouldReplaceIcons()), #6706 (Call to a member function getUID() on null), and #5059 (Undefined index: federationId).
Steps to reproduce
Expected behaviour
not to get error, or when error the reqeust should go on
it seems to be an optional check, so the reqeust should not die
Actual behaviour
se steps to reproduce
Server configuration
Operating system: linux
Web server: apache
Database: mysql
PHP version: 7
Nextcloud version: 14.0.1
Updated from an older Nextcloud/ownCloud or fresh install: updated
Where did you install Nextcloud from: downloaded zip
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Chrome / Android calDav Adapter
Operating system:
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
Possible solution:
is it possible to check if the posix funciton posix_getuid (and others) is installed, and do a workaround if not?
Even in the cli tool the error exist. I mean this seems to be an optional check. and on many shared hosters the php posix plugin is not installed but nextcloud runs perfectly.
The text was updated successfully, but these errors were encountered: