Rereading your previous post, I realized you were trying to connect to the Nextcloud Web interface, am I correct?Would the script grant me better luck with setting the admin and first database information? As in, if the files aren't going where they're suppose to with point n click install, would the script do so?
Sent from my SM-N950W using Tapatalk
service apache24 restart
iocage restart name_of_your_iocage_jail
Then I would either start a nw iocage install with a new "db" and "files" datasets, or destroy the failing iocage jail, delete content of "db" and "files" and perform the install again.I was accessing Nextcloud through the web interface. I'm trying to start my first setup of it.
Sent from my SM-N950W using Tapatalk
Do you get that after running my script, or after trying to install in a different way? If the latter, you'd probably be better off posting in a different thread.I get this on 11.2 beta 2 using the web interface. O am i better off waiting for beta 3?
I think you should run Danb35 script instead. I believe it is by far the better solution for running Nextcloud.I got that trying to install NextCloud through the plugins listing.. and then trying to create user info.
Sent from my SM-N950W using Tapatalk
This thread has nothing to do with the plugin, so please don't post questions about it here. If you'd like to try my script instead, read the first post and go from there.I got that trying to install NextCloud through the plugins listing.
The script takes care of both of those for you.Would the script grant me better luck with setting the admin and first database information?
To fix the iocage issues, you can manually update the script files using git.
cd /tmp
git clone --recursive https://github.com/iocage/iocage
cp -R iocage/iocage/lib/ /usr/local/lib/python3.6/site-packages/iocage/lib
Everything should be working now.
Edit:
Somehow there's something wrong with the database...
I also tried it with mariadb102-server but that does not change anything.
Complete install log with a little snip of the nextcloud folder structure(which is huge!) https://pastebin.com/eJVjK3ay
Hope anyone can find the problem here... been looking for hours.
Error updating .htaccess file, not enough permissions or "overwrite.cli.url" set to an invalid URL?
OK, I think I have this licked--I need to set overwrite.cli.url in the nextcloud configuration to the URL for the system. The nextcloud-14 branch seems to be working for me without issues on 11.2-BETA3; you can check it out withError updating .htaccess file, not enough permissions or "overwrite.cli.url" set to an invalid URL?
git clone -b nextcloud-14 https://github.com/danb35/freenas-iocage-nextcloud
. I'll probably merge that branch into master in a few days unless I hear of issues.Because occ (now) complains if it's set to less than 512M.1) why did you update the php.ini memory to 512M as the ini file says in the comments that the maximum in 128M?
It's apparently needed to support gallery view of .raw images.2) why did you add perl5.28?
No idea. I just know that occ won't alter the .htaccess file if it's set (as it is by default) to http://localhost.3) what does the set overwrite.cli.url do?