Hy Sigi danke vorerst das du dich meinem Anliegen angenommen hast
Jedoch tritt bei mir folgender fehler auf:
wenn ich die Ordnerstruktor hochlade und dann auf Update klicke. Macht er nichts, es wird weder überschrieben noch entfernt sich die Updatefunktion.
habs also mal neu installiert und auch hier ein Fehler wie folgt:
MySQL Error: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
in Query[SubQuery 1]: CREATE TABLE IF NOT EXISTS `ilch_kvticket` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` VARCHAR(255) NOT NULL,
`text` MEDIUMTEXT NOT NULL,
`status` INT(11) NOT NULL DEFAULT 0,
`editor` INT(11) NOT NULL DEFAULT 0,
`creator` INT(11) NOT NULL DEFAULT 0,
`cat` INT(11) NOT NULL DEFAULT 0,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(),
`updated_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP() ON UPDATE CURRENT_TIMESTAMP(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1;
CREATE TABLE IF NOT EXISTS `ilch_kvticket_cat` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` VARCHAR(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1;
[Es liegt in deiner Hand ob du der Schlächter bist oder das Vieh]