Buenas
He leido con detalle esta gran manual, pues lo busque porque uso phpnuke y quiero separar el foro del nuke, y por ello quiero usar la db usuarios del foro en el nuke.. cuando agrego este codigo en el header.php del nuke:
Código:
define('IN_PHPBB', true);
$phpbb_root_path = './foros/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
me trae este error:
Código:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: array_merge() [function.array-merge]: Argument #3 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: array_merge() [function.array-merge]: Argument #4 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: array_merge() [function.array-merge]: Argument #6 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: array_merge() [function.array-merge]: Argument #7 is not an array in D:\AppServ\www\page\foros\common.php on line 78
Warning: init_userprefs(language/lang_english/lang_main.) [function.init-userprefs]: failed to open stream: No such file or directory in D:\AppServ\www\page\foros\includes\functions.php on line 307
Warning: init_userprefs() [function.include]: Failed opening 'language/lang_english/lang_main.' for inclusion (include_path='.;C:\php5\pear') in D:\AppServ\www\page\foros\includes\functions.php on line 307
Warning: message_die(language/lang_english/lang_main.) [function.message-die]: failed to open stream: No such file or directory in D:\AppServ\www\page\foros\includes\functions.php on line 719
Warning: message_die() [function.include]: Failed opening 'language/lang_english/lang_main.' for inclusion (include_path='.;C:\php5\pear') in D:\AppServ\www\page\foros\includes\functions.php on line 719
phpBB : s
Could not query database for theme info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Cuando probe el codigo en un archivo en blanco .. funciono 100 % .. nose porque no funciona en el nuke .. ayuda porfavor.