PHP-Nuke Wie installiere ich PHP Nuke CMS PHPnuke Hilfe
  Login or Registrieren
::  Home  ::  Downloads  ::  Your Account  ::  Forums  ::
Nuke
 
Modules
· Home
· AvantGo
· Content
· Downloads
· Feedback
· Forum
· Impressum
· Journal
· Members List
· Passwortgenerator
· Private Nachrichten
· Search
· Seite empfehlen
· Statistics
· Stories Archive
· Submit News
· Top 10
· Topics
· Umfrage
· Web Links
· Your Account
 
Search


 
Ander CMS Systeme
 
Umfrage
Welches CMS würde dich interessieren?

Anleitung für PostNuke (ist fertig)
Anleitung für Mambo / Joomla
Anleitung für e107
Anleitung für CPG-Nuke
Anleitung für PhPBB2 Plus
Anleitung für PC-Nuke
Anleitung für myPHPNuke
Anleitung für phpWebsite
Anleitung für PHPKIT
Anleitung für andere CMS
Anleitung für CMSimple
Anleitung für Typo3



Ergebnisse
Umfragen

Stimmen 473
 
PHP SQL
 
Login
Benutzername

Passwort

Kostenlos registrieren!. Gestalten Sie Ihr eigenes Erscheinungsbild. Passen Sie das Seitenlayout Ihren Wünschen an
 
Languages
Sprache für das Interface auswählen

 
Hits
Wir hatten
4115880
Seitenzugriffe seit September 2004
 
Who's Online
Zur Zeit sind 17 Gäste und 0 Mitglied(er) online.

Sie sind ein anonymer Benutzer. Sie können sich hier anmelden
 
Downloads
· 1: PHP-Nuke Installieren für Anfänger Teil 1
· 2: PHP-Nuke Installieren für Anfänger Teil 2
· 3: PHP-Nuke Installation für Anfäner Teil 3
· 4: Installationsanleitung PHP Nuke 7.6 auf funpic.de Teil 3
· 5: PHP-Nuke 7.6 Installation bei Funpic Teil 1
· 6: PHP-Nuke 8.1.3.4.v1
· 7: Sommaire Menügenerator
· 8: Installationsanleitung PHP Nuke 7.6 auf funpic.de Teil 4
· 9: PHP-Nuke 7.6 Installation bei Funpic Teil 2
· 10: PHP-Nuke 8.033b
 
PHP-Editor
Freeware PHP-Editor
PHP-Editor Freeware
 
PHP-Nuke Wie installiere ich PHP Nuke CMS PHPnuke Hilfe: Forum

PHP Nuke Anfänger Forum :: Thema anzeigen - *GoldNuke*

 
 FAQFAQ   SuchenSuchen   MitgliederlisteMitgliederliste   BenutzergruppenBenutzergruppen    
 ProfilProfil   Einloggen, um private Nachrichten zu lesenEinloggen, um private Nachrichten zu lesen 

*GoldNuke*

 
Neues Thema eröffnen   Neue Antwort erstellen    PHP Nuke Anfänger Forum Foren-Übersicht -> Nuke installieren
Vorheriges Thema anzeigen :: Nächstes Thema anzeigen  
Autor Nachricht
virtualkay
Newbie
Newbie


Dabei seit: Mar 06, 2009
Beiträge: 2

BeitragVerfasst am: So März 08, 2009 1:13 pm    Titel: *GoldNuke* Antworten mit Zitat

Wenn ich nicht schon graue Haare hätte,
nun würde ich sie bekommen. Confused

System:

XAMPP: 1.7.0 (für Win)
außer Perl alles aktiviert

PHP: 5.2.8
phpnuke: 8033b

Installation ohne Probleme, aktivieren der sql okay

die php.config war leer aber eine zweite .default enthielt
den Text, der nach der Anweisung um den Datenbanknamen
ergänzt werden sollte (gesagt, getan)

nach Aufruf der admin.php erscheint in bunten Lettern:
>>
*GoldNuke*
We have a problem with database connexion, please excuse us.

The site will be back online very soon, thank you.
<<

was mache ich falsch bzw. wo muss ich schrauben, damit
ich weitermachen kann?

Für Hilfe wäre ich echt dankbar Smile

PS: das alles läuft unter: localhost
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
hermann
Nuke-Admin
Nuke-Admin


Dabei seit: Sep 14, 2004
Beiträge: 1490

BeitragVerfasst am: Di März 10, 2009 8:11 am    Titel: Antworten mit Zitat

Sind alle Tabellen in der Datenbank?
(Schon kontrolliert mit phpmyadmin?)

poste mal die Daten, die du in der config.php eingegeben hast.
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
virtualkay
Newbie
Newbie


Dabei seit: Mar 06, 2009
Beiträge: 2

BeitragVerfasst am: Di März 10, 2009 5:44 pm    Titel: Antworten mit Zitat

Hallo Hermann,

es sind 106 Tabellen in der nuke1

>>
<?php

######################################################################
# PHP-NUKE: Advanced Content Management System
# ============================================
#
# Copyright (c) 2006 by Francisco Burzi
# http://phpnuke.org
#
# This program is free software. You can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License.
######################################################################

if (stristr(htmlentities($_SERVER['PHP_SELF']), "config.php")) {
Header("Location: index.php");
die();
}

######################################################################
# Database & System Config
#
# dbhost: SQL Database Hostname
# dbuname: SQL Username
# dbpass: SQL Password
# dbname: SQL Database Name
# $prefix: Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype: Your Database Server type. Supported servers are:
# MySQL, mysql4, sqlite, postgres, mssql, oracle,
# msaccess, db2 and mssql-odbc
# Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
# as you want. Just don't use quotes.
# $gfx_chk: Set the graphic security code on every login screen,
# You need to have GD extension installed:
# 0: No check
# 1: Administrators login only
# 2: Users login only
# 3: New users registration only
# 4: Both, users login and new users registration only
# 5: Administrators and users login only
# 6: Administrators and new users registration only
# 7: Everywhere on all login options (Admins and Users)
# NOTE: If you aren't sure set this value to 0
# $subscription_url: If you manage subscriptions on your site, you
# must write here the url of the subscription
# information/renewal page. This will send by
# email if set.
# $admin_file: Administration panel filename. "admin" by default for
# "admin.php". To improve security please rename the file
# "admin.php" and change the $admin_file value to the
# new filename (without the extension .php)
# $nuke_editor: Turn On/Off the WYSIWYG text editor
# 0: Off, textareas in forms will not show any editor
# 1: On, all textarea in the forms will show the editor
# $display_errors: Debug control to see PHP generated errors.
# false: Don't show errors
# true: See all errors ( No notices )
######################################################################

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke1";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "i6mk9Yc4IM9xP0KxKRIMF9ba9nyJPdSldv1jioLv";
$gfx_chk = 7;
$subscription_url = "";
$admin_file = "admin";
$nuke_editor = 1;
$display_errors = false;

/**********************************************************************/
/* You finished to configure the Database. Now you can change all */
/* you want in the Administration Section. To enter just launch */
/* your web browser pointing it to http://xxxxxx.xxx/admin.php */
/* (Change xxxxxx.xxx to your domain name, for example: phpnuke.org) */
/* */
/* Remember to go to Preferences section where you can configure your */
/* new site. In that menu you can change all you need to change. */
/* */
/* Congratulations! now you have an automated news portal! */
/* Thanks for choose PHP-Nuke: The Future of the Web */
/**********************************************************************/

// DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING

$prefix = empty($user_prefix) ? $prefix : $user_prefix;
$reasons = array("As Is","Offtopic","Flamebait","Troll","Redundant","Insighful","Interesting","Informative","Funny","Overrated","Underrated");
$badreasons = 4;
$AllowableHTML = array("img"=>2,"tr"=>1,"td"=>2,"table"=>2,"div"=>2,"p"=>2,"hr"=>1,"b"=>1,"i"=>1,"strike"=>1,"u"=>1,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1,"font"=>2,"center"=>1);
$CensorList = array("fuck","cunt","fucker","fucking","pussy","cock","c0ck","cum","twat","clit","bitch","fuk","fuking","motherfucker");
$tipath = "images/topics/";

//***************************************************************
// IF YOU WANT TO LEGALY REMOVE ANY COPYRIGHT NOTICES PLAY FAIR AND CHECK: http://phpnuke.org/modules.php?name=Commercial_License
// COPYRIGHT NOTICES ARE GPL SECTION 2(c) COMPLIANT AND CAN'T BE REMOVED WITHOUT PHP-NUKE'S AUTHOR WRITTEN AUTHORIZATION
// THE USE OF COMMERCIAL LICENSE MODE FOR PHP-NUKE HAS BEEN APPROVED BY THE FSF (FREE SOFTWARE FOUNDATION)
// YOU CAN REQUEST INFORMATION ABOUT THIS TO GNU.ORG REPRESENTATIVE. THE EMAIL THREAD REFERENCE IS #213080
// YOU'RE NOT AUTHORIZED TO CHANGE THE FOLLOWING VARIABLE'S VALUE UNTIL YOU ACQUIRE A COMMERCIAL LICENSE
// (http://phpnuke.org/modules.php?name=Commercial_License)
//***************************************************************

$commercial_license = 0;

// Nuke Patched 3.3

?>
<<
ist der Inhalt aus der config.php.default
diesen hab ich mit den Ergänzungen wie angewiesen
in die leere Config kopiert.
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
hermann
Nuke-Admin
Nuke-Admin


Dabei seit: Sep 14, 2004
Beiträge: 1490

BeitragVerfasst am: Di März 10, 2009 6:03 pm    Titel: Antworten mit Zitat

und die Config Datei hat auch den Namen config.php
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
hermann
Nuke-Admin
Nuke-Admin


Dabei seit: Sep 14, 2004
Beiträge: 1490

BeitragVerfasst am: Di März 10, 2009 7:09 pm    Titel: Antworten mit Zitat

ich habe mal diese Nuke Version
http://www.phpnuke.gratis-cms.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=62&title=PHP-Nuke%208.1.3.4.v1

mit dem neuen Xampp 1.70 getestet.
Funktioniert ohne Probleme.
Nach oben
Benutzer-Profile anzeigen Private Nachricht senden
Beiträge der letzten Zeit anzeigen:   
Neues Thema eröffnen   Neue Antwort erstellen    PHP Nuke Anfänger Forum Foren-Übersicht -> Nuke installieren Alle Zeiten sind GMT + 1 Stunde
Seite 1 von 1

 
Gehe zu:  
Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.



|Layout von Totoelectro |PHP-Nuke von phpnuke.org | PHPNuke Layout by www.nukemods.com |