06.02.2008, 11:22
06.02.2008, 11:27
phpMyAdmin funktioniert doch gut. Der Fehler wird mir allen Skripten kommen.
06.02.2008, 11:28
mhhh irgendwie kann ich die DB trotzdem nicht importieren ich bekomm den Fehler nicht weg
edit: OK nach einem weiteren (gleichen Fehler) hab ichs (dort auch) mit Jockls Vorschlag hinbekommen nochmal vielen Dank @ link
edit: OK nach einem weiteren (gleichen Fehler) hab ichs (dort auch) mit Jockls Vorschlag hinbekommen nochmal vielen Dank @ link
06.02.2008, 11:51
Hast Du denn mal versucht, zuerst einmal mit diesem Code (inkl. FULLTEXT)
im PHPMyAdmin eine entsprechende Tabelle zu erzeugen? Also, ohne gleich die Daten zu importieren.
Edit: dann hat sich mein Post ja erledigt. Freut mich, dass es geklappt hat.
Code:
CREATE TABLE `mybb_posts` (
`pid` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`tid` int( 10 ) unsigned DEFAULT '0' NOT NULL ,
`replyto` int( 10 ) unsigned DEFAULT '0' NOT NULL ,
`fid` smallint( 5 ) unsigned DEFAULT '0' NOT NULL ,
`subject` varchar( 120 ) NOT NULL ,
`icon` smallint( 5 ) unsigned DEFAULT '0' NOT NULL ,
`uid` int( 10 ) unsigned DEFAULT '0' NOT NULL ,
`username` varchar( 80 ) NOT NULL ,
`dateline` bigint( 30 ) DEFAULT '0' NOT NULL ,
`message` text NOT NULL ,
`ipaddress` varchar( 30 ) NOT NULL ,
`includesig` char( 3 ) NOT NULL ,
`smilieoff` char( 3 ) NOT NULL ,
`edituid` int( 10 ) unsigned DEFAULT '0' NOT NULL ,
`edittime` int( 10 ) DEFAULT '0' NOT NULL ,
`visible` int( 1 ) DEFAULT '0' NOT NULL ,
`posthash` varchar( 32 ) NOT NULL ,
PRIMARY KEY ( `pid` ) ,
KEY `tid` ( `tid` , `uid` ) ,
KEY `uid` ( `uid` ) ,
KEY `dateline` ( `dateline` ) ,
FULLTEXT KEY `message` ( `message` ) ,
) TYPE = MYISAM ;
Edit: dann hat sich mein Post ja erledigt. Freut mich, dass es geklappt hat.
06.02.2008, 12:08
Oh mist, jetzt bekomm ich diesen Error ^^
edit: also beim Aufrufen der Seite ^^"
Code:
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(260) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(333) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(334) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(336) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(349) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/index.php(40) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/index.php(150) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/index.php(226) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(270) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(124) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(270) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(124) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(270) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(270) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(195) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions_forumlist.php(270) : eval()'d code on line 1
Parse error: syntax error, unexpected '-', expecting '}' in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/index.php(274) : eval()'d code on line 1
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/global.php(260) : eval()'d code:1) in /srv/www/httpd/phost/e/de/pytalhost/eschen/web/board/inc/functions.php on line 78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
edit: also beim Aufrufen der Seite ^^"
06.02.2008, 12:20
Es scheinen diverse Templates fehlerhaft zu sein.
06.02.2008, 12:22
Mhhhh was kann ich dagegen tun? ^^
es sind alle files bis auf die config.php genau gleich, weiß nicht warum es auf dem alten Space funktioniert und auf dem neuen nicht mehr ...
es sind alle files bis auf die config.php genau gleich, weiß nicht warum es auf dem alten Space funktioniert und auf dem neuen nicht mehr ...
06.02.2008, 12:59
Die Templates in der Datenbank sind fehlerhaft. Woran das liegt, kann ich nicht sagen. Bitte überprüfen die Tabelle "mybb_templates" nach Fehlern.
06.02.2008, 16:52
Als Alternative zu phpMyAdmin könntest du es auch mal mit MySQL-Dumper versuchen. Allerdings ist es auch möglich, dass der Server aus irgendeinem Grund fehlerhafte Dumps zurückliefert.
07.02.2008, 10:54
Irgendwelche Empfehlungen welches Skript ich dazu benutzen soll^^?