Thanks for the info re my installation problem. My webmin shows no owncloud sql database. I don't recall using anything other than sqlite either. Any other ideas?
On 9 Dec 2011 17:45, <[email protected]> wrote: Send Owncloud mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://mail.kde.org/mailman/listinfo/owncloud or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Owncloud digest..." Today's Topics: 1. Re: Installation (Florian Jacob) 2. ownCloud listed on www.calconnect.org (Leon Orator) 3. Re: ownCloud listed on www.calconnect.org (Frank Karlitschek) 4. Re: Problems with ownCloud in Windows+IIS and eM Client (Leon Orator) ---------------------------------------------------------------------- Message: 1 Date: Fri, 09 Dec 2011 14:54:28 +0100 From: Florian Jacob <[email protected]> To: [email protected] Subject: Re: [Owncloud] Installation Message-ID: <20054297.n8Uy4DNn30@izumo> Content-Type: text/plain; charset="us-ascii" Am Freitag, 9. Dezember 2011, 12:31:10 schrieb Malcolm Binnie: > I installed v2 OK and then there was an issue with my password. Couldnt > retrieve it so I deleted the files and reinstalled. Problem is I cannot > now get past the setup screen - every time I click Finish setup it sends > me back to the same place. I've set all folders to be owned by www-data > and the config directory is permission 777 just now too. I cannot see a > new config file appearing in there though - it just seems to be the > sample one. > > Anyone give me a shove in the right direction? Thanks > In case you use mysql instead of sqlite, you have to reset the sql database for owncloud, too. Cheers, Florian ------------------------------ Message: 2 Date: Fri, 09 Dec 2011 12:49:54 -0300 From: Leon Orator <[email protected]> To: [email protected] Subject: [Owncloud] ownCloud listed on www.calconnect.org Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I'd just like to inform you that I indicated ownCloud to the www.calconnect.org (The Calendaring and Scheduling Consortium) administrators, so that they put it in their list of CalDAV and CardDAV servers: http://carddav.calconnect.org/implementations/servers.html http://caldav.calconnect.org/implementations/servers.html Is that good with you? If you (ownCloud project maintainers) want them to alter the description they gave, or for anything else, just contact them. Thank you. l. ------------------------------ Message: 3 Date: Fri, 9 Dec 2011 17:12:10 +0100 From: Frank Karlitschek <[email protected]> To: Leon Orator <[email protected]> Cc: [email protected] Subject: Re: [Owncloud] ownCloud listed on www.calconnect.org Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Cool. Thanks On 09.12.2011, at 16:49, Leon Orator wrote: > Hello, > > I'd just like to inform you that I indicated ownCloud to the www.calconnect.org (The Calendaring and Scheduling Consortium) administrators, so that they put it in their list of CalDAV and CardDAV servers: > > http://carddav.calconnect.org/implementations/servers.html > http://caldav.calconnect.org/implementations/servers.html > > Is that good with you? > > If you (ownCloud project maintainers) want them to alter the description they gave, or for anything else, just contact them. > > Thank you. > > l. > > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud Frank Karlitschek [email protected] ------------------------------ Message: 4 Date: Fri, 09 Dec 2011 14:44:09 -0300 From: Leon Orator <[email protected]> To: [email protected] Subject: Re: [Owncloud] Problems with ownCloud in Windows+IIS and eM Client Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"; Format="flowed" On 12/9/2011 12:46 AM, Thomas Tanghus Olsen wrote: > Maybe you need to use the full path like in: > > http://myowncloud/apps/contacts/carddav.php/addressbooks/[user]/[address book] > > Where [addressbook] would normally be 'default'. > > /Tanghus I tried. Same result :( I used the url: http://myowncloud/owncloud/apps/contacts/carddav.php/addressbooks/test/default/ 'myowncloud' is the address of my local installation 'test' is the user name If i access that url via browser, it asks for authentication, and it shows correctly the .vcf files. Could it be exactly an authentication problem? I noticed that the ownCloud responses to the eM Client requests are '404' (not found) and not 401 (unauthorized). Consequently, the eM Client doesn't even try to send the basic authentication. Shouldn't ownCloud respond with a 401, to force eM Client to authenticate? I attached a capture file that shows the http conversation (in .pcap (wireshark) and .txt format). Hope this helps. Thank you, l. > > Leon Orator<[email protected]> wrote: > >> Hello, >> >> I installed ownCloud on Windows 7 + IIS. The web application seems to >> work well, but when i try to access the Contact List from a CardDAV >> client -in this case, em Client- i get the following error: >> >> [CalDAV / CardDAV] MailExceptions.OperationException: Subfolder >> synchronization for folder "testOwn" failed with following error: Not Found >> >> I tried the eM Client with other CardDAV servers (Sogo, Memotoo) and it >> works. >> >> The address I use in eM Client for the CardDAV server is: >> http://myowncloud/owncloud/apps/contacts/carddav.php/ >> >> >> This is the web server log: >> 2011-12-07 18:30:25 127.0.0.1 OPTIONS >> /owncloud/apps/contacts/carddav.php/ - 80 - 127.0.0.1 >> eM+Client/3.5.12280.0 200 0 0 4 >> 2011-12-07 18:30:25 127.0.0.1 PROPFIND >> /owncloud/apps/contacts/carddav.php/ - 80 - 127.0.0.1 >> eM+Client/3.5.12280.0 404 0 123 5 >> 2011-12-07 18:30:25 127.0.0.1 REPORT >> /owncloud/apps/contacts/carddav.php/ - 80 - 127.0.0.1 >> eM+Client/3.5.12280.0 404 0 2 19 >> 2011-12-07 18:30:25 127.0.0.1 PROPFIND >> /owncloud/apps/contacts/carddav.php/ - 80 - 127.0.0.1 >> eM+Client/3.5.12280.0 404 0 123 2 >> >> It seems it can't find the proper resource. Could it be an IIS >> configuration problem, maybe related to WebDAV support? Or is someting >> wrong with the ownCloud installation? >> >> And by the way, could you suggest a tool to test the CardDAV server? I >> mean, a desktop application that allows you to send CardDAV commands and >> see the response from the server? >> >> >> Thank you. >> >> Leon >> >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud -------------- next part -------------- A non-text attachment was scrubbed... Name: capture.pcap Type: application/octet-stream Size: 5488 bytes Desc: not available URL: < http://mail.kde.org/pipermail/owncloud/attachments/20111209/86a79419/attachment.obj > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: capture.txt URL: < http://mail.kde.org/pipermail/owncloud/attachments/20111209/86a79419/attachment.txt > ------------------------------ _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud End of Owncloud Digest, Vol 22, Issue 21 ****************************************
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
