Hallo zusammen.
Muss mich leider mit einer Liste Problemen melden.
Aber zunächst einmal ein dickes Dankeschön für deine Arbeit GeCk0, hab mitlerweile einige deiner Module/Boxen installiert.
Nun zum wesentlichen:
Modulname: SHOUTcast RadioModul
Version: 2.1
Entwickler: GeCk0 & Ithron
ServerAnforderungen:
fsocks open : RICHTIG
PHP 5.2 oder höher: RICHTIG
MySQL 5 oder höher: RICHTIG
Entwickelt für ilchClan Version 1.1 N .
klicke ich nun auf INSTALLIEREN kommt folgendes:
MySQL Error:
1064 : 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=InnoDB' at line 4
in Query:
CREATE TABLE `ic9_radio_djs` ( `userid` int(10) NOT NULL, PRIMARY KEY (`userid`) ) TYPE=InnoDB
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:105 -- db_query(...)
@ index.php:35 -- require_once(...)
MySQL Error:
1064 : 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=InnoDB' at line 8
in Query:
CREATE TABLE IF NOT EXISTS `ic9_radio_sendeplan` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` date NOT NULL DEFAULT '0000-00-00', `time` varchar(20) NOT NULL, `dj_id` int(10) NOT NULL, `content` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=InnoDB
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:105 -- db_query(...)
@ index.php:35 -- require_once(...)
MySQL Error:
1064 : 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 4
in Query:
CREATE TABLE`ic9_radio_settings` ( `auswahl` char(50) DEFAULT NULL, `einstellung` varchar(50) DEFAULT NULL ) TYPE=MyISAM
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:105 -- db_query(...)
@ index.php:35 -- require_once(...)
MySQL Error:
1146 : Table 'aemjay-webdesign.ic9_radio_settings' doesn't exist
in Query:
INSERT INTO `ic9_radio_settings` (`auswahl`, `einstellung`) VALUES ('sendeplanlink', 'Ja'), ('wunschip', 'Ja'), ('showpeak', 'Ja'), ('showlistener', 'Ja'), ('showbitrate', 'Ja'), ('showsong', 'Ja'), ('hostip', '87.118.124.28'), ('hostport', '8000'), ('showgrusscount', 'Ja'), ('grusscontentlink', 'Ja'), ('phpverbindung', 'Fopen'), ('confpath', 'include/admin/config_404.txt'), ('tunewinamp', 'http///radio.uodaw.de/listen.pls'), ('tunereal', '
radio.uodaw.de/wm/8000.ram'), ('tunewindoof', '
radio.uodaw.de/wm/8000.asx')
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:105 -- db_query(...)
@ index.php:35 -- require_once(...)
MySQL Error:
1064 : 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 10
in Query:
CREATE TABLE IF NOT EXISTS `ic9_radio_wunsch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` varchar(50) NOT NULL, `wunsch` varchar(100) NOT NULL, `gruss` varchar(250) NOT NULL, `created` int(20) NOT NULL, `ip` varchar(20) NOT NULL DEFAULT '0.0.0.0', PRIMARY KEY (`id`), KEY `id` (`id`) ) TYPE=MyISAM
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:105 -- db_query(...)
@ index.php:35 -- require_once(...)
Installation abgeschlossen
ups, da lief was schief
Oben sollten Sie eine ausführlichere Fehlermeldung sehen
(ab ilchClan Version 1.1 I).
Fehlermeldungen:
1064: 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=InnoDB' at line 4
1064: 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=InnoDB' at line 8
1064: 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 4
1146: Table 'aemjay-webdesign.ic9_radio_settings' doesn't exist
1064: 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 10
Liegt es eventuell daran das ich Version 1.1O und nicht 1.1N benutze oder woran?
PS: Bis hierhin bin ich wie in der beiliegenden Readme vorgegangen.
Danke schonmal für Deine/Eure Hilfe.
Edit: Habe auch alle bisherigen Beiträge in diesem Thread durchgelesen, allerdings nur andere Fehlercodes als meine gefunden.
Zuletzt modifiziert von AEMJAY am 05.10.2011 - 23:24:37