Quote:
Originally Posted by kopfnick
Maybe someone here can help me: i desperately needed such a mod and installed it today. Unfortunately, the rest of my site doesn?t work anymore as soon as i activate it. Forum and Mod work fine
Here is the error:
Code:
Fatal error: Cannot redeclare print_cp_login() (previously declared in /forums/includes/adminfunctions.php:23) in /forums/includes/adminfunctions.php on line 21
I am using a very simple Login-Form throughout my site. All it does is include
Code:
chdir(path/to/forum);
require('./global.php');
include('./includes/adminfunctions.php');
chdir($_SERVER['DOCUMENT_ROOT']);
Any ideas?
Thanks,
kopfnick
|
delete
Code:
include('./includes/adminfunctions.php');
from my threadmin.php file.
Should work then.