Backups mischen

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
mezziah
Mitglied
Beiträge: 12
Registriert: 08.12.2004 22:30
Wohnort: NRW, Deutschland

Beitrag von mezziah »

Hmm, hab mir mal das Script, das da als Code eingefügt wurde, editiert und hochgeladen. Die Fehlermeldung:
Warning: Unable to access ../testing/phpBB2/extension.inc in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 30

Warning: Failed opening '../testing/phpBB2/extension.inc' for inclusion (include_path='') in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 30

Warning: Unable to access ../testing/phpBB2/includes/constants. in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 31

Warning: Failed opening '../testing/phpBB2/includes/constants.' for inclusion (include_path='') in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 31

Warning: Unable to access ../testing/phpBB2/includes/db. in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 32

Warning: Failed opening '../testing/phpBB2/includes/db.' for inclusion (include_path='') in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 32
Shifting IDs in table categories

Fatal error: Call to a member function on a non-object in /mnt/kw1/01/147/00000011/htdocs/merge_phpbb.php on line 349
Das Script hab ich folgendermaßen umgeändert:

Code: Alles auswählen

$dbms = 'mysql';
$phpbb_root_path = '../testing/phpBB2/';

$dbhost = 'rdbms.strato.de';

$dbuser = 'U109686';
$dbpasswd = 'meinpasswort';

// Name and prefix for the database that should keep the original IDs

$dbname1 = 'phpbb_db_backup-mezzi.sql';
$table_prefix1 = 'phpbb_';

// Name and prefix for the database that is going to be added
// to DB1.
$dbname2 = 'phpbb_db_backup-rave.sql';
$table_prefix2 = 'phpbb_';
Sind die Angaben falsch? Bin noch neu auf diesem Gebiet, nicht hauen... ;)
adidas
Mitglied
Beiträge: 1204
Registriert: 14.08.2003 00:09

Beitrag von adidas »

also bei mir hat dieser skript auch net gefunzt :cry:
>>>>>>0<<<<<<
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“