Am 31.05.2016 um 09:04 schrieb [email protected]:


Trying to enable the Calendar app manually:

 php occ app:enable Calendar

gives:


[Doctrine\DBAL\Exception\TableExistsException] An exception occurred while executing 'CREATE TABLE `oc_clndr_objects` (`id` INT UNSIGNED AUTO_INCREMENT NOT NULL, `calendarid` INT UNSIGNED DEFAULT 0 NOT NULL, `objecttype` VARCHA R(40) DEFAULT '' NOT NULL, `startdate` DATETIME DEFAULT '1970-01-01 00:00:00', `enddate` D ATETIME DEFAULT '1970-01-01 00:00:00', `repeating` INT DEFAULT 0, `summary` VARCHAR(255) D EFAULT NULL, `calendardata` LONGTEXT DEFAULT NULL, `uri` VARCHAR(255) DEFAULT NULL, `lastm odified` INT DEFAULT 0, PRIMARY KEY(`id`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENG INE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_clndr_objects' already exists




[Doctrine\DBAL\Driver\PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_clndr_objects' already exists




[PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_clndr_objects' already exists " THe unzipped directory was named "calendar" with a lower "c". I first installed it in 3rdparty, because it is no core app (?). THen I moved it to apps and renamed it with a capital "C". Don't know if this makes a difference.

Yours
Hermann-Josef Beckers






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

Reply via email to