Login    Registrati    Text  + grande    + piccolo

phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator

smartphone android
vendite riservate
Offerte Cd e Dvd
 
Area Riservata 1 Tutorials
Area Riservata 1 Downloads
Area Riservata 2 Tutorials
Area Riservata 2 Downloads Info Area 1    Info Area 2
Clicca per iniziare il tour!
Mobile     Facebook     Twitter     RSS Feed
Per qualsiasi informazione Contattaci
Nuova pagina 2


PHP-Nukefordonkeys.com: Forums

:: Leggi il Topic - errore di Easyphp
 FAQFAQ   CercaCerca   Gruppi utentiGruppi utenti   ProfiloProfilo   LoginLogin 

errore di Easyphp

 
Nuovo Topic   Rispondi    Indice del forum -> Installazione del programma
Precedente :: Successivo  
Autore Messaggio
piragnone
Newbie
Newbie


Registrato: 01-02-2004
Messaggi: 20

MessaggioInviato: 01-02-2004 17:46    Oggetto: errore di Easyphp Rispondi citando

Credo di aver seguito alla lettera i vostri suggerimenti, ma evidentemente ho tralasciato qiualcosa.
Ecco cosa mi restituisce quando cerco di digitare
< http://localhost/phpnuke > "ho creato il database phpnuke!!

Notice: Undefined variable: HTTP_USER_AGENT in c:\easyphp1-7\www\phpnuke\mainfile.php on line 16

Notice: import_request_variables(): No prefix specified - possible security hazard in c:\easyphp1-7\www\phpnuke\mainfile.php on line 39

Notice: Undefined variable: forum_admin in c:\easyphp1-7\www\phpnuke\mainfile.php on line 69

Notice: Undefined variable: inside_mod in c:\easyphp1-7\www\phpnuke\mainfile.php on line 72

Notice: Undefined variable: inside_mod in c:\easyphp1-7\www\phpnuke\db\db.php on line 44

Fatal error: Call to undefined function: message_die() in c:\easyphp1-7\www\phpnuke\db\db.php on line 88

Posso avere un po di aiuto???

Vi ringrazio anticipatamente
Torna in cima
Profilo Messaggio privato Invia email
piragnone
Newbie
Newbie


Registrato: 01-02-2004
Messaggi: 20

MessaggioInviato: 01-02-2004 17:48    Oggetto: Rispondi citando

Vi aggiungo il mio config.php:


<?php

######################################################################
# PHP-NUKE: Advanced Content Management System
# ============================================
#
# Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)
# http://phpnuke.org
#
# This module is to configure the main options for your site
#
# 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.
######################################################################

######################################################################
# 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, 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.
######################################################################

$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";

/*********************************************************************/
/* You finished to configure the Database. Now you can change all */
/* you want in the Administration Section. To enter just launch */
/* you web browser pointing to http://yourdomain.com/admin.php */
/* */
/* Remeber to go to Settings 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

$reasons = array("As Is",
"Offtopic",
"Flamebait",
"Troll",
"Redundant",
"Insighful",
"Interesting",
"Informative",
"Funny",
"Overrated",
"Underrated");
$badreasons = 4;
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
$CensorList = array("fuck",
"cunt",
"fucker",
"fucking",
"pussy",
"cock",
"c0ck",
"cum",
"twat",
"clit",
"bitch",
"fuk",
"fuking",
"motherfucker");
$tipath = "images/topics/";
if (eregi("config.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}

?>
Torna in cima
Profilo Messaggio privato Invia email
piermin
senior
senior


Registrato: 18-12-2003
Messaggi: 1298

MessaggioInviato: 01-02-2004 21:11    Oggetto: Rispondi citando

Ma al database che hai creato con phpmyadmin, hai dato il nome "nuke" ?

Altrimenti devi correggere

$dbname = "nuke";
Torna in cima
Profilo Messaggio privato Invia email
Ospite






MessaggioInviato: 01-02-2004 22:18    Oggetto: Rispondi citando

mi pare di capire che hai usato esayphp v1.7 mentre noi ci raccomandiamo di usare la 1.6.0
Se ti fai un giro per il forum scopri che non sei il primo ad avere problemi con la 1.7.0
Ti consiglio di installare la 1.6.0 e seguire alla lettera il nostro tutorial che č stato testato ormai da oltre 1000 (MILLE) utenti.
Ciao
Rino-Webmaster
Torna in cima
piragnone
Newbie
Newbie


Registrato: 01-02-2004
Messaggi: 20

MessaggioInviato: 02-02-2004 17:05    Oggetto: Rispondi citando

Provvedo subito a scaricare la versione di easyphp 6.1 e vi faccio sapere.

Thanks
Torna in cima
Profilo Messaggio privato Invia email
piermin
senior
senior


Registrato: 18-12-2003
Messaggi: 1298

MessaggioInviato: 02-02-2004 17:45    Oggetto: Rispondi citando

Sorry !!

Easyphp 1.6 ... e per phpnuke al massimo la versione 6.9 (lascia perdere la 7.0)
Torna in cima
Profilo Messaggio privato Invia email
piragnone
Newbie
Newbie


Registrato: 01-02-2004
Messaggi: 20

MessaggioInviato: 03-02-2004 23:18    Oggetto: Rispondi citando

OK, dopo aver installato la versione 1.6 ho risolto i problemi.

Datemi qualche giorno per creare qualcosa e poi vi dico.

Ciaooooooooo
Torna in cima
Profilo Messaggio privato Invia email
Mostra prima i messaggi di:   
Nuovo Topic   Rispondi    Indice del forum -> Installazione del programma Tutti i fusi orari sono GMT + 1 ora
Pagina 1 di 1

 
Vai a:  
Non puoi inserire nuovi Topic in questo forum
Non puoi rispondere ai Topic in questo forum
Non puoi modificare i tuoi messaggi in questo forum
Non puoi cancellare i tuoi messaggi in questo forum
Non puoi votare nei sondaggi in questo forum


Powered by phpBB © 2001-2006 phpBB Group
Versione 2.0.21 by Nuke Cops © 2006 http://www.nukecops.com

Basato su PHP-Nuke - Powered by PHPNuke Professional
Generazione pagina: 0.14 Secondi