- Desde
- 18 May 2010
- Mensajes
- 46
Saludos cordiales:
Antes que todo no soy webmaster estoy aprendiendo poco a poco. Tengo un problema luego que instale el foro la cual lee de esta maneta:
el cual no puedo entrar a mi foro. Entonces voy a mi ftp y verifico pero como no tengo el conocimiento adecuado en la materia no me atrevo a realizar nada sin consultar. Esto es lo que contiene el file del index.php:
Les agradeceria si me puede ayudar para reparar ese error.
Gracias de antemano.
Antes que todo no soy webmaster estoy aprendiendo poco a poco. Tengo un problema luego que instale el foro la cual lee de esta maneta:
Insertar CODE, HTML o PHP:
[B]Warning[/B]: require_once(./install/init.php) [[URL="http://www.undermusicworld.com/function.require-once"]function.require-once[/URL]]: failed to open stream: No such file or directory in [B]/home/undermu1/public_html/index.php[/B] on line [B]25[/B]
[B]Fatal error[/B]: require_once() [[URL="http://www.undermusicworld.com/function.require"]function.require[/URL]]: Failed opening required './install/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [B]/home/undermu1/public_html/index.php[/B] on line [B]25[/B]
Insertar CODE, HTML o PHP:
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.0.6 Patch Level 1 - Licence Number VB*******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: 15:57, Fri Aug 20th 2010
|| # CVS: $RCSfile$ - $Revision: 32287 $
|| ####################################################################
\*======================================================================*/
Gracias de antemano.