Fatal error: Call to undefined function: message_die() in /membri/lorwayne/db/db.php on line 88
Questo errore vuol dire che mi hanno disattivato il db e che devo finire di raggiungere i 2500 AC ?
Printable View
Fatal error: Call to undefined function: message_die() in /membri/lorwayne/db/db.php on line 88
Questo errore vuol dire che mi hanno disattivato il db e che devo finire di raggiungere i 2500 AC ?
no... è dovuto ad un errore nella programmazione di phpnuke...
quella funzione dovrebbe essere "die()" e non "message_die()"...
comunque ti da quell'errore perkè hai configurato in maniera sbagliata il file "config.php"
byez
leggi il post "dati MySQL"
Quel post l'avevo letto prima di mettere il sito online e infatti funzionava perfettamente,oggi dopo una settimana che il sito è andato benissimo senza modificare nulla mi sono ritrovato quell'errore,cmq il mio config.php è questo:
<?php
$dbhost = "http://lorwayne.altervista.org/my_admin/";
$dbuname = "lorwayne";
$dbpass = "********";
$dbname = "my_lorwayne";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+d9";
// 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();
}
?>
la funzione sembra essere die() e non message_die,non capisco! aiutatemi!
Ora funge,anche se non ho toccato nulla.
P.S. [OT] Ma come faccio a sapere entro quando devo saldare il mio conto con altervista,se non ricordo la data di attivazione?
attualmente l'unico modo è aspettare l'email che ti notifica che l'sql è stato sospeso :cry:Citazione:
Originalmente inviato da Lorwayne
Mi si è ripresentato lo stesso errore che mi si era presentato in passato,dopo aver finalmente riattivato il db,che è esposto nei post sopra,solo che ora non riesco a risolverlo,aiutatemi puerfavor!
Help me! Sapete dirmi cosa dovrei fare per far ritornare il mio sito a vita normale? Nel config.php sembra essere tutto normale.