Installed Nextcloud and MariaDB Database via command line (straight install not using docker or anything else) on Fedora desktop 38. Created DB user and tried to going to the website and I receive the following error:
Configuration was not read or initialized correctly, not overwriting /var/www/html/nextcloud/config/config.php
just to verify I changed the folder permissions β chmod -R 770
I am still receiving the same error. When I google the error I see a lot of fixes when dealing with Docker images but nothing for how I am running everything. Any suggestions would be appreciated. If more information is needed let me know.
Tried this and now instead of the Nextcloud webpage with the above error I listed I now am getting a white page with the following error:
App directory β/var/www/nextcloud/appsβ not found! Please put the Nextcloud apps folder in the Nextcloud folder. You can also configure the location in the config.php file.
The installer information that I followed had me install everything under β/var/www/html/nextcloud/β which I would assume why I am getting the error. Should I just move the nexrcloud folder up one directory?
I used the netcloud manual install paged and pieced everything together. Essentially verified my php install, installed the MariaDB database using dnf, created the user, wget to retrieve the latest version of nextcloud, tar the file and moved it to /var/www/html./nextcloud.
configured Apache for nextcloud by editing /ect/httpd/conf.d/nextcloud.conf with the virtual host info and restarted httpd.
Got my original error and now the error with the white page after using chown to change ownership to apache as suggested.
How did you do that?
Did you leave the files structure unchanged after unpacking?
What Archive did you download? Frome here: Changelog - Nextcloud ?
Is there a folder: /var/www/html/nextcloud/apps ?
If not, RE-Read the manual (and not only one section) and start from scratch.
when trying the installtion wizard I get the same error as i was originallt getting. So I removed httpd, php, and mariaDB. I then reinstalled each one and created a test php page. I go to locahost and the test page appears as expected.
I download and install nextcloud, set permissions and now Im getting the requested url is not found when trying to access localhost/nextcloud