webdav chwala

Hütter, Matthias matthias.huetter at faschang.at
Di Nov 24 14:47:03 CET 2015


 

inserted the missing sql, now it works. 

CREATE TABLE IF NOT EXISTS `chwala_locks` (
    `uri`     varchar(512) BINARY NOT NULL,
    `owner`   varchar(256),
    `timeout` integer unsigned,
    `expires` datetime DEFAULT NULL,
    `token`   varchar(256),
    `scope`   tinyint,
    `depth`   tinyint,
    INDEX `uri_index` (`uri`, `depth`),
    INDEX `expires_index` (`expires`),
    INDEX `token_index` (`token`)
) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE
utf8_general_ci */;

INSERT INTO `system` (`name`, `value`) VALUES ('chwala-version',
'2013111300'); 

Matthias 

Am 2015-11-23 10:19, schrieb Hütter: 

> DB Error: [1146] Table 'roundcube.chwala_locks' doesn't exist (SQL Query: SELECT * FROM `chwala_locks` WHERE (`uri` =.... 
> 
> ich kann zwar Dateien öffnen die ich über das verbundene Netzlaufwerk finde aber nicht ändern. 
> 
> gibt es eigenlich eine suche für die users-de? 
> 
> Matthias 
> 
> _______________________________________________
> users-de mailing list
> users-de at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users-de
 
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://lists.kolab.org/pipermail/users-de/attachments/20151124/91dae610/attachment.html>


Mehr Informationen über die Mailingliste users-de