DZCP Template Support • Problem mit Free DZCP Template #12 Slideshow und _install_artikel |
25.10.2012, 15:28 - derjoker21092011 - Forumrang: Plappermaul - 7 Posts
Support Information: Und zwar tritt dieses Problem auf wenn ich versuche die Slideshow und _install_artike zu installieren. Slideshow 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 _install_artike ErrorNo = 1060 Error = Duplicate column name 'katimg_artikel' Query = ALTER TABLE newskat ADD `katimg_artikel` varchar(50) NOT NULL default und jetzt wolt eindlich wissen wie ich das behoben bekomme . mit freundlich grüßen |
25.10.2012, 15:45 - derjoker21092011 - Forumrang: Plappermaul - 7 Posts
moin also installieren habe es bekomm aber bekomm fehler wen ich in mein admin menü unter Slideshow was hinzufügen will bekomm den fehler MySQL-Query failed: ErrorNo = 1054 Error = Unknown column 'text' in 'field list' Query = INSERT INTO slideshow SET `pos` = '1', `bez` = 'Mitglieder', `url` = 'http://star-no1.de', `text` = '', `target` = '0' was muss tun um das es geht mfg |
25.10.2012, 23:30 - Daeem - Administrator - 2036 Posts
Kann so nicht einsehen leider, kannst du ein admin acc einrichten und mir es hier per PN schicken. 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] |
26.10.2012, 11:39 - Daeem - Administrator - 2036 Posts
Scheint alles zu funktionieren. 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] |
31.10.2012, 00:09 - Koma - Forumrang: Plappermaul - 11 Posts
Hallo suche in der install.php nach: TYPE=MyISAM Ändere in: ENGINE=MyISAM und nochmal die installer ausführen! dann hast du auch keine probleme mehr. @ Daeem bitte das auch in der install.php ändern denn php 4 wird kaum jemmand noch haben. MFG: Koma |