Seite 1 von 1

PHPnuke 7.2: Problem mit Adm. Bereich nach Inst.

Verfasst: 07.09.2004 11:20
von Fischmob
Hallo Leute,

ich habe ein phpnuke 7.3 frisch installiert, danach habe ich auf meine Seite zugegriffen und sollte einen Superuser erstellen, ich habe die Daten eingegeben und den Haken gesetzt das auch ein normaler User mit den selben Daten angelegt werden soll, nach dem Bestätigen wollte ich auf den Admin-Bereich (http://www.meinedomain/html/admin.php) zugreifen, dann habe ich Benutzernamen und Kennwort des Admins eingegeben und auf Login geklickt, danach bekam ich aber nur eine komplett weiße Seite mit dem in Times New Roman (also ohne Boardformatierungen) geschriebenem Wort "Begone" angezeigt.

Hat jemand eine Idee woran dies liegen könnte?

Verfasst: 07.09.2004 12:00
von pDCom
Hast du dein Problem auf der Seite geschildert!! http://www.nukeboards.de/

-------------

Code: Alles auswählen

Installing the Package
----------------------

Unzip the package into the directory you want to use on you web
server, if you're unsure where that is, ask you system administrator.

Now go to the directory where you uncompressed all files and edit the
file "config.php". Change all the fields until you are happy with the
changes and they fits the need of your web site. Give special attention
to the database configuration section. When you have finished to edit
config.php file change to the /sql/ directory and there is a file called
"nuke.sql" this file contains the commands to build the database structure,
tables and the default data.

If you're using a software like phpMyAdmin go to step 3.

1) Create a database called, for example, nuke:

    mysqladmin create nuke
    

2) Now fill the databases with the tables in nuke.sql file:

    mysql nuke < nuke.sql

3) In order to use the ultramode.txt news file please be sure to chmod 666.
   This file is used to show news from your site in some old programs and
   frontends and is reserved to future use in PHP-Nuke. For backend use
   backend.php file instead.

4) That's it!... now you need to edit the file "config.php" to set the
database options. Please read carefully the instruction on that file!
After that, point your browser to:

	http://yourdomain.com/admin.php
    
    We use MySQL as the example and nuke.sql file is in MySQL format
because PHP-Nuke was made using this database server. You can find
many programs out there to convert the database schema from MySQL to
whatever else you want. But this is a task for you.


First Run
---------

    Create your Super User following the on-screen instructions.
    Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.

SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:

<?php include("../config.php"); ?>
Lies dir das mal in Ruhe durch,könnte dir weiter helfen! ;)

Gruß

Verfasst: 07.09.2004 12:03
von Fischmob
Danke für die rasche Antwort, die Install.txt hab ich schon so oft gelesen das ich sie auswendig kann :-)
Aber das andere Forum schaue ich mir mal an!