MULTIMEDIA, Video digital, Grabación, Diseño gráfico, Diseño web, Programación > Webmasters - Diseño Web - Programación - Diseño gráfico
Novato con problemas de actualizaccion (php-nuke y phpbb)
ladyblues:
--- Citar ---SQL Error : 1146 Table 'Sql75734_1.nuke_banlist' doesn't exist
--- Fin de la cita ---
Estos cambios son muy delicados, ayer me pasó lo mismo a mi pero con una galería coppermine, cambié el prefijo del config y se armó la de Zeus. ¿Realmente has metido el prefijo de tu viejo foro? es decir, en el config.php del "viejo" ¿hay ése prefijo?
Lord VaeL:
Este es el contenido TOTAL del archivo config, sin quitar nada denada...
<?php
@include("../../mainfile.php");
define('PHPBB_INSTALLED', true);
?>
Meto como prefijo phpbb_ ??' como podeis ver en las capturas de la pagina dos de este post no hay filas que se llamen asi.....
ladyblues:
Echa un vistazo al config "bueno" del foro que está activo para saber el nombre del prefijo de la tabla y es ése el que creo que debes poner...
Lord VaeL:
Ese ERA el archivo config del foro bueno..... :ciego: :ciego: :ciego: :ciego: :ciego:
Lord VaeL:
<?php
/***************************************************************************
* phpbb2 forums port version 2.1 (c) 2003 - Nuke Cops (http://nukecops.com)
*
* Ported by Paul Laudanski (Zhen-Xjell) to phpbb2 standalone 2.0.4. Test
* and debugging completed by the Elite Nukers at Nuke Cops: ArtificialIntel,
* Chatserv, MikeM, sixonetonoffun, Zhen-Xjell. Thanks to some heavy debug
* work by AI in Nuke 6.5.
*
* You run this package at your sole risk. Nuke Cops and affiliates cannot
* be held liable if anything goes wrong. You are advised to test this
* package on a development system. Backup everything before implementing
* in a production environment. If something goes wrong, you can always
* backout and restore your backups.
*
* Installing and running this also means you agree to the terms of the AUP
* found at Nuke Cops.
*
* This is version 2.1 of the phpbb2 forum port for PHP-Nuke. Work is based
* on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
* on the phpbb2 standalone version 2.0.3. Our version 2.1 from Nuke Cops is
* now reflecting phpbb2 standalone 2.0.4 that fixes some major SQL
* injection exploits.
***************************************************************************/
/***************************************************************************
* This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
* by Tom Nitzschner ([email protected])
* 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.
*
***************************************************************************/
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
global $phpbb_root_path, $nuke_root_path, $nuke_file_path, $php_root_dir, $module_name, $nukename, $pass, $nukename;
$module_name = "Forums";
$nuke_root_path = "modules.php?name=".$module_name;
$nuke_file_path = "modules.php?name=".$module_name."&file=";
$phpbb_root_path = "modules/".$module_name."/";
$phpbb_root_dir = "./../";
require_once("mainfile.php");
get_lang($module_name);
include("header.php");
?>
Haber si eso puede valer de algo, para alguien que sepa interpretarlo.... por cierto el mainfile.php no aparece...
Navegación
[#] Página Siguiente
[*] Página Anterior
Ir a la versión completa