No consigo instalar phpbBB3 Portal 1.2.2
Publicado: 28 Abr 2009, 13:08
Hola buenas y saludos a todos, he segido todos los pasos ya unas cuantas veces he abierto el install.xml, he subido todos los ficheros que indiquan. donde indica
root/language/en/acp/portal.php,
root/language/en/portal.php,
lo he suvido a la carpeta es, me baje el de español y lo deje asi
root/language/es/acp/portal.php,
root/language/es/portal.php,
depues he modificado
includes/functions.php
donde pone
define('HEADER_INC', true);
lo he cambiado asi
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
$user->add_lang('portal');
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
define('HEADER_INC', true);
y donde pone
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false,
lo cambia si
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false,
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
'S_PORTAL_COPY' => $user->lang['PORTAL_COPY'],
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
en el fichero
adm/index.php
$user->setup('acp/common');
lo cambie asi
$auth->acl($user->data);
$user->add_lang('acp/portal');
$user->setup('acp/common');
despues de esto le doy
http://www.TU-PAGINA.com/foro/install_portal.php" onclick="window.open(this.href);return false;
me sale esta pagina
Introduction
Welcome to the phpBB3 Portal installation utility. This will allow you to install phpbBB3 Portal 1.2.2.
For more information please visit phpBB3 Portal project web site: http://www.phpbb3portal.com" onclick="window.open(this.href);return false;
Action
Please click the install link.
Install 1.2.2
le doy a Install 1.2.2 y me sale una web en blanco y no hace nada que hago mal?
lo he repetido ya varias vezes
root/language/en/acp/portal.php,
root/language/en/portal.php,
lo he suvido a la carpeta es, me baje el de español y lo deje asi
root/language/es/acp/portal.php,
root/language/es/portal.php,
depues he modificado
includes/functions.php
donde pone
define('HEADER_INC', true);
lo he cambiado asi
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
$user->add_lang('portal');
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
define('HEADER_INC', true);
y donde pone
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false,
lo cambia si
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false,
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
'S_PORTAL_COPY' => $user->lang['PORTAL_COPY'],
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
en el fichero
adm/index.php
$user->setup('acp/common');
lo cambie asi
$auth->acl($user->data);
$user->add_lang('acp/portal');
$user->setup('acp/common');
despues de esto le doy
http://www.TU-PAGINA.com/foro/install_portal.php" onclick="window.open(this.href);return false;
me sale esta pagina
Introduction
Welcome to the phpBB3 Portal installation utility. This will allow you to install phpbBB3 Portal 1.2.2.
For more information please visit phpBB3 Portal project web site: http://www.phpbb3portal.com" onclick="window.open(this.href);return false;
Action
Please click the install link.
Install 1.2.2
le doy a Install 1.2.2 y me sale una web en blanco y no hace nada que hago mal?
lo he repetido ya varias vezes