Hello,
Simple question, but I didn't find any more information about this.
Next to the "clientsync" folder, I did have a "Shared" folder.
Using severals forums, no one has been able to answer me.
Some are saying it's an old folder from OC5, but still no one really know what it is.

The only thing I know is that I moved some files inside this "Shared folder", then I have some weird errors (issue here : #13044 <https://github.com/owncloud/core/issues/13044>).
So I deleted this folder, but the problems are still present.

Can anyone tell me what I'm supposed to do with this "Shared folder" ?

Here is my config.php :
The content of config/config.php:

<?php
$CONFIG = array (
'instanceid' => '5165c50f134c1',
'passwordsalt' => 'xxxxxxxxxxxxxxxxxx',
'datadirectory' => '/var/www/owncloud/data',
'dbtype' => 'mysql',
'version' => '7.0.3.4',
'installed' => true,
'forcessl' => true,
'maintenance' => false,
'trashbin_retention_obligation' => 60,
'trashbin_auto_expire' => true,
'loglevel' => '0',
'log_rotate_size' => 54857600,
'theme' => 'theme-jolinuage',
'trusted_domains' =>
array (
0 => 'mon.jolinuage.fr',
),
'share_folder' => '/Shared',
'mail_from_address' => 'notification',
'mail_smtpmode' => 'php',
'mail_domain' => 'jolinuage.fr',
'dbname' => 'jolinuageoc',
'dbhost' => '127.0.0.1',
'dbuser' => 'xxxxxx',
'dbpassword' => 'xxxxxxxx',
);

Thanks for any help.
Greeting and have a nice day,
Johan

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to