MyBB.de Forum

Normale Version: Komplett ALLES sichern =) (und mit Forum umziehen)
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3
Wo bekomm ich so n MySQL-Dump Script her das mit myBB gut funktioniert?
phpMyAdmin funktioniert doch gut. Der Fehler wird mir allen Skripten kommen.
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 Wink nochmal vielen Dank @ link
Hast Du denn mal versucht, zuerst einmal mit diesem Code (inkl. FULLTEXT)
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 ;
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. Smile
Oh mist, jetzt bekomm ich diesen Error ^^
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 ^^"
Es scheinen diverse Templates fehlerhaft zu sein.
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 ...
Die Templates in der Datenbank sind fehlerhaft. Woran das liegt, kann ich nicht sagen. Bitte überprüfen die Tabelle "mybb_templates" nach Fehlern.
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.
Irgendwelche Empfehlungen welches Skript ich dazu benutzen soll^^?
Seiten: 1 2 3