
Fuorum Updaten in nuke!
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.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
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.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Fuorum Updaten in nuke!
Ich habe Nuke 7.7 auf dem Server laufen. Das in Nuke mitgelieferte Forum ist die Version 2.0.7 von phpbb. Bei phpbb steht aber schon die Version 2.0.15 zu Verfügung. Nun kann ich die Nuke 2.0.7 Version einfach updaten oder gibt es da Probleme mit der Nuke PHP Struktur. Denn das Forum von nuke (was ja auch phpbb ist) ist ja in der Seitenstruktur intrigiert! Während das normale phpbb Forum ja eine eigenständige Seite ist. Also ist eine updaten möglich und wenn ja dann wie? 

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?
<?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?
