“An error occurred during the request. Unable to proceed.”
So no user is displayed and i cant change anything. Maybe a problem with syncloud user-app??
(i installed matrix-app and have to create (identical) users in syncloud-users-app)
Only security-warning in nextcloud:
"It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read the documentation page about this .
When you say identical did you actually create them in Nextcloud and in Syncloud Users?
If yes that is wrong, you need to create users only in Syncloud Users and they will appear in Nextcloud automatically.
Feel free to start again by removing nextcloud and installing if you cannot get it back working.
php32 warning what device are you on and what image are you using?
Nextcloud 32 bit support is going away so you better move to 64bit and get another device if current one is 32b.
I remove user- and matrix-app from syncloud and reinstalled nextcloud and load backup. Error is still there. So it is not a problem with user-app (?)
Hint: originally i created users in nextcloud and not with user app. When I install user-app i don’t see nextcloud-users so I have to create new users in user app to use matrix-app.
So I think, there is a problem to transfer user configurations from nextcloud to syncloud users-app(?)
After reinstalling nextcloud and load backup I can login as every user…
So now I reinstalling nextcloud again without restoring backup. I can login as root and go to users. There is now no error and I can see listed users i created in syncloud user app earlier although I have no user syncloud app (or matrix) installed. In nextcloud users i can’t delete them.
Now i do the following: i install user app, delete this user’s and now in nextcloud i can delete them. Now there is only root user listed in syncloud and nextcloud user app.
Now i restore nextcloud backup. Everything works but i can’t see users listed because the same error message is coming.
16T19:25:50+00:00",“remoteAddr”:“93.234.16.116”,“user”:“root”,“app”:“no app in context”,“method”:“GET”,“url”:“/ocs/v2.php/cloud/users/details?offset=0&limit=25&search=”,“message”:"{"Exception":"Exception","Message":"Cannot assign float to property OC\\Files\\Storage\\Wrapper\\Quota::$quota of type ?int in file ‘/snap/nextcloud/676/nextcloud/lib/private/Files/Storage/Wrapper/Quota.php’ line
Int issues are usually because of 32 bit.
Also it says you are on 32bit image still:
uname -a
Linux syncloud 4.14.141-169 #1 SMP PREEMPT Sat Aug 31 23:19:59 -03 2019 armv7l GNU/Linux
Ok, there are few commands you can try after restoring nextcloud backup
Show all Nextcloud users:
snap run nextcloud.occ user:list
Show Nextcloud uses not from Syncloud Users (LDAP):
snap run nextcloud.occ ldap:show-remnants
Then you will need to create remnant users in Syncloud Users app (with the same username) and probably remove them from Nextcloud (using occ) so they are automatically recreated as soon as you try to login with their usernames to Nextcloud next time. This way they will be properly connected to Syncloud Users and probably Nextcloud Users start working again.
ok, i understand … but there is a little problem: nextcloud user names are beginning with an upper case. when i want to create a username with upper case in user-app, there comes message " * The account identifier (Username) is invalid." apparently because of this … what now?