$sql_file = implode('',file('install.sql'));
$sql_file = preg_replace ("/1512|15|12)/", "n", $sql_file);
$sql_statements = explode(";n",$sql_file);
if ( trim($sql_statement) != '' ) {
#echo '<pre>'.$sql_statement.'</pre><hr>';
db_query($sql_statement);
$sql_file = implode('',file('install.sql'));
$sql_statements = explode(";n",$sql_file);
foreach ( $sql_statements as $sql_statement ) {
if ( trim($sql_statement) != '' ) {
#echo '<pre>'.$sql_statement.'</pre><hr>';
db_query($sql_statement);
ausprobiert!
Fehlermeldung zu 1.
Parse error: syntax error, unexpected '}' in w:wwwverei1dynamiteinstall.php
on line 673
Fehlermeldung zu 2.
Warning: preg_replace() [function.preg-replace]: Compilation failed: unmatched parentheses at offset 10 in w:wwwverei1dynamiteinstall.php on line 629
Warning: Invalid argument supplied for foreach() in w:wwwverei1dynamiteinstall.php on line 630
Table '20060411010-5.ic1_user' doesn't exist
Kann es auch am einrücken liegen? Benutze UltraEdit32 zu editieren!
Vll kannst du mir die install.php anhängen aber das was zu ändern ist dazu schreiben.
Mir amcht das nichts das ich hier das versuchskarninchen bin!
Edit habe es jetzt nochmal Punkt 2. neu eingefügt und es kommt!
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 '; INSERT INTO `ic1_allg` VALUES (null, 'kontakt', '', '1', '1', '', '', '', '#w' at line 12
Zuletzt modifiziert von Dynamite am 27.04.2006 - 15:16:17