Pues el problema que tengo es que me da este mensaje al inicio de la instalacion
Cita:ERROR: You must place this file in the phpBB root folder!
Line #: 107
An error has occured. The installation may or may not be complete.
Y claro, yo los foros no los tengo en la carpeta phpBB los tengo en la carpeta "foros"
Con lo que la pregunta es la siguiente, sabeis cuales son las lineas que tengo que cambiar en el install?
Yo creo que el tema esta aqui, pero no se donde
define('IN_PHPBB',true);
$foros_root_path = './';
if(!@file_exists($phpbb_root_path.'extension.inc'))
{
installer_die('You must place this file in the phpBB root folder!',__LINE__);
}
include($phpbb_root_path . 'extension.inc');
echo '<br /><strong>Starting DB connection...</strong>';
include($phpbb_root_path . 'common.'.$phpEx);
if(isset($DB))
$foros_root_path = './';
if(!@file_exists($phpbb_root_path.'extension.inc'))
{
installer_die('You must place this file in the phpBB root folder!',__LINE__);
}
include($phpbb_root_path . 'extension.inc');
echo '<br /><strong>Starting DB connection...</strong>';
include($phpbb_root_path . 'common.'.$phpEx);
if(isset($DB))
Una ayudita???
























































