I have a clean installation of fedora 41 beta. Anybody know what this error means when setting up nextcloud latest? I had no trouble installing nextcloud in fedora 40.
jonathon@hello:~$ sudo cat /var/www/html/cloud/data/nextcloud.log
{"reqId":"ZtPuwUyyOPDPzSDDPyUoEQAAAEA","level":3,"time":"2024-09-01T04:34:09+00:00","remoteAddr":"192.168.02.221","user":"--","app":"PHP","method":"GET","url":"/","message":"fopen(/var/www/html/cloud/config/config.php): Failed to open stream: No such file or directory at /var/www/html/cloud/lib/private/Config.php#221","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0","version":"","data":{"app":"PHP"}}
Another possible workaround would be to use the command line installer, as this bug only seems to affect the web installer. Oh, and by the way, itās already been fixed, so it shouldnāt occur in the upcoming 29.0.6 anymore: https://github.com/nextcloud/server/pull/47521
Well, these are the sorts of things you have to deal with when using a bleeding edge distribution like Fedora, and in this case, even a beta version of that bleeding edge distribution. For a āstableā server experience, Rocky or Alma Linux would be a better fit if you want to stay in the RHEL world, or otherwise Debian Stable or Ubuntu LTS
I have not used the command line installer before. I will have a look at it. I started with fedora 5 so itās been a long journey. I got used the constant change and breakage from time to time. I figure if things are going to change i may as well just learn it now. Iām looking at putting nextcloud on a raspberry pi. I will probably go with red hat derivative if there is an image available or Debian since i have that running on my laptop. Thanks for your help.
Yes, learning is a good thingā¦ On a test system!
But on a production server that might also be used by friends and family, you usually donāt want constant changes and breakages. Of course, if it is just for yourself, this is entirely up to you.
By the way, 29.0.6 has now been released, so the problem with the web installer should be fixed