Error @ installation

Found nothing @google

At the installation page i have this error:

{“reqId”:“zM0pxGNPKIDc4gwbAeUc”,“level”:3,“time”:“2023-07-15T12:55:18+00:00”,“remoteAddr”:“79.252.168.“,“user”:”–“,“app”:“index”,“method”:“GET”,“url”:”/index.php",“message”:“Call to a member function getToken() on null”,“userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0”,“version”:“”,“exception”:{“Exception”:“Error”,“Message”:“Call to a member function getToken() on null”,“Code”:0,“Trace”:[{“file”:“/var/www/mysite.me/lib/private/User/Session.php”,“line”:832,“function”:“loginWithToken”,“class”:“OC\User\Session”,“type”:“->”,“args”:[" sensitive parameters replaced ***”]},{“file”:“/var/www/mysite.me/lib/base.php”,“line”:1134,“function”:“tryTokenLogin”,“class”:“OC\User\Session”,“type”:“->”},{“file”:“/var/www/mysite.me/lib/base.php”,“line”:1053,“function”:“handleLogin”,“class”:“OC”,“type”:“::”},{“file”:“/var/www/mysite.me/index.php”,“line”:36,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/mysite.me/lib/private/User/Session.php”,“Line”:633,“CustomMessage”:“–”}}

Can not install nextcloud

Hi @Fluke667:

What version of NC?

How did you install? And what platform/OS did you install on?

Version 27

first did it with downloading nextcloud-setup.php than with the zipfile latest.zip

always same … im on debian 10

That is one of the more challenging ways to install NC.

On Debian 10 you may hit some snags due to older dependencies. And you’ll have to jump through extra hoops to even get a supported PHP version installed. I’m not confident you even can install a recent NC version on Debian 10 at this point without a lot of extra work. Officially it’s not supported by current (>=NC25) releases.

Make sure your system meets all the requirements:

https://docs.nextcloud.com/server/stable/admin_manual/installation/system_requirements.html#server

Then make sure every dependency here is installed:

https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html

If possible I’d encourage the use of the All-In-One Docker image or one of the other approaches listed on the first link above for automated installation unless you have a good reason for not doing so.