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

2019-03-05 Thread Carlos Damken
What does it show in the log files?


On Mar 5, 2019, 06:13, at 06:13, 450084394239 <450084394...@trash-mail.com> 
wrote:
>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
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Older version of Android client

2019-01-29 Thread Carlos Damken
ownCloud 7 is almost 5 years old software and end of life about 4 years already.

It would be faster if you install a newer 10.0.10 version and migrate the 
information. If you don’t have a couple of thousands users and shares you can 
see in your database on oc_share and oc_share_external  what you have to create 
manually again. Otherwise you will need assistance to migrate or upgrade your 
environment.

We recommend you to use the latest versions, that contains all fixes and 
prevents that you have any data loss.

Best regards,
Carlos


Carlos Damken (car...@owncloud.com)
Team Lead Support
owncloud.com
Rathsbergstr. 17, 90411 Nürnberg, Germany
Phone: +49 911 14876181

ownCloud GmbH, GF: Tobias Gerlinger, Holger Dyroff
Rathsbergstr. 17, 90411 Nürnberg, HRB 28050 (AG Nürnberg)


> On 29. Jan 2019, at 02:38, H  wrote:
> 
> I am stuck with version 7 of the owncloud server and the current Android 
> client no longer supports this version. Contacting support has not worked 
> since they pointed me to the f-droid store but there the oldest version is 
> 2.9.1 which also does not work with server version 7.
> 
> Can anyone tell me:
> 
> - Which is the last client version to work with server version 7?
> 
> - Where can I download this client version for Android?
> 
> Thank you.
> 
> ___
> User mailing list
> User@owncloud.org
> http://mailman.owncloud.org/mailman/listinfo/user

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] How to get latest version of the apps without occ

2019-01-22 Thread Carlos Damken
Over WebUI you can download it.

The workaround could be having an ownCloud who download the app and then you 
can repackage easily with a script

⁣Sent from BlueMail ​

On Jan 22, 2019, 16:05, at 16:05, Kevin Lemonnier 
 wrote:
>Hi,
>
>I don't see an answer to this so let me rephrase the question : Is
>there
>a way to get the latest version of an app from the market ? Maybe an
>API
>endpoint we could use ?
>
>The occ command requires an actual owncloud install with a database,
>which isn't exactly practical to have in a CI build system.
>
>Thanks
>
>On 1/21/19 2:34 PM, Florian Leleu wrote:
>>
>> Hello everyone,
>>
>> I'm brand new on this ML so I'm sorry if I make mistakes or if the
>> subject was already spoken.
>>
>> We are currently building an ISO of Owncloud 10 to load it as a read
>> only media in several VMs.
>>
>> To build it we just download the tar.gz, decompress it, modify what
>we
>> need and generate the ISO.
>>
>> In the latest tar.gz, the market is not UP to date, its version is
>> 0.25 and the latest is 0.3 as I remember.
>>
>> Within our VMs we do not allow installing apps (juste set the
>writable
>> flag to false), nor do we allow updating since we just update the ISO
>> and reload the configuration.
>>
>> The main problem then is that apps aren't at the last version, so our
>> idea was to download all the required apps from
>> https://marketplace.owncloud.com/ and then do our ISO.
>>
>> The fact is that actually we'd have to scrap the market to get the
>> latest version number and it's far from being reliable.
>>
>> Has anyone a better idea to download the apps ? Since the occ command
>> can find the latest version of apps, I suppose there is an easy way.
>>
>> We can't do it with occ since we don't use a real Owncloud to
>generate
>> the ISO.
>>
>> Thanks for reading !
>>
>> --
>>
>> Cordialement,
>>
>> 
>>
>>
>> Florian LELEU
>> Administrateur Systèmes Linux, Cognix Systems
>>
>> *Rennes* | Brest | Saint-Malo | Paris
>> florian.le...@cognix-systems.com
>
>>
>> Tél. : 02 30 96 34 40
>>
>>
>>
>>
>> Facebook Cognix Systems 
>> Twitter Cognix Systems 
>> Logo Cognix Systems 
>>
>>
>> ___
>> User mailing list
>> User@owncloud.org
>> http://mailman.owncloud.org/mailman/listinfo/user
>--
>
>Cordialement,
>
>
>
>
>Kevin LEMONNIER
>Administrateur Systèmes Linux, Cognix Systems
>
>*Rennes* | Brest | Saint-Malo | Paris
>kevin.lemonn...@cognix-systems.com
>
>
>Tél. :02 30 96 34 40
>
>
>
>
>Facebook Cognix Systems 
>Twitter Cognix Systems 
>Logo Cognix Systems 
>
>
>
>
>
>___
>User mailing list
>User@owncloud.org
>http://mailman.owncloud.org/mailman/listinfo/user
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

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

2018-05-14 Thread Carlos Damken

Hi,

You didn't write exactly which is the error you have. The permits should 
be 0644 for the folder and 0750 for the files (that does the script.


Best regards

Carlos

On 14.05.2018 18:02, Aziz wrote:

Hi OC Users,

I'm trying to install OwnCloud in a Centos 7 virtual machine, and got 
stuck in post installation steps with error shown in the subject.


OwnCloud directory is located in /var/www/html folder and I gave all 
the permissions for all users using the command chmod 777 -R 
/var/www/html/owncloud/


I also tried to run the bash script, from the following page : 
https://doc.owncloud.org/server/10.0/go.php?to=admin-dir_permissions



Does anyone of you guys have a hint on how to resolve this ?

Thank you all.




___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


___
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-02 Thread Carlos Damken
Which PHP version do you have?

Did you try over tar files?
⁣---

Carlos Damken

On May 2, 2018, 21:04, at 21:04, "Michaël Parchet" <mparc...@sunrise.ch> wrote:
>Hello,
>
>I have owncloud 8.2.1 server on my host with centos 7
>
>My problem.
>
>When I click on update button on the admin interface, I get this error
>:
>
>
>  * 1. Check & Backup
>  * 2. Download & Extract
>  * 3. Replace
>
>Here is your backup:
>/home/httpd/vhosts/mydomain/httpdocs/owncloud/data/updater_backup/8.2.1.4-927c1060
>
>/home/httpd/vhosts/mydomain/httpdocs/owncloud/data/updater_backup/8.2.11.zip
>
>extraction error
>
>Could you help me please to fix this bug and uprade owncloud 8.2.1 to
>owncloud 10 ?
>
>Best regards
>
>mparchet
>
>
>
>
>
>
>
>___
>User mailing list
>User@owncloud.org
>http://mailman.owncloud.org/mailman/listinfo/user
___
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 Carlos Damken

Did you read the release notes?


Probably you need :


https://doc.owncloud.org/server/10.0/admin_manual/release_notes.html#php-intl-now-is-a-hard-requirement


On 04/08/2018 11:06 AM, 450084394239 wrote:

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



___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] no sutch file or directory error on owncloud 8_2_1

2018-03-29 Thread Carlos Damken
I would recommend first that you upgrade to 8.2.11 and then you can jump 
to 10.0.7



If the problem stilt happens, then I can help you.


The 8.2 is outdated.


Best regards,

Carlos


On 29.03.2018 23:14, Michael Parchet wrote:


Hello,


I'm using owncloud 8.2.1 server my host use centos 7.


I have owncloud 8.2.1


My problem


In file : owncloud/remote.php I'have find this line


            $file = OC_App::getAppPath($app) .'/'. $parts[1];


Here'is my log

mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening 
required '/appinfo/v1/webdav.php 
<https://elara.kreativmedia.ch:8443/smb/file-manager/code-editor?currentDir=%2Fhttpdocs%2Fappinfo%2Fv1=webdav.php=%2Fsmb%2Flog-file%2Fbrowser%2Fid%2F2073>' 
(include_path='/home/httpd/vhosts/mydomain/httpdocs/owncloud/3rdparty/phpseclib/phpseclib/phpseclib:/home/httpd/vhosts/mydomain/httpdocs/owncloud/3rdparty/pear/console_getopt:/home/httpd/vhosts/mydomain/httpdocs/owncloud/3rdparty/pear/archive_tar:/home/httpd/vhosts/mydomain/httpdocs/owncloud/3rdparty/pear/pear_exception:/home/httpd/vhosts/mydomain/httpdocs/owncloud/3rdparty/pear/pear-core-minimal/src:/home/httpd/vhosts/mydomain/httpdocs/owncloud/lib/private:/home/httpd/vhosts/mydomain/httpdocs/owncloud/config:/home/httpd/vhosts/parcheto.ch/httpdocs/owncloud/3rdparty:/home/httpd/vhosts/mydomain/httpdocs/owncloud/apps:/home/httpd/vhosts/mydomain/httpdocs/owncloud/lib:.:/usr/share/pear:/usr/share/php:/home/httpd/vhosts/mydomain/httpdocs/owncloud') 
in /home/httpd/vhosts/mydomain/httpdocs/owncloud/remote.php 
<https://elara.kreativmedia.ch:8443/smb/file-manager/code-editor?currentDir=%2Fhttpdocs%2Fowncloud=remote.php=%2Fsmb%2Flog-file%2Fbrowser%2Fid%2F2073> 
on line 137



Is this error is normally with owncloud server 8.2.1 ?


Thanks for your support


Best regards


mparchet




___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


--
---
Carlos Damken

car...@owncloud.com <mailto:car...@owncloud.com>
ownCloud GmbH - www.owncloud.com <http://www.owncloud.com/>

Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Tobias Gerlinger, Holger Dyroff, Harald Weimer
Rathsbergstrasse 17, 90411 Nürnberg, HRB 28050 (AG Nürnberg)

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Backends provided no user object for ... remove unused fragments

2018-02-19 Thread Carlos Damken

https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/occ_command.html#user-commands

https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/occ_command.html#ldap

sudo -u www-data ./occ user:sync "OCA\User_LDAP\User_Proxy"

On 19.02.2018 11:05, Matthias Teege wrote:

Hello,

I'm using Owncloud with LDAP. After removing a user from LDAP
Owncloud reports "Backends provided no user object for 9ff56c81-...".
Thats perfectly ok because there are some artefacts associated with
a user that does not exists anymore.

Can I delete the artefacts from the oc_share database table? How
Do I remove a user and all artefacts if the user does not exists
in the LDAP directory anymore?

Thanks,
Matthias

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


--
---
Carlos Damken

car...@owncloud.com <mailto:car...@owncloud.com>
ownCloud GmbH - www.owncloud.com <http://www.owncloud.com/>

Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Tobias Gerlinger, Holger Dyroff, Harald Weimer
Rathsbergstrasse 17, 90411 Nürnberg, HRB 28050 (AG Nürnberg)


___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Re: [owncloud-user] Antivirus scanner options are not saved

2017-04-03 Thread Carlos Damken

Hi Martin,

Probably this examples helps:

|occ config:app:set --value='socket' files_antivirus av_mode occ 
config:app:set --value='/var/run/clamav/clamd.ctl' files_antivirus 
av_socket occ config:app:set --value='1024' files_antivirus 
av_chunk_size occ config:app:set --value='only_log' files_antivirus 
av_infected_action Best regards, Carlos |



On 03-Apr-17 16:42, Martin LEUSCH wrote:

Hi,

I cannot modify antivirus scanner options on the admin page.

When I edit an options and click on on save, there is a notification 
saying that options are saved but nothing is writed on database and if 
I reload the admin page, options are revert to default value.


How can I modify these settings cause by default antivirus is in 
executable mode, It's important to put it in daemon mode to have 
better performance.


Thanks,

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


--
Carlos Damken (car...@owncloud.com)
Team Lead Support
*ownCloud*
Leipziger Platz 21
90491 Nürnberg
Phone: +49 911 14876181

Your Data, Your Cloud, Your Way!
ownCloud GmbH
Geschäftsführer: Tobias Gerlinger, Holger Dyroff
Leipziger Platz 21, 90491 Nürnberg - HRB 28050 (AG Nürnberg)

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user