Re: [owncloud-user] Can't write into config directory!

2018-05-17 Thread 450084394239
I would check things like SELinux and similar.



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Unable to upgrade owncloud 8.2.1 to owncloud 10

2018-05-17 Thread 450084394239
> More details can be found in the server log.

I guess this note in the posted message could give you a hint where to look
for possible problems.

> I'm upgrade from owncloud 8.2.1 to owncloud 9 then owncloud 10.

Why not following the previously given advise to go from 8.2.1 to 8.2.11 and
then directly to 10.0.8?



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] problems updating owncloud to latest stable release via webUI

2018-06-12 Thread 450084394239
You can find some background info here:

https://github.com/owncloud/documentation/pull/4171/files



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] excluding new cloud folders in windows / linux desktop client

2018-06-16 Thread 450084394239
What about using the selective sync folder shown on the screenshot here and
only sync the folders you want to have synced?

https://doc.owncloud.org/desktop/latest/navigating.html#configuring-owncloud-account-settings



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Unable to update owncloud 8.2.1 and then owncloud 10

2018-05-03 Thread 450084394239
In the last few weeks you got multiple times the information to not use the
updater app and to do the manual upgrade instead:

https://mailman.owncloud.org/pipermail/user/2018-April/002953.html
https://mailman.owncloud.org/pipermail/user/2018-April/002959.html
https://mailman.owncloud.org/pipermail/user/2018-April/002956.html

As you're struggling with this since longer time it could make sense to
throw away the idea to use the updater app and to follow previous
suggestions like the ones above :-)



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] user_pwauth app

2018-04-05 Thread 450084394239
> mark them as explicitly unsigned and not to be checked?

Seems this will be possible with the upcoming 10.0.8:

Added config.php option to select apps to ignore missing signature file
(mostly for themes) - #30891

-> https://owncloud.org/changelog/server/



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Fwd: Re: owncloud 9 mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App

2018-04-08 Thread 450084394239
> I just wold like to upgrde from owncloud 8.2.1 to owncloud 10 but when I
want to start the ugrade to owncloud 10 I get this message :

You need to first update to 8.2.11 before you can upgrade directly to
10.0.7.

mod_fcgid: stderr: PHP Fatal error: Call to undefined function 
OC\\Security\\random_int() in 

Seems you're missing a PHP module / extension:

https://stackoverflow.com/questions/11212808/fatal-error-call-to-undefined-function-openssl-random-pseudo-bytes



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Problem to Upgrade from ownCloud 8.2.1 to ownCloud 10

2018-04-22 Thread 450084394239
> Otherwise you'll have to download and install the paket by hand. 

This should be the recommended way as the updater app wasn't that reliable
back in the old days.



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Problem to Upgrade from ownCloud 8.2.1 to ownCloud 10

2018-04-22 Thread 450084394239
I think i had provided the required steps a few weeks ago in:

https://mailman.owncloud.org/pipermail/user/2018-March/002942.html

So follow this steps:

- Delete all files and folders in your existing ownCloud directory
(/var/www/owncloud) - except data and config.
- Don’t keep the apps directory.
- Download https://download.owncloud.org/community/owncloud-8.2.11.tar.bz2
- Extract the archive and upload its content to your webspace
- Open your ownCloud URL and run the upgrade routine or run the occ upgrade
command line

Repeat those steps with 10.0.7




--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Problem to Upgrade from ownCloud 8.2.1 to ownCloud 10

2018-04-23 Thread 450084394239
If you want a successful update of any pre-ownCloud 10 release you really
really shouldn't use the updater app and follow the manual instructions
pointed out previously:

https://mailman.owncloud.org/pipermail/user/2018-April/002956.html



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Fwd: Re: owncloud 9 mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App

2018-03-31 Thread 450084394239
I don't think that you need to search for an issue in the ownClouds code. The
message means that something (maybe old and not deleted code or apps or
stuff in your redis/memcache etc.) is declaring a class which already
declared previously.

It might help if you explain in detail which steps you have done so far,
what previous ownCloud version you're running and the details about your
setup.

If you're already on ownCloud 8.2 or 9.0 it doesn't make any sense to update
to 9.0.11 as you can instantly upgrade to the latest and currently supported
version 10.0.7. For this upgrade please follow this documentation step by
step:

https://doc.owncloud.org/server/latest/admin_manual/maintenance/manual_upgrade.html

and especially this one:

- Delete all files and folders in your existing ownCloud directory
(/var/www/owncloud) — except data and config.
- Don’t keep the apps directory. 

As a side-note: You really shouldn't use versions-specific directories like
/httpdocs/owncloud_9/ as there are still quite a few hardcoded path values
hidden in ownCloud which you would need to modify manually:
https://doc.owncloud.org/server/latest/admin_manual/maintenance/manually-moving-data-folders.html



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] owncloud 9 mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App

2018-03-31 Thread 450084394239
Hi,

the most common reason for such update/upgrade issues are that people
leaving old files left during the process. Did you
make sure to follow all steps provided in
https://doc.owncloud.org/server/latest/admin_manual/maintenance/manual_upgrade.html

and especially this one:

- Delete all files and folders in your existing ownCloud directory
(/var/www/owncloud) — except data and config.
- Don’t keep the apps directory.



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] owncloud 9 mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class OC_App

2018-03-31 Thread 450084394239
And shortly after the previous mail i've noticed:

> owncloud core-stable9

The github releases are not meant to be run by users as there is more then
just downloading this branch required to
run ownCloud. I strongly suggest to switch back to the official releases
from https://owncloud.org/download/#owncloud-server-tar-ball by following
the linked upgrade instructions above.



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Transfering data from user to user

2018-11-30 Thread 450084394239
There is a files:transfer-ownership occ comand available you could use:

https://doc.owncloud.org/server/latest/admin_manual/configuration/server/occ_command.html#the-files-transfer-ownership-command

Might be possible that the outdated 8.2.11 doesn't provide this
functionality yet. But this version reached its end of life in 2017-5:

https://github.com/owncloud/core/wiki/Maintenance-and-Release-Schedule
https://owncloud.org/news/stay-up-to-date-get-rid-of-your-old-version/

and you should upgrade to 10.0.10 ASAP. The following blogpost says that
this can be done from 8.2.11 directly to 10.0.10:

https://owncloud.org/news/owncloud-10-0-3-release/



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-04 Thread 450084394239
Doing the same on my ownCloud 10.1.0 installation shows an "internal server"
error page of ownCloud instead of the stack trace like happening at your
setup.



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] OwnCloud displays PHP error even when deactivated

2019-03-05 Thread 450084394239
No special configuration in the config.php, just the plain one after the
ownCloud installation.

Shutting down the database is not possible as this is a live / productive
system but i guess i will also get the same generic/themed internal error
message of ownCloud without the full stacktrace.

Specs:

ownCloud 10.1.0
nginx
PHP (php-fpm) 7.2.x



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Limit on calendars?

2019-03-10 Thread 450084394239
IMHO upgrading to a recent version is the way to go here. 7.0.4 is way too
outdated to offer help for (if there is any help possible for 7.0.4 at all).



--
Sent from: http://owncloud.10557.n7.nabble.com/Users-f1.html
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user