DZCP Template Support • Template #12 ERROR |
23.10.2012, 17:00 - xKenjiix - Forumrang: Plappermaul - 3 Posts
Support Information: MySQL-Query failed: ErrorNo = 1064 Error = You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 8 Query = CREATE TABLE slideshow ( `id` int(5) NOT NULL auto_increment, `pos` int(5) NOT NULL default '0', `bez` varchar(200) NOT NULL default '', `url` varchar(200) NOT NULL default '', `target` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM Und zwar tritt dieses Problem auf wenn ich versuche die Slideshow zu installieren. Ich habe nicht viel Ahnung von sowas deswegen eine ausführliche Antwort für Anfänger Hoffe jemand kann mir helfen |
23.10.2012, 17:17 - Daeem - Administrator - 2036 Posts
Hallo ändere Type in ENGINE. TYPE=MyISAM -> ENGINE=MyISAM Welche Zeile kann ich dir jetzt nicht sagen musst du gucken wo das wort ist. Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN] |
23.10.2012, 23:15 - xKenjiix - Forumrang: Plappermaul - 3 Posts
Sehr gut. Danke Aber jetzt ist mir noch ein Fehler passiert. und zwar mit der _install_artikel Jetzt bekomme ich diesen Fehler beim installieren. ErrorNo = 1060 Error = Duplicate column name 'katimg_artikel' Query = ALTER TABLE newskat ADD `katimg_artikel` varchar(50) NOT NULL default '' |
24.10.2012, 11:39 - Daeem - Administrator - 2036 Posts
hey, Ja aber wie ich sehe es funktioniert schon? Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN] |
24.10.2012, 13:03 - xKenjiix - Forumrang: Plappermaul - 3 Posts
Okay habs vor lauter installiern garnicht bemerkt Danke dir /CLOSE |