Originally posted here: viewtopic.php?f=14&t=2950
(sorry for any inconveniences but I figured the thread belongs here.)
I'm having problems using windows sync client 1.0.3 on either Windows 7 (x64) or Windows XP (x86). When ever I try to sync files I receive the following error:
client error:
- Code: Select all
"The target directory owncloud://10.10.20.23/owncloud/files/webdav.php/clientsync doesn't exist."
Please check the sync setup.
Logfile from 1.0.3 client:
- Code: Select all
[...]
06-24 14:16:25:235 csync.owncloud - opendir method called on owncloud://10.10.20.23/owncloud/files/webdav.php/clientsync
06-24 14:16:25:235 csync.owncloud - * scheme owncloud
06-24 14:16:25:235 csync.owncloud - * host 10.10.20.23
06-24 14:16:25:235 csync.owncloud - * port 0
06-24 14:16:25:235 csync.owncloud - * path /owncloud/files/webdav.php/clientsync
06-24 14:16:25:235 csync.owncloud - * user
06-24 14:16:25:242 * csync thread started
06-24 14:16:25:242 >===================================== sync started for "ownCloud"
06-24 14:16:25:260 csync.owncloud - ne_sock_init: 0
06-24 14:16:25:355 csync.owncloud - Authentication required
06-24 14:16:25:355 csync.owncloud - Call the csync callback for ownCloud
06-24 14:16:25:456 csync.owncloud - Session error string 500 Internal Server Error
06-24 14:16:25:456 Access dienied to remote uri: owncloud://10.10.20.23/owncloud/files/webdav.php/clientsync - Input/output error
06-24 14:16:25:456 Synchronisation is not possible!
06-24 14:16:25:456 #### ERROR String emitted: "
The target directory owncloud://10.10.20.23/owncloud/files/webdav.php/clientsync does not exist.
Please check the sync setup.
"
06-24 14:16:25:457 CSync run took 235 Milliseconds
06-24 14:16:25:464 -> CSync Finished slot with error true
06-24 14:16:25:464 ** error Strings: ("
The target directory owncloud://10.10.20.23/owncloud/files/webdav.php/clientsync does not exist.
Please check the sync setup.
")
06-24 14:16:25:464 * owncloud csync thread finished with error
06-24 14:16:25:464 OO folder slotSyncFinished: result: 4 local: false
[...]
My setup:
- Code: Select all
Apache/2.2.22
PHP 5.4.3 (incl. cytpe, curl, gd, hash, json, mbstring, mysql, pdo, pdo-sqlite, session, simplexml, sqlite3, xml, zip)
owncloud 4.0.1
My httpd.conf:
- Code: Select all
[...]
<Directory "/usr/local/www/apache22/data/owncloud">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
[...]
also tried...
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
and...
<IfModule mod_security.c>
SecFilterEngine Off
SecFilerScanPOST Off
</IfModule>
[...]
By the way: Everything works as expected using either webdav or owncloud's webinterface. Any help is much appreciated.
Regards
Simon
ADDED:
/usr/local/www/apache22/data/owncloud/.htaccess:
- Code: Select all
DirectoryIndex index.html index.htm default.html default.htm index.php index.php5
<Limit GET POST>
order allow,deny
allow from all
</Limit>
<Limit PUT DELETE>
order allow,deny
allow from all
</Limit>
