Hallo ,
Wenn ich das Layout Ilch-Simply herunterlade bekomme ich eine neute seite als fehlermeldung , in der steht ....
hoffe es kann mir geholfen werden
Warning: ZipArchive::extractTo(): Permission denied in /www/htdocs/w013c0af/e36-international.com/application/libraries/Ilch/Transfer.php on line 387
An unexpected error occurred:
MySQL Error: Duplicate entry '1' for key 'PRIMARY'
in Query[SubQuery 2]: CREATE TABLE IF NOT EXISTS `ilch_layout_box` (
`id` int(11) NOT NULL,
`box_green` text NOT NULL,
`box_red` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `ilch_layout_box` (`id`, `box_green`, `box_red`) VALUES
('1', '4', '1');
CREATE TABLE IF NOT EXISTS `ilch_layout_box_header` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`logo_url` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
INSERT INTO `ilch_layout_box_header` (`id`, `title`, `logo_url`) VALUES
('1', 'Ich Simply', 'application/layouts/simply/images/logo.png');
CREATE TABLE IF NOT EXISTS `ilch_layout_slider` (
`id` int(11) NOT NULL,
`slider1` text COLLATE utf8_unicode_ci NOT NULL,
`slider2` text COLLATE utf8_unicode_ci NOT NULL,
`slider3` text COLLATE utf8_unicode_ci NOT NULL,
`slider1text` text COLLATE utf8_unicode_ci NOT NULL,
`slider2text` text COLLATE utf8_unicode_ci NOT NULL,
`slider3text` text COLLATE utf8_unicode_ci NOT NULL,
`slider1link` text COLLATE utf8_unicode_ci NOT NULL,
`slider2link` text COLLATE utf8_unicode_ci NOT NULL,
`slider3link` text COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `ilch_layout_slider` (`id`, `slider1`, `slider2`, `slider3`, `slider1text`, `slider2text`, `slider3text`, `slider1link`, `slider2link`, `slider3link`) VALUES
('1', 'application/layouts/simply/images/slider/bg1.jpg', 'application/layouts/simply/images/slider/bg2.jpg', 'application/layouts/simply/images/slider/bg3.jpg', 'Ilch 2.0 Test Layout', 'Slider ist anpassbar', 'Ihr habt die Kontrolle', 'externer Link 'demo.imagooo.de/index.php/article', 'github.com/IlchCMS/Ilch-2.0');
verwendete ilch Version: 2.0 (alpha)