Simplesamlphp plugin for fudforum [message #186464] |
Mon, 11 August 2014 16:30 |
|
demaglio
Messages: 7 Registered: August 2014
Karma: 0
|
Junior Member |
add to buddy list ignore all messages by this user
|
|
Hi,
I write a plugin for login in fudforum by simplesamlphp.
In my code I have:
....
$user_id=external_get_user_by_auth($emailsimple,$password);
$ses_id = external_fud_login($user_id);
as I read in a link. (Sorry if I don't write the link, but I cannot post the link)
and can't work.
In apache log I have the error:
[Mon Aug 11 02:14:36 2014] [error] [client IP] PHP Fatal error: Cannot redeclare db_close() (previously declared in /var/www/html/fudforum/index.php:29) in /var/www/FUDforum/include/theme/default/db.inc on line 18, referer: (address of my fudforum install)
How can I fix this problem? I install as fudforum:
FUDforum_3.0.5
Regards
Antonio
[Updated on: Tue, 19 August 2014 14:26] Report message to a moderator
|
|
|
|
|
|