Seite 1 von 1
Server Umzug / Update
Verfasst: 10.05.2005 13:31
von maro107
Hallo
Hab da mal eine Frage, weil mein Server-Umzug nicht so recht klappen will und die Wiederherstellung immer abbricht.
Ist es möglich ein Backup von phpBB 2.0.11 direkt auf ein phpBB 2.0.15 aufzuspielen ?
Mein Forum lag auf dem alten Server unter Adresse meinedomain.at/phpBB2/. Auf dem neuen Server meinedomain.at/forum/
Verursacht das ein Problem ?
Und auch die Datenbank hat einen neuen Namen. Wie sieht es da aus?
Bin für jede Hilfe dankbar
Verfasst: 10.05.2005 15:50
von Christian_W
Du musst beim Umzug Domainname und Scriptpfad anpassen. (wenn sich der ändert)
KB:umzug
KB:login
Du kannst die DB auch in eine neuere Version importieren. Danach musst Du dann aber die install/update_to_latest.php ausführen.
Generelle Infos zum KB:mysqlbackup
Gruß Christian
Parser-Fehler : zuviele gezählt in Tabelle phpbb_auth_access
Verfasst: 10.05.2005 22:25
von maro107
Danke - bin inzwischen ein bisschen weiter
Steh jetzt aber wieder vor einem neuen Problem
Beim Wiederherstellen der Datenbank gibt der mysqldumper folgende Fehlermeldung aus
Parser-Fehler : zuviele gezählt in Tabelle phpbb_auth_access (14 statt 0)
CREATE-Anweisung
CREATE TABLE `phpbb_auth_access` (
`group_id` mediumint(8) NOT NULL default '0',
`forum_id` smallint(5) unsigned NOT NULL default '0',
`auth_view` tinyint(1) NOT NULL default '0',
`auth_read` tinyint(1) NOT NULL default '0',
`auth_post` tinyint(1) NOT NULL default '0',
`auth_reply` tinyint(1) NOT NULL default '0',
`auth_edit` tinyint(1) NOT NULL default '0',
`auth_delete` tinyint(1) NOT NULL default '0',
`auth_sticky` tinyint(1) NOT NULL default '0',
`auth_announce` tinyint(1) NOT NULL default '0',
`auth_vote` tinyint(1) NOT NULL default '0',
`auth_pollcreate` tinyint(1) NOT NULL default '0',
`auth_attachments` tinyint(1) NOT NULL default '0',
`auth_mod` tinyint(1) NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `forum_id` (`forum_id`)
) TYPE=MyISAM
INSERT-Anweisung
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('4', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
Was geht da schief
Verfasst: 11.05.2005 00:45
von maro107
DANKE
Forum steht wieder - alle Problem beseitigt