Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Komplett ALLES sichern =) (und mit Forum umziehen)
#11
Wo bekomm ich so n MySQL-Dump Script her das mit myBB gut funktioniert?
#12
phpMyAdmin funktioniert doch gut. Der Fehler wird mir allen Skripten kommen.
[Bild: banner.png]

Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
#13
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
#14
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
viele Grüße
Jockl
übersetzte und eigene Plugins
#15
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 ^^"
#16
Es scheinen diverse Templates fehlerhaft zu sein.
[Bild: banner.png]

Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
#17
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 ...
#18
Die Templates in der Datenbank sind fehlerhaft. Woran das liegt, kann ich nicht sagen. Bitte überprüfen die Tabelle "mybb_templates" nach Fehlern.
[Bild: banner.png]

Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
#19
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.

Gruß,
Michael
[Bild: banner.png]
Support erfolgt NUR im Forum!
Bitte gelöste Themen als "erledigt" markieren.
Beiträge mit mangelhafter Rechtschreibung/Grammatik werden kommentarlos gelöscht.
#20
Irgendwelche Empfehlungen welches Skript ich dazu benutzen soll^^?


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Forum Sichern wWs 7 2.425 17.06.2008, 12:56
Letzter Beitrag: StefanT
  Board umziehen? Sky 1 1.418 05.05.2008, 13:16
Letzter Beitrag: StefanT
  User von phpBB zu MyBB umziehen FL4PJ4CK 2 1.877 18.03.2008, 12:02
Letzter Beitrag: FL4PJ4CK
  Wie oft das Forum sichern Plexxart 2 1.418 19.02.2008, 14:31
Letzter Beitrag: Samu
Sad Mein Forum ist komplett zerstört! Schumuckl 17 4.134 05.02.2008, 15:49
Letzter Beitrag: StefanT