Seite 1 von 1

Fuorum Updaten in nuke!

Verfasst: 15.05.2005 15:21
von WAWShorty
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? :cry:

Verfasst: 15.05.2005 17:19
von WAWShorty
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? :-?

Verfasst: 15.05.2005 17:43
von Leuchte
Wende dich bitte an den Nuke-Support

Verfasst: 15.05.2005 18:44
von WAWShorty
Danke mach ich!