Closed OleksandrHerasymenko closed 10 years ago
Your server seem to report various errors, such as Gateway timeout and Internal Server Errror. Please try to find the cause for that, its probably not a client issue.
yes, could be (caused by owncloud upgrade, failover internet connection on gateway). But when connection is ok - all should be synchonized.
Regarding "not a client issue" - dont know, man. Guy from owncloud/core team sad put this issue here.
i guess "probably" doesnt mean that issue is closed, have i missed something?
Steps to reproduce
Expected behaviour
should be all synced
Server configuration
Operating system: Ubuntu 14.04 Web server: nginx 1.4.6-1ubuntu3 Database: mysql 5.5.37-0ubuntu0.14.04.1 PHP version: 5.5.9+dfsg-1ubuntu4 ownCloud version: (see ownCloud admin page) 7.0.0 Updated from an older ownCloud or fresh install: updated from 6.0.4 List of activated apps: standard list The content of config/config.php:
$CONFIG = array ( 'instanceid' => 'oc124d30cfbb', 'passwordsalt' => '*****_', 'trusteddomains' => array ( 0 => 'ownclou.somedomain.com', ), 'datadirectory' => '/mnt/storage', 'dbtype' => 'mysql', 'version' => '7.0.0.8', 'dbname' => 'owncloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc', 'dbuser' => '*_', 'dbpassword' => '******_', 'installed' => true, 'logfile' => '/var/log/owncloud/owncloud.log', 'loglevel' => '2', 'mail_smtphost' => 'smtp.yandex.ru:465', 'mail_smtpsecure' => 'ssl', 'mail_smtpauth' => 'true', 'mail_smtpauthtype' => 'LOGIN', 'mailsmtpname' => '******_', 'mailsmtppassword' => '******', 'maxZipInputSize' => 0, 'allowZipDownload' => true, 'forcessl' => true, 'theme' => '', 'maintenance' => false, );
Are you using external storage, if yes which one: local/smb/sftp/... Amazon s3 Are you using encryption: yes/no no Logs Web server error log no errors Owncloud error logs
What do we have on local PC http://gyazo.com/5bf81ee69a34fb0d9c667ac9bf856ac6 and its content http://gyazo.com/0c89e9a0a5fcdb2933f776cdeb773418
What do we have in OwnCloud web UI the folders http://gyazo.com/182f7b912d6df10b6a8003b84c6f3c25 and content of Okadabook folder http://gyazo.com/d6fdd8e517472ecef88cd023276968a2
This issue regarding 6.0.4 and 7.0.0