Pues resulta que tengo una web con phpnuke y la tenia ya toda lista excepto el theme que estaba el deepblue y le quiero poner fisubice, pero cuando le doy, a la web le pasa esto:
mi web menos mal que tengo la base de datos guardada que sino....... ¿como puedo solucionar esto? el theme que quiero usar es el de mi otra web
edito: ahora la web si ke está funcionando pq e puesto otro theme
eso ya lo se pero lo mira y no entiendo nada. esto es lo que pone en ese archivo:
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2002 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 (eregi("header.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
require_once("mainfile.php");
##################################################
# Include some common header for HTML generation #
##################################################
Lo siento, yo de php ni guarra Pero si te dice que no está definida la función ¿no te faltará incluir la librería donde esté definida o algo por el estilo?
Siento no poder ayudarte más.