nach einigen experimenten denk ich es liegt daran das mir eine richtige Config fehlt. Denn die Im Forum von Nuke hat nur den Inhalt:
<?php
@include("../../mainfile.php");
define('PHPBB_INSTALLED', true);
?>
Dasist zu wenig für ein Update! Jetzt hab ich Passwort u.s.w. hinzugefügt
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname = '*******';
$dbuser = '******';
$dbpasswd = '******';
$table_prefix = 'nuke_bb';
define('PHPBB_INSTALLED', true);
?>
Und da kam nur eine Fehlermeldung.
Information
Database type :: mysql4
Previous version :: 2.0.15
Updated version :: 2.0.15
Updating database schema
Progress :: No updates required
Updating data
Progress :: No updates where required
Updating version and optimizing tables
Progress :: . . Done
Result :: No errors
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
Gibt es Jemanden der helfen kann?
