FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Cannot use forum_login.php and fudapi.inc.php together
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Cannot use forum_login.php and fudapi.inc.php together [message #29687] Mon, 09 January 2006 20:01 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
One cannot use both forum_login.php and fudapi.inc.php in a single script.

Test case:
<?php
echo "About to load forum_login...";
include("forum_login.php");
echo "About to load globals...";
include("GLOBALS.php");
echo "About to load fudapi...";
include("fudapi.inc.php");
echo "Done!";
?>


Output:
About to load forum_login...About to load globals...
Fatal error:  Cannot redeclare fud_sql_error_handler()
(previously declared in .../data/scripts/forum_login.php:9) 
in .../data/include/core.inc on line 144


Best regards.

Frank
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Empty Language list on Template Set Selection
Next Topic: Topics show above Announcements and Stickies + Consistency Check
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 18:14:49 GMT 2024

Total time taken to generate the page: 0.42223 seconds