Home »
FUDforum »
FUDforum Installation Issues »
Fatal error: ... fud_use() in index.php on
Fatal error: ... fud_use() in index.php on [message #10216] |
Fri, 23 May 2003 22:41 |
pc_fud
Messages: 4 Registered: May 2003
Karma: 0
|
Junior Member |
|
|
I am getting the Fatal error: Call to undefined function: fud_use() in index.php on ... error when trying to login after initial install. ( INSTALLED: fud forum 2.3.8 )
I found several references to this issue but the only resolutions I could find were "please send me your GLOBALS.php file"...
I am posting a modified version of mine with names changed for example.
Could someone please tell me what is missing (i.e. the fud_use() function definition?) from this file so I can login to the admin interface.
Hopefully you could show what is missing so others with this issue can modify their own GLOBALS file.-------GLOBALS.php------------
<?php include_once "/usr/local/htdocs/thesite/forum/include/GLOBALS.php"; ?>
<?
$INCLUDE = "/usr/local/htdocs/thesite/forum/include/";
$ERROR_PATH = "/usr/local/htdocs/thesite/forum/errors/";
$MSG_STORE_DIR = "/usr/local/htdocs/thesite/forum/messages/";
$FILE_STORE = "/usr/local/htdocs/thesite/forum/files/";
$TMP = "/usr/local/htdocs/thesite/forum/tmp/";
$WWW_ROOT = "http://www.thesite.com/forums/";
$WWW_ROOT_DISK = "/usr/local/htdocs/thesite/forums/";
$MOGRIFY_BIN = "/usr/X11R6/bin/mogrify";
$FORUM_SETTINGS_PATH = "/usr/local/htdocs/thesite/forum/cache/";
$COOKIE_NAME = "fud_session_1053728538";
$SPELL_CHECK_ENABLED = "N";
$COOKIE_PATH = "/forums/";
$DATA_DIR = "/usr/local/htdocs/thesite/forum/";
$DBHOST = "192.168.1.121";
$DBHOST_USER = "user";
$DBHOST_PASSWORD = "thepassword";
$DBHOST_DBNAME = "thedatabase";
$DBHOST_TBL_PREFIX = "fud23_";
$COOKIE_DOMAIN = ".thesite.com";
$ADMIN_EMAIL = "asdf(at)asdf(dot)com";
$NOTIFY_FROM = "asdf(at)asdf(dot)com";
?>
Thanks,
-P
|
|
|
Goto Forum:
Current Time: Thu Nov 21 20:14:47 GMT 2024
Total time taken to generate the page: 0.02891 seconds