Seite 2 von 2

Verfasst: 27.12.2004 21:55
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... ;)

Verfasst: 27.12.2004 22:50
von adidas
also bei mir hat dieser skript auch net gefunzt :cry: