Problemas con PhP nUke

S

cuando pongo mi web html y eso y subo a la base de datos de mi@ el nuke.sql pongo mi direccion ( http://nzr.webcindario.com )

Fatal error: Call to undefined function: message_die() in /home/webcindario/nzr/db/db.php on line 88

necesito ayuda plz quien sepa algo plz o me pueda ayudar con php nuke k me agegue a namco103@hotmail.com anda asias :D

ArG

Vete a la linea 88 del db.php y mira k esta mal :S

S

lo k pone en todo el db.php ese es esto:

<?php
/***************************************************************************

  • db.php
  • -------------------
  • begin : Saturday, Feb 13, 2001
  • copyright : (C) 2001 The phpBB Group
  • email : support@phpbb.com
    *
  • $Id: db.php,v 1.10 2002/03/18 13:35:22 psotfx Exp $
    *
    *
    ***************************************************************************/

/***************************************************************************

  • This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
  • by Tom Nitzschner (tom@toms-home.com)
  • http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
    *
  • As always, make a backup before messing with anything. All code
  • release by me is considered sample code only. It may be fully
  • functual, but you use it at your own risk, if you break it,
  • you get to fix it too. No waranty is given or implied.
    *
  • Please post all questions/request about this port on http://bbtonuke.sourceforge.net first,
  • then on my site. All original header code and copyright messages will be maintained
  • to give credit where credit is due. If you modify this, the only requirement is
  • that you also maintain all original copyright messages. All my work is released
  • under the GNU GENERAL PUBLIC LICENSE. Please see the README for more information.
    *
    ***************************************************************************/

/***************************************************************************
*

  • 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, or
  • (at your option) any later version.
    *
    ***************************************************************************/

global $forum_admin;
if ($forum_admin == 1) {
$the_include = "../../../db";
} elseif ($inside_mod == 1) {
$the_include = "../../db";
} else {
$the_include = "db";
}

switch($dbtype) {

case 'MySQL':
	include("".$the_include."/mysql.php");
	break;

case 'mysql4':
	include("".$the_include."/mysql4.php");
	break;

case 'postgres':
	include("".$the_include."/postgres7.php");
	break;

case 'mssql':
	include("".$the_include."/mssql.php");
	break;

case 'oracle':
	include("".$the_include."/oracle.php");
	break;

case 'msaccess':
	include("".$the_include."/msaccess.php");
	break;

case 'mssql-odbc':
	include("".$the_include."/mssql-odbc.php");
	break;

case 'db2.php':
	include("".$the_include."/db2.php");
	break;

?>

ahora decirme k coño esta mal por k no lo encuentroo

Whose

Lo de la linea 88 es porque no has puesto bien los datos del config.php o bien no has subido la base de datos, revisalo.

ZeRoXeRz

Ami me paso lo mismo y fue por que no puse bien los datos en el config :) Revisala y subela de new.

S

que config tios yo subi la carpeta html y no se k coño pasa pero no va no hay ningun puto archivo k se llame config

r0nnie

anda #2 tirate de un puente. ese error es lo siguiente:

1º- No as puesto bien los datos en el config.php
2º- No as subido la base de datos

Saludos

LiuM

osea no es solo subir la carpeta html tb tienes q configurar el config y cargar el archivo nuke en la base de datos...mejor leete un manual

Usuarios habituales