Das Script hab ich folgendermaßen umgeändert: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
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_';