Re: FluxBB Wiki
Hello,
I try to make Dokuwiki's authentification working with FluxBB (1.3 beta 2).
- I copied fluxbb.class.php (pasted the code from the first page of this topic)
- I edited dokuwiki's conf/local.php adding :
$conf['authtype']='fluxbb';
define('FORUM_ROOT','/data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/forum/');Authentification works !
but I get loads of messages when displaying the page.
Notice: Undefined index: id in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 21
Notice: Undefined index: rev in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 24
Notice: Undefined index: do in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 25
Notice: Undefined index: idx in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 26
Notice: Undefined index: date in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 27
Notice: Undefined index: lines in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 28
Notice: Undefined index: s in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 29
Notice: Undefined index: query in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/inc/common.php on line 997
Notice: Undefined variable: q in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/inc/common.php on line 1007
Notice: Undefined index: wikitext in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 32
Notice: Undefined index: prefix in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 33
Notice: Undefined index: suffix in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 34
Notice: Undefined index: summary in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/doku.php on line 35
Notice: Undefined index: REMOTE_USER in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/inc/common.php on line 110
Notice: Undefined offset: 1 in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/inc/parserutils.php on line 251
Notice: Undefined index: ismanager in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/inc/infoutils.php on line 21
Notice: Undefined index: userinfo in /data/web/59/0e/7c/openarena.tuxfamily.org/htdocs/wiki/lib/plugins/indexmenu/action.php on line 60
Sorry for seeking support here rather than with Dokuwiki, but do you have ideas of what should I do ?
Edit: I forgot to mention, I use PostgreSQL, and php5 ( http://openarena.tuxfamily.org/phpinfo.php )
Thanks.
Last edited by Cacatoes (2008-07-25 11:57:14)