MyBB.de Forum
Komplett ALLES sichern =) (und mit Forum umziehen) - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Komplett ALLES sichern =) (und mit Forum umziehen) (/thread-8583.html)

Seiten: Seiten: 1 2 3


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - eschen - 06.02.2008

Wo bekomm ich so n MySQL-Dump Script her das mit myBB gut funktioniert?


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - StefanT - 06.02.2008

phpMyAdmin funktioniert doch gut. Der Fehler wird mir allen Skripten kommen.


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - eschen - 06.02.2008

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


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - Jockl - 06.02.2008

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


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - eschen - 06.02.2008

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 ^^"


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - StefanT - 06.02.2008

Es scheinen diverse Templates fehlerhaft zu sein.


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - eschen - 06.02.2008

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 ...


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - StefanT - 06.02.2008

Die Templates in der Datenbank sind fehlerhaft. Woran das liegt, kann ich nicht sagen. Bitte überprüfen die Tabelle "mybb_templates" nach Fehlern.


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - Michael - 06.02.2008

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.


RE: Komplett ALLES sichern =) (und mit Forum umziehen) - eschen - 07.02.2008

Irgendwelche Empfehlungen welches Skript ich dazu benutzen soll^^?