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

Home » General » FUDforum in eGroupWare » Link to "About Fudforum" in eGW
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Link to "About Fudforum" in eGW [message #34671] Tue, 14 November 2006 04:28 Go to previous message
kaype is currently offline  kaype   Canada
Messages: 10
Registered: September 2006
Location: Canada
Karma:
Junior Member
I installed FUDforum on eGW - everything works fine with one issue - when I click on "About Fudforum" on thr left menu on eGW I get the following error message.

Fatal error: Call to undefined function: fud_use() in /home/open/public_html/egroupware/fudforum/inc/class.fud_sidebox_hooks.inc.php on line 18


I read there here there may be issues may in the globals.php so below is what I have in globals.php...any idea why I may have this error?

<?php
/***************************************************************************
* copyright            : (C) 2001-2003 Advanced Internet Designs Inc.
* email                : forum(at)prohost(dot)org
* $Id: GLOBALS.php 14797 2004-04-03 18:35:35Z iliaa $
*
* This program is free software; you can redistribute it and/or modify it 
* under the terms of the GNU General Public License as published by the 
* Free Software Foundation; either version 2 of the License, or 
* (at your option) any later version.
***************************************************************************/

	$INCLUDE 		= "/home/open/tmp/egroup/files/fudforum/3814588639/include/";
	$WWW_ROOT 		= "/egroupware/fudforum/3814588639/";
	$WWW_ROOT_DISK		= "/home/open/public_html/egroupware/fudforum/3814588639/";
	$DATA_DIR		= "/home/open/tmp/egroup/files/fudforum/3814588639/";
	$ERROR_PATH 		= "/home/open/tmp/egroup/files/fudforum/3814588639/errors/";
	$MSG_STORE_DIR		= "/home/open/tmp/egroup/files/fudforum/3814588639/messages/";
	$TMP			= "/home/open/tmp/egroup/files/fudforum/3814588639/tmp/";
	$FILE_STORE		= "/home/open/tmp/egroup/files/fudforum/3814588639/files/";
	$FORUM_SETTINGS_PATH 	= "/home/open/tmp/egroup/files/fudforum/3814588639/cache/";

	$FUD_OPT_1		= 1743713469;
	$FUD_OPT_2		= 695537725;
	$FUD_OPT_3		= 0;

	$CUSTOM_AVATAR_MAX_SIZE = 10000;	/* bytes */
	$CUSTOM_AVATAR_MAX_DIM	= "64x64";	/* width x height (pixels) */

	$DBHOST_TBL_PREFIX	= "phpgw_fud_";	/* do not modify this */

	$FUD_SMTP_SERVER	= "";
	$FUD_SMTP_TIMEOUT	= 10;		/* seconds */
	$FUD_SMTP_LOGIN		= "";
	$FUD_SMTP_PASS		= "";

	$ADMIN_EMAIL 		= "";

	$PRIVATE_ATTACHMENTS	= 5;		/* int */
	$PRIVATE_ATTACH_SIZE	= 1000000;	/* bytes */
	$MAX_PMSG_FLDR_SIZE	= 300000;	/* bytes */

	$FORUM_IMG_CNT_SIG	= 2;		/* int */
	$FORUM_SIG_ML		= 256;		/* int */

	$UNCONF_USER_EXPIRY	= 7;		/* days */
	$MOVED_THR_PTR_EXPIRY	= 3;		/* days */

	$MAX_SMILIES_SHOWN	= 15;		/* int */
	$DISABLED_REASON	= "Temporarily offline; please come back soon!";
	$POSTS_PER_PAGE 	= 40;
	$THREADS_PER_PAGE	= 40;
	$WORD_WRAP		= 60;
	$NOTIFY_FROM		= "";		/* email */
	$ANON_NICK		= "";
	$ANON_PASS		= "";
	$FLOOD_CHECK_TIME	= 60;		/* seconds */
	$SERVER_TZ		= "America/Montreal"; /* timezone code from tz.inc */
	$SEARCH_CACHE_EXPIRY	= 172800;	/* seconds */
	$MEMBERS_PER_PAGE	= 40;
	$POLLS_PER_PAGE		= 40;
	$THREAD_MSG_PAGER	= 5;
	$GENERAL_PAGER_COUNT	= 15;
	$EDIT_TIME_LIMIT	= 0;
	$LOGEDIN_TIMEOUT	= 5;		/* minutes */
	$MAX_IMAGE_COUNT	= 10;
	$STATS_CACHE_AGE	= 600;		/* seconds */
	$FORUM_TITLE		= "";
	$SITE_HOME_PAGE		= "";
	$MAX_LOGIN_SHOW		= 25;
	$MAX_LOCATION_SHOW	= 25;
	$SHOW_N_MODS		= 2;

	$TREE_THREADS_MAX_DEPTH	= 15;
	$TREE_THREADS_MAX_SUBJ_LEN = 75;

	$REG_TIME_LIMIT		= 60;		/* seconds */
	$POST_ICONS_PER_ROW	= 9;		/* int */
	$MAX_LOGGEDIN_USERS	= 25;		/* int */
	$PHP_COMPRESSION_LEVEL	= 9;		/* int 1-9 */
	$MNAV_MAX_DATE		= 31;		/* days */
	$MNAV_MAX_LEN		= 256;		/* characters */

	$RDF_AUTH_ID		= 0;		/* 0 - treat as anon user, >0 treat like specific forum user */
	$RDF_MAX_N_RESULTS	= 100;		/* int */

	$PDF_PAGE		= "letter";	/* string */
	$PDF_WMARGIN		= 15;		/* int */
	$PDF_HMARGIN		= 15;		/* int */
	$PDF_MAX_CPU		= 60;		/* seconds */

/* DO NOT EDIT FILE BEYOND THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING */

	require($INCLUDE.'core.inc');
?>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: German language trouble in eGroupware post.php T_String 2018
Next Topic: How to install?
Goto Forum:
  

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

Current Time: Fri May 24 09:50:51 GMT 2024

Total time taken to generate the page: 0.05094 seconds