Page 8 of 8
Re: [EXTENSION] NextOwnCloud
Posted: 01 Oct 2019 22:10
by svt11
Hi, I'm getting this error
I'm running version 12.0.0.4 reticulus I installed owncloud extension and I'm getting this error. Should I try to install latest version of nextcloud?
This version of ownCloud is not compatible with PHP 7.3
You are currently running PHP 7.3.9.
Re: [EXTENSION] NextOwnCloud
Posted: 30 Oct 2019 15:39
by ginggs
svt11 wrote: ↑01 Oct 2019 22:10
Hi, I'm getting this error
I'm running version 12.0.0.4 reticulus I installed owncloud extension and I'm getting this error. Should I try to install latest version of nextcloud?
Nextcloud 15 works with PHP 7.0 through 7.3.x
Nextcloud 16 and 17 work with PHP 7.1 through 7.3.x.
I am running Nextcloud 16.0.5 on XigmaNAS 12.0.0.4 now. Installed manually, not using the extension.
Re: [EXTENSION] NextOwnCloud
Posted: 06 Nov 2019 01:44
by galaxyraider
ginggs wrote: ↑30 Oct 2019 15:39
svt11 wrote: ↑01 Oct 2019 22:10
Hi, I'm getting this error
I'm running version 12.0.0.4 reticulus I installed owncloud extension and I'm getting this error. Should I try to install latest version of nextcloud?
Nextcloud 15 works with PHP 7.0 through 7.3.x
Nextcloud 16 and 17 work with PHP 7.1 through 7.3.x.
I am running Nextcloud 16.0.5 on XigmaNAS 12.0.0.4 now. Installed manually, not using the extension.
Can you tell me how to install NextCloud manually? Thanks!
Re: [EXTENSION] NextOwnCloud
Posted: 07 Nov 2019 08:31
by ginggs
galaxyraider wrote: ↑06 Nov 2019 01:44
Can you tell me how to install NextCloud manually? Thanks!
I think my searching lead to this thread:
viewtopic.php?t=13109
For some reason, I missed this thread (the NextOwnCloud extension) completely.
Re: [EXTENSION] NextOwnCloud
Posted: 27 Apr 2020 22:30
by roach9
Does this still work or is it deprecated?
Re: [EXTENSION] NextOwnCloud
Posted: 28 Apr 2020 06:55
by crest
roach9 wrote: ↑27 Apr 2020 22:30
Does this still work or is it deprecated?
Tested on latest XigmaNAS release 12.1.0.4 (7542) and worked without problems.
Please obey the installation hints in the first post of this thread!
After succesful installation of this extension I would recommend to install the NC app OCCWeb inside Nextcloud to maintain the Nextcloud application such as
=> db:add-missing-indices
=> db:convert-filecache-bigint
which most likely occure inside Nextcloud after fresh installation.
Regards
crest
Re: [EXTENSION] NextOwnCloud
Posted: 28 Apr 2020 15:49
by Snufkin
Hi
crest, nice to hear from you again! I hope you are doing well.
crest wrote: ↑28 Apr 2020 06:55
Tested on latest XigmaNAS release 12.1.0.4 (7542) and worked without problems.
My own test results are fully correspond with your summary of the
NextOwnCloud Extension itself.
What I'd like to draw your attention to is how
Nextcloud suit works, better say - doesn't work.
TL;DR All Nextcloud 18 and 19 beta have an error in all PHP 7.4 XigmaNAS 11 and 12 builds. An error occurs if you enable or disable Nextcloud app, do minor or major upgrade and run
occ maintenance:repair command.
Below are links to my test reports.
There is
a workaround for this error suggested by
doktornotor.
It seems to me the root cause is set of compile options for XigmaNAS 7.4 PHP runtime. They are different from those used in PHP 7.4 installed by package manager.
XigmaNAS
PHP Configure Command options (see attached files in
table):
-
There is no such options on FreeBSD 12.1 r354233 instance, and both pcre versions are lower.
Ref. Doc Bug #79479 --with-external-pcre option is not documented
-
This option is deprecated and skipped on the FreeBSD 12.1 instance also.
Ref. Migrating from PHP 7.3.x to PHP 7.4.x
I hope all above will help to get rid of this annoyning error and continue using Nexcloud suit.
Re: [EXTENSION] NextOwnCloud
Posted: 29 Apr 2020 04:36
by roach9
I'm on the newest version of XigmasNAS and i followed the instructions in the OP. I get this error when I attempt to install NextCloud.
"The following input errors were detected:
Download of installation file
https://download.nextcloud.com/server/r ... latest.zip failed, installation aborted!"
Re: [EXTENSION] NextOwnCloud
Posted: 29 Apr 2020 14:03
by raulfg3
download works for me, so please revise your DNS and revise that you can ping outside from your NAS
EG: ping
www.google.com from a shell of your NAS
Re: [EXTENSION] NextOwnCloud
Posted: 29 Apr 2020 16:49
by roach9
raulfg3 wrote: ↑29 Apr 2020 14:03
download works for me, so please revise your DNS and revise that you can ping outside from your NAS
EG: ping
www.google.com from a shell of your NAS
Looks like I'm going to have to troubleshoot my box's ability to access the internet. I don't know how to even change my DNS settings. Looks like it's all pre-set and unable to be modified.
Re: [EXTENSION] NextOwnCloud
Posted: 29 Apr 2020 17:22
by raulfg3
Re: [EXTENSION] NextOwnCloud
Posted: 30 Apr 2020 23:10
by sundier
Running 12.1.0.4 - Ingva (revision 7509).
First time trying OBI and after that NextOwnCloud. Installing NextOwnCloud from OBI.
Setting up paths according to instructions, including webserver paths. Click Install in NextOwnCloud->Configuration and I get the following message at the top of the web GUI (see screenshot):
Warning: chown(): No such file or directory in /mnt/mainpool/home/obi/owncloud/owncloud-config.php on line 145 Warning: Cannot modify header information - headers already sent by (output started at /mnt/mainpool/home/obi/owncloud/owncloud-config.php:145) in /mnt/mainpool/home/obi/owncloud/owncloud/extension-lib.inc on line 203 Warning: Cannot modify header information - headers already sent by (output started at /mnt/mainpool/home/obi/owncloud/owncloud-config.php:145) in /usr/local/www/fbegin.inc on line 34
Any clues? Is this warning a problem?
Re: [EXTENSION] NextOwnCloud
Posted: 30 Apr 2020 23:16
by Snufkin
sundier wrote: ↑30 Apr 2020 23:10
Any clues?
Looking at screenshot I see the same path in
Data Folder and
Backup Folder fields.
Is that what you'd like to set up?
Re: [EXTENSION] NextOwnCloud
Posted: 30 Apr 2020 23:29
by sundier
Snufkin wrote: ↑30 Apr 2020 23:16
sundier wrote: ↑30 Apr 2020 23:10
Any clues?
Looking at screenshot I see the same path in
Data Folder and
Backup Folder fields.
Is that what you'd like to set up?
Nope, copy&paste error, but thanks for spotting it. After correction I get the same warning though.
Re: [EXTENSION] NextOwnCloud
Posted: 01 May 2020 05:45
by crest
Hello sundier,
sundier wrote: ↑30 Apr 2020 23:10
Running 12.1.0.4 - Ingva (revision 7509).
First time trying OBI and after that NextOwnCloud. Installing NextOwnCloud from OBI.
Setting up paths according to instructions, including webserver paths. Click Install in NextOwnCloud->Configuration and I get the following message at the top of the web GUI (see screenshot):
Warning: chown(): No such file or directory in /mnt/mainpool/home/obi/owncloud/owncloud-config.php on line 145 Warning: Cannot modify header information - headers already sent by (output started at /mnt/mainpool/home/obi/owncloud/owncloud-config.php:145) in /mnt/mainpool/home/obi/owncloud/owncloud/extension-lib.inc on line 203 Warning: Cannot modify header information - headers already sent by (output started at /mnt/mainpool/home/obi/owncloud/owncloud-config.php:145) in /usr/local/www/fbegin.inc on line 34
Any clues? Is this warning a problem?
To which path did you set the webserver upload directory?
Check if the upload dir exists and not contains whitespaces.
Regards
crest
Re: [EXTENSION] NextOwnCloud
Posted: 01 May 2020 21:40
by sundier
crest wrote: ↑01 May 2020 05:45
Hello sundier,
To which path did you set the webserver upload directory?
Check if the upload dir exists and not contains whitespaces.
Regards
crest
Newbie failure, dir was missing..., no warnings after fixing this. Thanks.
Re: [EXTENSION] NextOwnCloud
Posted: 23 May 2020 11:57
by bitvsbit
Hi, my XigmaNas version is 11.3.0.4 - Parmentier (revisione 7538)
NextOwnCloud 0.3.5 extension
When I try to access to NextCloud URL i get:
This version of Nextcloud is not compatible with > PHP 7.3.
You are currently running 7.4.5.
Is there something I can do to fix it?
Thanks.
Best Regards
Re: [EXTENSION] NextOwnCloud
Posted: 23 May 2020 12:58
by Snufkin
Re: [EXTENSION] NextOwnCloud
Posted: 20 Jun 2020 01:32
by darioml
Hi.
I have just installed NextCloud 19.0.0 in XigmaNAS RootOnZFS 12.1.0.4 - Ingva (revision 7542) via OBI.
I would like to see details about the Photos I uploaded. Therefore, I installed Metadata app.
https://github.com/gino0631/nextcloud-metadata
But, it does not work:
Code: Select all
This app cannot be installed because the following dependencies are not fulfilled:
The library exif is not available.
That is correct:
Code: Select all
nas4free: ~# php --ri exif
Extension 'exif' not present.
But, if I try to install it, an error appears:
Code: Select all
nas4free: ~# pkg install php71-exif
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100% 916 B 0.9kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 6.5MB/s 00:01
Processing entries: 100%
FreeBSD repository update completed. 31523 packages processed.
All repositories are up to date.
pkg: No packages available to install matching 'php71-exif' have been found in the repositories
Code: Select all
nas4free: ~# php -v
PHP 7.4.5 (cli) (built: Apr 17 2020 03:37:23) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.5, Copyright (c), by Zend Technologies
How can I install this php-exif package safely? O how could we make XigmaNAS have it included by default?
Thanks!
Re: [EXTENSION] NextOwnCloud
Posted: 15 Jul 2020 17:44
by Impulse1
bitvsbit wrote: ↑23 May 2020 11:57
Hi, my XigmaNas version is 11.3.0.4 - Parmentier (revisione 7538)
NextOwnCloud 0.3.5 extension
When I try to access to NextCloud URL i get:
This version of Nextcloud is not compatible with > PHP 7.3.
You are currently running 7.4.5.
Is there something I can do to fix it?
Thanks.
Best Regards
I have the exact same issue, I've tried updating to the latest of everything:
XigmaNAS Version is 11.4.0.4 (Revision 7633)
NextOwnCloud Version 0.35
My only difference is that I get error:
This version of Nextcloud is not compatible with > PHP 7.2
You are currently running 7.4.7
From what I can tell my Nextcloud version isn't being updated, looking in the config.php file it says:
Code: Select all
<?php
$CONFIG = array (
'instanceid' => 'ocgpna6neif8',
'passwordsalt' => 'Changedforpost',
'secret' => 'hkjsfkhjsnkjsadChnagedforPostnjsdkjsd842',
'trusted_domains' =>
array (
0 => '192.168.1.202:8080',
1 => 'myaddress:81',
),
'datadirectory' => '/mnt/Pool1/NAS_Services/CLD_DATA',
'overwrite.cli.url' => 'https://192.168.1.202:8080/nextcloud',
'dbtype' => 'sqlite3',
'version' => '12.0.3.3',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
);
Is there a way to force Nextcloud to update?
Update Edit: I ended up needing to uninstall the extension and re-install. Kind of a pain, but figured out how to use MariaDB in the process. couldn't use the restore feature, it wanted to restore the version as well. Couldn't manually copy all my files back over either, they wouldn't show up in the web app. in the end I created a fresh install, named my account the same, and connected it to my desktop app. The desktop app recognized that everything had been deleted and asked if I wanted to sync, or copy my files back over, I chose to sync obviously. It takes a lot longer, but seems to be working finally.