Seite 1 von 2

Domainänderung Was ist zu tun ?

Verfasst: 05.09.2015 17:32
von Thunder_one
Hallo,

Ich habe vor meine Domain zu ändern.

Was muß alles getan werden bzw was muß alles geändert werden das mein Forum auf der neuen Domain fehlerfrei läuft?

Danke im voraus

gruß

Re: Domainänderung Was ist zu tun ?

Verfasst: 05.09.2015 17:53
von Kirk
Hallo
Du musst im ACP/Server-Konfiguration/Cookies bei Cookie-Domain sowie ACP/Server-Konfiguration/Server und Domain bei Domain-Name deine neue Domain eintragen.

Re: Domainänderung Was ist zu tun ?

Verfasst: 05.09.2015 17:54
von Thunder_one
Vielen dank Kirk.

Dachte da ist mehr zu ändern aber so ist es ja easy.

Re: Domainänderung Was ist zu tun ?

Verfasst: 05.09.2015 17:58
von Kirk
Wenn sich an deinem Cookie-Pfad oder Scriptpfad nicht ändert, genügt dieses.

Re: Domainänderung Was ist zu tun ?

Verfasst: 07.09.2015 22:20
von Thunder_one
Hi

So jetzt wollte ich meine Datenbank was ich vorher mit msqldumper gemacht habe, in die neue datenbank reinladen für meine neue Domain.

Jetzt erhalte ich einen fehler wo ich noch nie hatte und ich nicht weiterweiß.

Wenn ich jetzt datenbank mit dem Dumper wieder einspielen möchte, kommt diese fehlermeldung.

Code: Alles auswählen

MySQL meldet:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=InnoDB AUTO_INCREMENT=9764' at line 95

Fehler bei der Anfrage:
CREATE TABLE `phpbb_topics` ( `topic_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `forum_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `icon_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_attachment` tinyint(1) unsigned NOT NULL DEFAULT '0', `topic_reported` tinyint(1) unsigned NOT NULL DEFAULT '0', `topic_title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `topic_poster` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_time` int(11) unsigned NOT NULL DEFAULT '0', `topic_time_limit` int(11) unsigned NOT NULL DEFAULT '0', `topic_views` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_status` tinyint(3) NOT NULL DEFAULT '0', `topic_type` tinyint(3) NOT NULL DEFAULT '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_first_poster_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `topic_first_poster_colour` varchar(6) COLLATE utf8_bin NOT NULL DEFAULT '', `topic_last_post_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_last_poster_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_last_poster_name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `topic_last_poster_colour` varchar(6) COLLATE utf8_bin NOT NULL DEFAULT '', `topic_last_post_subject` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `topic_last_post_time` int(11) unsigned NOT NULL DEFAULT '0', `topic_last_view_time` int(11) unsigned NOT NULL DEFAULT '0', `topic_moved_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_bumped` tinyint(1) unsigned NOT NULL DEFAULT '0', `topic_bumper` mediumint(8) unsigned NOT NULL DEFAULT '0', `poll_title` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `poll_start` int(11) unsigned NOT NULL DEFAULT '0', `poll_length` int(11) unsigned NOT NULL DEFAULT '0', `poll_max_options` tinyint(4) NOT NULL DEFAULT '1', `poll_last_vote` int(11) unsigned NOT NULL DEFAULT '0', `poll_vote_change` tinyint(1) unsigned NOT NULL DEFAULT '0', `topic_visibility` tinyint(3) NOT NULL DEFAULT '0', `topic_delete_time` int(11) unsigned NOT NULL DEFAULT '0', `topic_delete_reason` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `topic_delete_user` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_posts_approved` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_posts_unapproved` mediumint(8) unsigned NOT NULL DEFAULT '0', `topic_posts_softdeleted` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `forum_id_type` (`forum_id`,`topic_type`), KEY `last_post_time` (`topic_last_post_time`), KEY `fid_time_moved` (`forum_id`,`topic_last_post_time`,`topic_moved_id`), KEY `topic_visibility` (`topic_visibility`), KEY `forum_vis_last` (`forum_id`,`topic_visibility`,`topic_last_post_id`), FULLTEXT KEY `topic_title` (`topic_title`) ) ENGINE=InnoDB AUTO_INCREMENT=9764 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;


Fatal error: Couldn't create table or view `phpbb_topics´
Vielen dank schon mal für eure Hilfe.

Re: Domainänderung Was ist zu tun ?

Verfasst: 08.09.2015 16:58
von Thunder_one
Hat keiner eine idee ?

Re: Domainänderung Was ist zu tun ?

Verfasst: 08.09.2015 18:21
von Lehrling
Was genau hast du gemacht? Bist du mit deinem Board umgezogen oder hast du lediglich die Domain geändert?

Re: Domainänderung Was ist zu tun ?

Verfasst: 08.09.2015 18:47
von Thunder_one
Ja ich möchte mit meinem Board umziehen auf eine andere Domain.

Hatte mit Datenbankeinspielen jetzt noch nie probleme mit mqsqldumper.

Habe von Domain A eine sicherung mit dem dumper gemacht und wollte sie jetzt wieder mit dem dumper auf Domain B wieder einspielen.

Aber er bleibt immer bei den Topics stehen und bricht ab. Fehlermeldung siehe oben im Beitrag.

Re: Domainänderung Was ist zu tun ?

Verfasst: 09.09.2015 07:24
von Thunder_one
Der Server hat sich auch geändert.

Re: Domainänderung Was ist zu tun ?

Verfasst: 09.09.2015 08:15
von Lehrling
hab das jetzt auch nur ergoogelt, aber anscheinend ist es so, dass manche Server InnoDB nicht erlauben. Du solltest mal bei deinem Host nachfragen, ob das die Ursache für das Problem sein könnte.