hi,
at first i have to say big thanks for this script, i need it very much and it looks pretty cool, but i have problem with it:
the script works fine in this way: i created an extra logintest.php with this contents:
require_once('/srv/www/htdocs/web0/html/v4/vb3/global.php');
require_once('/srv/www/htdocs/web0/html/v4/vb3/login_inc.php');
and in neu.php im including this logintest.php by:
<?php chdir("/srv/www/htdocs/web0/html/v4/vb3");
require("/srv/www/htdocs/web0/html/v4/vb3/logintest.php"); ?>
when i open the neu.php it works fine (when i delete the cookies at firefox options first),
but when i put the include code from neu.php into my index.php (same code!) i get:
Warnung: array_keys() [function.array-keys]: The first argument should be an array in /includes/functions.php (Zeile 4994)
Warnung: Empty regular expression in /includes/functions.php (Zeile 4994),
so some code of the board or loginscript collades with the code on my page. is there a possibility to fix this problem? i dont want to use frames/iframe or a little popup window to include the loginform, but i dont know how i can include it, without getting these errors, remember: neu.php alone works fine
many thanks, david
|