A
Andrés Durán
Xi
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
[B]Warning[/B]: require_once(./install/init.php) [[URL="http://www.gamesfitch.com/function.require-once"]function.require-once[/URL]]: failed to open stream: No such file or directory in [B]/home/battleof/public_html/gamesfitch.com/index.php[/B] on line [B]25[/B]
[B]Fatal error[/B]: require_once() [[URL="http://www.gamesfitch.com/function.require"]function.require[/URL]]: Failed opening required './install/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [B]/home/battleof/public_html/gamesfitch.com/index.php[/B] on line [B]25[/B]
Hola Golem.
Ese mensaje de error indica que hace falta el archivo init.php en el directorio /install/, lo que quiere decir que el foro no está instalado.
En tu caso, el error puede deberse a que el archivo index.php existente en el directorio del foro no es el adecuado para tu versión de vBulletin. ¿Cuál es el contenido de ese archivo index.php?.
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.0.3 - Licence Number [B]EDITADO[/B]
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2010 vBulletin Solutions Inc. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
//');
// ##################### DEFINE IMPORTANT CONSTANTS #######################
define('VB_AREA', 'Install');
define('TIMENOW', time());
header('Expires: ' . gmdate("D, d M Y H:i:s", TIMENOW) . ' GMT');
header("Last-Modified: " . gmdate("D, d M Y H:i:s", TIMENOW) . ' GMT');
// ########################## REQUIRE BACK-END ############################
require_once('./install/init.php');
require_once(DIR . '/includes/functions.php');
$db->hide_errors();
$db->query_first("SELECT * FROM " . TABLE_PREFIX . "datastore");
if ($db->errno())
{
exec_header_redirect('install.php');
}
else
{
exec_header_redirect('upgrade.php');
}
/*======================================================================*\
|| ####################################################################
|| # Downloaded: 14:49, Thu Oct 8th 2009
|| # CVS: $RCSfile$ - $Revision: 32287 $
|| ####################################################################
\*======================================================================*/
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?